better-commerce / betterstorefront

Storefront connected to BetterCommerce API suite of commerce.
https://demostore.bettercommerce.io
MIT License
5 stars 4 forks source link

Display the PDP Preview before a product is published #183

Closed vikrmsaxena closed 2 years ago

vikrmsaxena commented 2 years ago

Need to be able to display the product preview on a separate URL following convention of '/preview/products/'. This will allow the business users to preview the product before its published on the website.

TeknoZest commented 2 years ago

Product preview link is:

{{bc_storefront_url}}/products/preview/{{bc_slug}}

for e.g. - http://localhost:3000/products/preview/aquatica-large-gift-bag-lgb

image