PrestaShop review integration
Turn PrestaShop orders into reviews, then show them on the shop
Install the WebVouch module, choose which order states send an invitation, and place cached badge and drawer widgets on your storefront. Retries wait in a durable queue, so an outage delays an invitation rather than losing it.
What the PrestaShop integration does
React to paid, shipped or delivered order states.
Watch the retry queue from inside the module instead of guessing.
Render cached badge and drawer widgets that do not slow the storefront.
What moves between the two systems
- What starts it
- A PrestaShop order reaches paid, shipped or delivered, whichever states you selected.
- What WebVouch receives
- The order reference, the customer email and the order date.
- What goes back to PrestaShop
- Badge and drawer widgets, served back to the storefront from cache.
How to set it up
- 1
Install the module
Add the WebVouch module to PrestaShop and pair it with your business account from the module screen.
- 2
Choose states and template
Select which order states count as delivered for your shop, then pick the invitation template. Both live in the module, next to the queue.
- 3
Place the widgets
Add the badge and the review drawer where customers hesitate: the product page and the cart. Both are served from cache.
When PrestaShop is the right choice
Pick the module over the JavaScript snippet when you want the retry queue and the storefront widgets. The snippet requests an invitation and stops there, with no queue to inspect when something fails.
PrestaShop integration questions
The invitation waits in a durable queue and is retried. You can see what is queued and what failed from the module rather than from a log file.
Integration details last updated

