I'm trying to remove the 'variant=12345" text from each product page URL

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

  1. Go to Online Store-> Theme->Edit code>sections folder

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?