Automatically Applying a Coupon to an Order

To automatically apply a coupon code to a customer order so that coupon discount is applied without the customer needing to enter it at checkout, you would need add a custom suffix to your online ordering link. For instance, if your menu link is:

https://www.opendining.net/menu/516337af31131cdf09abcxyz

and you want to automatically apply a coupon named 10DISCOUNT for 10% off every order, the menu link provided to customers would need to be as follows:

https://www.opendining.net/menu/516337af31131cdf09abcxyz?coupon=10DISCOUNT

(make sure to replace 516337af31131cdf09abcxyz with the restaurant's ID).

Note: the coupon code must already be created and active in order for it to apply.