Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #718558

    I would like to add a button that redirects people back to the shop from the single product page. How do I go about doing this?

    #719088

    Hey paso70,

    I’m not sure how you are adding your button but wrapping it on code like this should hopefully do the trick:

    <a href="#top">Your button goes here</a>

    Best regards,
    Rikard

    #719104

    I resolved I found this

    add_action( ‘woocommerce_before_single_product’, function() {
    ?>
    Menu
    <?php
    });

    thanks and sorry

    #719272

    Hi,

    No problem, glad you found a solution :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘woocommerce button single product page’ is closed to new replies.