all products reverting back to one page when selected

all products reverting back to one page when selected

only1landa_75
Visitor
3 0 0

all products reverting back to one page when selected

Replies 4 (4)

PageFly-Noah
Shopify Partner
1317 233 275

 

This is Noah from PageFly - Shopify Page Builder App

Hi @only1landa_75  You can description explain more about issue. You want in product page have a button "back" and when click to button it will back to previous page. If you description explain more I can help you .

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

only1landa_75
Visitor
3 0 0
Yes when I’m trying to click on any product to check out they all do this
PageFly-Noah
Shopify Partner
1317 233 275

Hi @only1landa_75  You can try it. add code on product page, the code is button when click it will back to previous page:

 

    <div class="back-button grid">
      <a class="product-form__submit button button--secondary" href="javascript&colon;history.go(-1)"
        >Return to Homepage</a
      >
    </div>

    <style>
      //you can add css set style button
     </style>

 

PageFlyNoah_0-1711366797793.png

PageFlyNoah_1-1711366824568.png

 

Hope my solution will help you resolve the issue.

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

only1landa_75
Visitor
3 0 0

I was able to put code in because it wasn't there, but they are all still going back to a 404 page.  I also tried this code under another theme and  it came up but the product with the checkout is going to the grad page at the bottom.