How do I collapse the store Product Page so it doesnt interfere with my custom product page(slug)?

Question:
Ive set up store pages as i want to use the checkout page etc, apart from the product page. I’ve set up my own custom product page but there’s a problem using the related products tool as it always sends me to the original ‘wix’ product page and not my custom one. How do I close it/ collapse without deleting the rest of the store components?

Thank you

Hi,

Personally I deleted it. But if you don’t want to, you can define another url and put a code that redirects to your own page.
"
import wixLocation from ‘wix-location’;
wixLocation.to(“/YourOwnPage”);
"

Best regards,

1 Like