Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ladyfirst2010,

    To get the result as you desired, you must activate the child theme. You can get knowledge about child theme and download the eStore child theme from below link.

    https://themegrill.com/blog/tutorial-creating-wordpress-child-theme/

    Now that you’ve downloaded and activated the child theme, create a folder named woocommerce and inside that create file named single-product.php. Now copy and past the previous code from parent theme to get the output as before. Now that everything is setup, and you can tinker in this page to get the required changes.

    Thanks and regards,
    Milan.

    Thread Starter ladyfirst2010

    (@ladyfirst2010)

    Hello,

    Thanks for your reply,

    In the single-product.php has

    <?php wc_get_template_part( ‘content’, ‘single-product’ ); ?>

    which call the add to cart, the price, the description ….

    Where I can find that to edit ?

    thanks.

    Hi @ladyfirst2010,

    You have to create a file named content-single-product.php and that file will point to another folder single-product and its pages where you can edit those and get the desired output. You must have sound knowledge to achieve your desired change. And like before copy and past the previous code from parent theme and make changes on top of that.

    Thanks and Regards,
    Milan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add content to area below “Add to cart” button’ is closed to new replies.