There are several parameters that can be added to a base URL to create different experiences based on the context in which a customer is opening your web app. Below we outline one such parameter that can be used to pre-select an order type for the customer.
You won't break anything if you make a mistake while setting up a URL; just be sure to test it yourself before you share it. If you need any help please don't hesitate to contact us!
Pre-select an order type
Pass customers straight into the web app with different order types pre-selected depending on the context or entry point, be it your website or a piece of collateral in the venue with a QR code on it.
Delivery
- Adding separate buttons for Order Pickup & Order Delivery on your website
- Adding QR codes to print collateral promoting your delivery service
Building your delivery URL
- Grab your standard venue menu URL from the sidebar on manager.bopple.me
- Add the following parameter to the URL:
?order_type=deliver_address
Example
https://bopple.app/menu/4954?order_type=deliver_address
Pickup
- Adding separate buttons for Order Pickup & Order Delivery on your website
Building your pickup URL
- Grab your standard venue menu URL from the sidebar on manager.bopple.me
- Add the following parameter to the URL:
?order_type=pickup
Example
https://bopple.app/menu/4954?order_type=pickup
Table Orders
- Adding QR codes to print collateral within the venue, like menus/table numbers
Building your table service URL
- Grab your standard venue menu URL from the sidebar on manager.bopple.me
- Add the following parameter to the URL:
?order_type=deliver_table
For the deliver_table
order type, you can optionally append &table_number=
with a number (up to three digits) to also pre-fill the table number for the customer. This is only recommended when the QR code is permanently attached to a specific table somehow.
Examples
https://bopple.app/menu/4954?order_type=deliver_table
https://bopple.app/menu/4954?order_type=deliver_table&table_number=12