{docurl}
Using Gift Certificate Manager with Phone Order Manager
First, make sure you're using the latest version of both modules.
To display the Gift Certificate Manager redemption field in the Phone Order Manager (POM) add to the POM module's "Main Page Template" the code<
<hr><br>
%begin_if|g.GCMError|% <br>
<font color="red"> <br>
%var|g.GiftCertificateError|% <br>
</font> <br>
%end_if%<br>
<INPUT TYPE="hidden" NAME="BrokAction" VALUE="REDEEM"><br>
<INPUT TYPE="hidden" NAME="BROK_CERTIFICATES5_From_Screen" VALUE="POM_main"> <br>
<b>Gift Certificate:</b> <input type="text" name="CertKey" size="30"> <br>
<hr>
This will display the redemption field and any error messages encountered during redemption. Note that this code does not have a button specifically for "Redeem". To redeem the gift certificate simply click on the POM module's "update" button. If you want a button specifically for the redemption field you can add an additional "Update" button to the POM template in the appropriate place.
Last update: 2009-10-07 23:57
Author: Michael Brock
Revision: 1.2
You cannot comment on this entry
Records in this category
- I'd like to be able to have my customers visit my site to view their certificate. How can I go about this?
- I would like to display to my customers an explanation of why they have to select a payment method even though the balance is zero (I do not have the module configured to bypass shipping & payment for $0.00 orders since I need to charge tax on the order). Is this possible?
- I have the module configured to add the key to the name of the product. Why isn't it appearing in my notification emails?
- Using Gift Certificate Manager with Phone Order Manager














