Hello,
I’m trying to remove the 'variant=12345" text from each product page URL:
https://shaysway.ca/products/salmon-split-tails?variant=44131734126823
Thank you!
Hello,
I’m trying to remove the 'variant=12345" text from each product page URL:
https://shaysway.ca/products/salmon-split-tails?variant=44131734126823
Thank you!
Hi, @creativedog
You can try this code
Look in your product Section file and find the HTML similar to this (should be near the top of the file):
...
Important part is data-enable-history-state=“true”
You may try replacing true with false here.
Hello, I’m not seeing this Div class in the section. Would it be hidden in the JSON?