With the Routing module you control which review portal your customers are invited to. This allows you to distribute your reviews across multiple portals – for example, two thirds to Google Reviews and one third to Ausgezeichnet.org.
The module uses a stable, pseudo‑random distribution:
mod 3.0, 1, 2, ...), the invitation is sent via a specific review module.This way every order gets a reproducible, statistically even assignment to the review portals you define.
A typical setup might look like this:
order_id|mod:3|0|ausgezeichnet_advanced
order_id|mod:3|1,2|googlereviews_advanced
mod 3 is calculated.0, the invitation is sent via the ausgezeichnet_advanced module to Ausgezeichnet.org.1 or 2, the invitation is sent via the googlereviews_advanced module to Google Reviews.In practice this means:
By adjusting the modulo value and the result mappings you can precisely control what share of your invitations goes to which review portal.
With MailBeez v5 a user‑friendly configuration UI will be available for rating routing. Instead of editing configuration lines manually you will be able to:
Until then you can already use the module productively by configuring the routing rules directly in the module configuration as shown above.
Gambio GX2..GX5
Modified-Shop 1.x/2.x/3.x
ZenCart 1.3.x/1.5.x/2.x
osCommerce 2.x
MailBeez.io API V2
Found errors? Think you can improve this documentation?
edit this page