Change position of RELATED PRODUCT PAGE and UPSELL-CAROUSEL
-
Hi,
I´d like to swap the order of rows on the product page:
RELATED PRODUCTS to put above UPSELLS-CAROUSEL
is there any elegant way to do it, please?
thank you
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following PHP code snippet to the child theme functions.php file to do this
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
add_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 12);
Regards
Hi,
RELATED PRODUCTS were doubled and went over a comments area.
Would you have any other suggestion, please?
thanks
Tomas
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
I also tried something like this with remove_action and add_action but for the hook “woodmart_woocommerce_after_sidebar” and unfortunatelly they were also doubled.
Hello,
This method is not actual anymore. You can build your custom product page with Elementor/WPbakery instead. Find more information in the documentation https://xtemos.com/docs-topic/single-product-page-builder/
Kind Regards
The topic ‘Change position of RELATED PRODUCT PAGE and UPSELL-CAROUSEL’ is closed to new replies.