With this add-on, you can link a user to your website and automatically apply a coupon to their shopping cart. This is useful when linking a customer to your website for promotions on your social media networks and retail coupon sites. You can also have a product automatically added to the shopping cart.
- Apply coupon to customer's cart with URL query string parameter.
- http://www.example.com/applycoupon.aspx?couponcode=save10
- Able to add product to the cart and apply coupon.
- Acceptable parameters are:
- couponcode
- productid (optional)
- variantid (optional)
- quantity (optional)
- page (optional)
- Supports Promotions
Page is used to define the page the user should be directed to. For example, the following link would apply coupon code "save10" and bring the user to the "p-23-DVD-Player.aspx" page
http://www.example.com/applycoupon.aspx?couponcode=save10&page=p-23-DVD-Player.aspx
|