Problem with postage on multiple copies of same item

fuzzyjonclay
Contributor
Contributor

Hi there,

 

I run a record label which accepts payments via Paypal. If someone purchases 2 different items, then the sub-total adds the postage for the 2 items together (which is fine!). However, if someone buys 2 or more copies of the same item, then Paypal will not calculate multiple postage.

 

So basically, if someone buys item a + item b, the sub total will be item a + item b + postage a + postage b. However, if someone buys 2 x item a, the sub total will be 2 x item a + 1 x postage a.

 

I have pasted my source code below.

 

Many thanks for your help!

 

Best wishes

Jon

 

 

 

<TABLE> 
<COLGROUP> 
   
   <COL width="0"> 
   <COL width="0"> 
   
 
<tr><td> 
 
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
<input type="image" src="http://www.nofrontteeth.co.uk/PayPal$.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> 
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> 
<input type="hidden" name="add" value="1"> 
<input type="hidden" name="cmd" value="_cart"> 
<input type="hidden" name="business" value="email address"> 
<input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> 
<input type="hidden" name="item_number" value="NFTR092"> 
<input type="hidden" name="amount" value="8.00"> 
<input type="hidden" name="shipping" value="2.00"> 
<input type="hidden" name="no_shipping" value="0"> 
<input type="hidden" name="no_note" value="1"> 
<input type="hidden" name="currency_code" value="USD"> 
<input type="hidden" name="tax" value="0.00"> 
<input type="hidden" name="lc" value="GB"> 
<input type="hidden" name="bn" value="PP-ShopCartBF"> 
</FORM> 
</td> 
 
<td> 
 
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
<input type="image" src="http://www.nofrontteeth.co.uk/PayPalEuros.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> 
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> 
<input type="hidden" name="add" value="1"> 
<input type="hidden" name="cmd" value="_cart"> 
<input type="hidden" name="business" value="email address"> 
<input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> 
<input type="hidden" name="item_number" value="NFTR092"> 
<input type="hidden" name="amount" value="6.00"> 
<input type="hidden" name="shipping" value="2.00"> 
<input type="hidden" name="no_shipping" value="0"> 
<input type="hidden" name="no_note" value="1"> 
<input type="hidden" name="currency_code" value="EUR"> 
<input type="hidden" name="tax" value="0.00"> 
<input type="hidden" name="lc" value="GB"> 
<input type="hidden" name="bn" value="PP-ShopCartBF"> 
</form> 
 
</td> 
</tr> 
</COLGROUP> 
<COLGROUP> 
 
   <COL width="1"> 
   <COL width="1"> 
   
<tr><td> 
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
<input type="image" src="http://www.nofrontteeth.co.uk/PayPalUKP.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> 
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> 
<input type="hidden" name="add" value="1"> 
<input type="hidden" name="cmd" value="_cart"> 
<input type="hidden" name="business" value="email address"> 
<input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> 
<input type="hidden" name="item_number" value="NFTR092"> 
<input type="hidden" name="amount" value="5.00"> 
<input type="hidden" name="shipping" value="1.00"> 
<input type="hidden" name="no_shipping" value="0"> 
<input type="hidden" name="no_note" value="1"> 
<input type="hidden" name="currency_code" value="GBP"> 
<input type="hidden" name="tax" value="0.00"> 
<input type="hidden" name="lc" value="GB"> 
<input type="hidden" name="bn" value="PP-ShopCartBF"> 
</form> 
</td> 
 
<td> 
<p> 
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
<input type="hidden" name="cmd" value="_cart"> 
<input type="hidden" name="business" value="email address"> 
<input type="image" src="http://www.nofrontteeth.co.uk/view_cart.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> 
<input type="hidden" name="display" value="1"> 
</form> 
</td> 
 

<TABLE> <COLGROUP>       <COL width="0">    <COL width="0">     <tr><td>  <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPal$.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="8.00"> <input type="hidden" name="shipping" value="2.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </FORM> </td>  <td>  <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPalEuros.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="6.00"> <input type="hidden" name="shipping" value="2.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form>  </td> </tr> </COLGROUP> <COLGROUP>     <COL width="1">    <COL width="1">    <tr><td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPalUKP.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="5.00"> <input type="hidden" name="shipping" value="1.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form> </td>  <td> <p> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="image" src="http://www.nofrontteeth.co.uk/view_cart.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <input type="hidden" name="display" value="1"> </form> </td>  

<TABLE> <COLGROUP>       <COL width="0">    <COL width="0">     <tr><td>  <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPal$.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="8.00"> <input type="hidden" name="shipping" value="2.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </FORM> </td>  <td>  <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPalEuros.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="6.00"> <input type="hidden" name="shipping" value="2.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form>  </td> </tr> </COLGROUP> <COLGROUP>     <COL width="1">    <COL width="1">    <tr><td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="http://www.nofrontteeth.co.uk/PayPalUKP.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="hidden" name="item_name" value="The Sharp Objects - Another Victim 7""> <input type="hidden" name="item_number" value="NFTR092"> <input type="hidden" name="amount" value="5.00"> <input type="hidden" name="shipping" value="1.00"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="GB"> <input type="hidden" name="bn" value="PP-ShopCartBF"> </form> </td>  <td> <p> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="email address"> <input type="image" src="http://www.nofrontteeth.co.uk/view_cart.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."> <input type="hidden" name="display" value="1"> </form> </td>  

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.