You can use query strings to link customers directly to locations, products, and categories in your menu. This can be useful for marketing campaigns and for website navigation.
List of available Query Strings
Show Category on page load
Show Locations list on page load
Set Location on page load
Example: https://store-demo.mobi2go.com/?store=GeorgeStreet or
Set method on page load
Set voucher code on page load
Example: https://store-demo.mobi2go.com/?voucher_code=freechips
Show a product on page load
Example: https://store-demo.mobi2go.com/nz/order?product=burger&open_product
Names are case sensitive
All names are case sensitive so where a category name is written as 'Category' in Mobi2Go for example, it must also be written the same in the URL string.
Query string can be used after your embedded URL to achieve the same function eg. www.mysite.com/order/?locations
We'd recommend you test your query string in an incognito tab, before you send it out.