Advertisement

07.15.2008 at 07:06PM PDT, ID: 23568305
[x]
Attachment Details

How to add coupon codes to a site with Paypal basic shopping cart?

Asked by Liotec in Stores & Carts, FrontPage-Expressions, Scripting Languages

Tags: HTML, www.Liotec.com, Paypal shopping cart

When a customer shops on my site I want have the ability to enter a coupon code when they are checking out to deduct a predefined percentage from the total (Generally 10%)

Paypal does not support this directly so I need to devise another solution. I want to add this functionality after they select checkout so it is the last thing they do before paying.

The Paypal form we have for each item is attachedStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
<!-- BEGIN PAYPAL FORM --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_self"> 
								<font size="1"> 
								<input type="hidden" name="bn0" value="AMPPFPWZ.200">
								<input type="hidden" name="cmd0" value="_cart">
								<input type="hidden" name="add0" value="1">
								<input type="hidden" name="shopping_url0" value="http://liotec.com/NES.htm"
										                   
								<input type="hidden" name="currency_code" value="USD"> 
								<input type="hidden" name="no_note0" value="1">
								<input type="hidden" name="image_url0" value="">
								<input type="hidden" name="no_shipping0" value="0">
								<input type="hidden" name="undefined_quantity0" value="0">
								</font>
								  <!--webbot bot="Include" U-Include="includes/paypal_email.htm" TAG="BODY" --><tr>
							      <td class='product_field' width="78"><font size="1">
									Product Name:</font></td>
							      <td>
									<input class='product_attribute' name="item_name" value="NYLON HOLSTER" size="36" style="font-weight: 700"></td>
							      <td rowspan=3 align=right nowrap>
							        <div align="left">
							        <!--webbot bot="Include" U-Include="includes/cart_buttons.htm" TAG="BODY" --></div>
									</td>
							    </tr>
							    <tr>
							      <td class='product_field' width="78"><font size="1">
									SKU:</font></td><td valign=top> 
									<input readonly class='product_attribute' type="text" name="item_number" value="NYLON" size="33"></td>
							    </tr>							    
							    <tr>
							      <td class='product_field' width="78"><font size="1">
									Price (US$):
                                  </font> </td><td valign=top>
									<input class='product_attribute' name="amount" value="4.00" size="20" style="font-weight: 700"></td>
							    </tr>
							    <tr>
							      <td class='product_field' width="78"><font size="1">
									Product Description:</font></td>
							      <td colspan=2>
                                  <span style="font-size: 9pt">Works with</span><font style="font-size: 9pt"> 
									Freedom.&nbsp; Also good for carrying spare 
									batteries</font><ul>
                                    <li><span style="font-size: 9pt">Nylon 
									design</span></li>
                                  </ul>
									<p><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p>
									<p>&nbsp;</p></td>
							    </tr>
	   <!-- END PAYPAL FORM --> </form>
[+][-]07.28.2008 at 02:08PM PDT, ID: 22106826

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Stores & Carts, FrontPage-Expressions, Scripting Languages
Tags: HTML, www.Liotec.com, Paypal shopping cart
Sign Up Now!
Solution Provided By: cs97jjm3
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.20.2008 at 02:25AM PDT, ID: 22267500

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08.25.2008 at 03:54PM PDT, ID: 22310083

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628