Replacing ‘Related products’ and ‘Product descriptions’
-
Hi,
I have a question.
I want to replace the ‘Related products’ and ‘Product descriptions’ section.
I want to put the related products section above the Product descriptions section. The opposite of the standard.
Is this possible?
Attachments:
You must be
logged in to view attached files.
It might be even better to be able to do this with an HTML Block if possible.
Hello,
Please try adding the following Snippet in the functions.php of the child-theme.
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 5 );
Best Regards
Hi Aizaz,
Could there be an error in the code? I added the code but the site gave an error.
Hello,
Please provide the admin panel login and FTP details of the website to check it myself and help you out accordingly.
Best Regards
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
Hello,
Your issue has been Resolved. Please clear cache and check back.
Best Regards
Hi Aizaz,
it’s exactly what I wanted.
Thank you.
Hello,
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Replacing ‘Related products’ and ‘Product descriptions’’ is closed to new replies.