Can I add a redeem coupon form to the basket contents page?
In recent versions of Coupon Manager, you can embed a coupon form into any header/footer/etc. using tokens. The instructions below are for use in the basket contents header using OpenUI Tokens. You can use a similar approach with Other Page Templates, and adjust the hidden Screen form field for use on the storefront or other screens.
First, register a new token for Coupon Manager in your store settings. Use DEN_COUPON for the module code and token name. Once registered, the following code will display a coupon form, and handle the processing of the form and displaying an error message if an invalid coupon code is entered. Again, this is for the basket contents header.
%OUI%
%module|DEN_COUPON|redeem|%
%module|DEN_COUPON|error|%
<form method="post" action="%VAR(g.sessionurl)%">
<input type="hidden" name="Store_Code" value="%VAR(g.Store_Code)%">
<input type="hidden" name="Screen" value="BASK">
<input type="text" name="DEN_COUPON_Code" size="10">
<input type="submit" value="Redeem Coupon">
</form>
Last update: 2004-04-21 08:50
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2521 views:
Adding Tokens to Evaluate Expressions - 2510 views:
Why won't you call me for technical support? I ... - 2489 views:
Is there a way to "Limit" the number of ... - 2402 views:
Are license keys valid for more than one store? ... - 2308 views:
I'm trying to enter a license key and get ... - 2270 views:
How do I install a module? - 2133 views:
How do I check for a module upgrade? - 2132 views:
How can display and change the parameters of an ... - 1960 views:
The total on my checkout pages are not correct. ... - 1843 views:
I have select and radio type attributes in my ...
















