Tagged: woocommerce
I want to move Product Tabs to the right hand side of the product image. Usually this goes like this:
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
… for more details please see here:
But it doesn’t seem to work with enfold. What do I have to do differently here?
Hey frankeee,
You need to have a look at these files to see when and where the tabs are configured to be rendered:
/config-woocommerce/config.php
/config-woocommerce/config-356.php
Best regards,
Victoria
Hi Victoria, thank´s for answering!
I have the code in /config-woocommerce/config.php and
/config-woocommerce/config-356.php modified as follows:
#
# display tabs and related items within the summary wrapper
#
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
Unfortunately, this change does not affect my layout?
Hi frankeee,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
… yes, of course! You will find admin details in private content.
Hello Victoria,
I figured out how to solve it. Thank you for your help. Please close the thread.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon