Home Forums WoodMart support forum Replacing ‘Related products’ and ‘Product descriptions’

Replacing ‘Related products’ and ‘Product descriptions’

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #353769

    serhat
    Participant

    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.
    #353780

    serhat
    Participant

    It might be even better to be able to do this with an HTML Block if possible.

    #353822

    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

    #353832

    serhat
    Participant

    Hi Aizaz,

    Could there be an error in the code? I added the code but the site gave an error.

    #354100

    Hello,

    Please provide the admin panel login and FTP details of the website to check it myself and help you out accordingly.

    Best Regards

    #354179

    serhat
    Participant

    Thank you from now.

    #354187

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #354195

    serhat
    Participant

    Ok..

    #354206

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #354254

    serhat
    Participant

    Hi Aizaz,
    it’s exactly what I wanted.
    Thank you.

    #354425

    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.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Replacing ‘Related products’ and ‘Product descriptions’’ is closed to new replies.