This is a discussion on "cant get coupons to redeem to my shopping cart" within the Web Page Design section. This forum, and the thread "cant get coupons to redeem to my shopping cart are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
cant get coupons to redeem to my shopping cart
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
cant get coupons to redeem to my shopping cart
I have some code from paypal that allows me to redeem coupons the problem is when the customer redeems the coupon it takes them to a seperate checkout window. I want them to go to my shopping cart. I have tried everything I can think of to make this work mabey one of you can make it work.
Thanks Here is the code for the redemption of the coupon <font color="#0c5a90" size="2" face="Verdana, Arial, Helvetica, sans-serif"><B>Redeem your PayPal Coupon</B></FONT><BR> <FORM action="http://www.paycodes.com" method="post"> <INPUT type="hidden" name="doredeemcode" value="1"> <font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><B>PayCodes™ Coupon: </B></FONT> <input type="text" name="redeemcode" value="" size="12" maxlength="10"> <input type="image" src="http://www.paycodes.com/gx/redeem.gif" align="middle"> </FORM> Here is the code for my shopping cart and the item i want to coupon <Form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="paypal"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="brett@gardendiscounters.com"> <input type="hidden" name="item_name" value="Deck Table"> <input type="hidden" name="item_number" value="00312"> <input type="hidden" name="amount" value="19.99"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="shipping" value=""> <input type="hidden" name="shipping2" value=""> <input type="hidden" name="handling_cart" value=""> <select name="item_number" size="1"> <option value="Black">Black</option> <option value="White">White</option> <option value="EverGreen">Evergreen</option> </select> <input type="image" name="add" src="https://www.paypal.com/images/x-click-but22.gif"> </form> |
![]() |
| Tags |
| coupons, redeem, shopping, cart |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shopping Cart | Aaron1988 | PHP Forum | 5 | Sep 25th, 2006 11:08 |
| Looking for my shopping cart! | tom | Databases | 13 | Dec 28th, 2005 16:38 |
| i don't know much at all about ASP - can it do shopping cart | benbacardi | Classic ASP | 3 | Jul 21st, 2004 15:47 |