This topic has 5 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi Devs,
Need help to move the position of ‘Sizing Guide’ to ‘Before Cart’? Please refer to the screenshot below:
http://prntscr.com/6r64ba
Thanks in advance,
Felix
Hello
Would you mind to provide us with the link to this page for better understanding?
With best reagrds
Brian Johnson
Hello,
Sorry, but isn’t possible. You can move “Sizing Guide” after “Add to Cart” only. Please see screenshot: http://prntscr.com/6r6qrc
To do this please replace code
add_action( 'woocommerce_single_product_summary', 'et_size_guide', 26 );
to
add_action( 'woocommerce_single_product_summary', 'et_size_guide', 30 );
in file \themes\woopress\framework\woo.php on line 36
Regards,
Robert Hall.
Hi Robert,
Thanks for the swift response. That’s awesome, as long as it’s not right after the product summary, I am totally cool with that!
Cheers,
Felix
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Moving Sizing Guide Position to Before Cart’' has been successfully resolved, and the topic is now closed for further responses