An addon with a demo earns the trust of our customers. Therefore, we highly recommend including demos in your product sheet so that all customers get a better idea of how it works. It is a guaranteed way to improve your conversion rate and boost your sales.
Create a demo page for your addon
Please check this documentation for more details.
-
Back-office demo:
Back-office demo allows your customers to check possible settings and configuration of the product once installed in e-store.-> You need to host the Prestashop e-store with your product already installed (and easy to find) and provide access with those credentials: User: demo@demo.com Password: demodemo
-
Front-office demo:
Front-office demo helps merchants check the way your product will be displayed on their e-store (their clients point of view). For the front-office demo of a module, you can use our Classic Theme.
My demo page does not work
You have already created a demo page for your products, but it doesn’t seem to be accessible for your customers from the product sheet on Addons? In fact, some browsers (like Google Chrome or Safari) might block the access because the demos are framed in Iframes on the PrestaShop Addons website.
The data is protected by either blocking third party cookies or by cookies that won’t match the browser's displayed domain. As a result, your customers cannot see your demo pages because the cookie isn’t registered correctly.
How to fix a non funtionnal demo page
If you are encountering this issue with one or several of your products, our tech team suggests this solution (setting only available from PS 1.7.8 and the following versions):
Proceed from the demo back-office :
→ log in to the back office → go to Advanced Parameters -> Administration→ change Cookie SameSite option in the General section to None.
Or, Update your demos by adding this line of code in your .htaccess files to force Secure;SameSite=None to all cookies on the site :
Header edit Set-Cookie ^(.*)$ $1;Secure;SameSite=None