With a recent update to Woocommerce, the upsells section on the bottom, labeled "You may also like..." is doubled. The first looks normal, but the second has 300px square thumbnails. What is the cause of this?
Product Upsells Doubling.
4 posts from 3 voices-
Posted 7 months ago #
-
Open up abundance/woocommerce-config/config.php and replace following code:
add_action( 'woocommerce_single_product_summary', 'avia_woocommerce_output_related_products', 60); add_action( 'woocommerce_single_product_summary', 'avia_woocommerce_output_upsells', 70);with:
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_upsell_display', 15 ); add_action( 'woocommerce_single_product_summary', 'avia_woocommerce_output_upsells', 60); add_action( 'woocommerce_single_product_summary','avia_woocommerce_output_related_products', 60);This will fix the issue. I'll ask Kriesi to update the theme code.
Posted 7 months ago # -
Thanks.
Posted 7 months ago # -
Hey,
Glad it is fixed.
Regards,
IsmaelPosted 7 months ago #
Topic Closed
This topic has been closed to new replies.














