{docurl}
Using our Coupons module with Phone Order Manager
To have the Coupons module for 5 work with Phone Order Manager is relatively straight-forward. To the Phone Order Manager's main page template (between the %beginform% and %endform% tokens) add the code:
%begin_if|g.VC_COUPONS:redeemed|%
%var|g.VC_COUPONS:redeem_success|%
<br>
%end_if%
%begin_if|g.VC_Coupons:error|%
%var|g.VC_Coupons:error|%
<br>
%end_if%
Coupon:
<input id="Redeem" type="text" name="VC_COUPONS5_Code" value="" />
<input type="hidden" name="VC_COUPONS5_To_Screen" value="%var|g.Screen|%" />
<input type="hidden" name="VC_COUPONS5_From_Screen" value="%var|g.Screen|%" />
That will display the redemption field and any messages generated by the redemption.
Last update: 2009-08-27 17:45
Author: Michael Brock
Revision: 1.1
You cannot comment on this entry














