jukieuk
06-19-2010, 12:38 PM
The paypal only gives 10 options, i'm selling trousers from sizes 27 to 40, how do i create more options
thanks
Julie
thanks
Julie
|
||||
dont know if this is the right board (paypal payment button)jukieuk 06-19-2010, 12:38 PM The paypal only gives 10 options, i'm selling trousers from sizes 27 to 40, how do i create more options thanks Julie _Aerospace_Eng_ 06-19-2010, 02:17 PM I assume you are referring to a select menu that has options and values. While they only allow to create 10 through the button on paypal's site itself you can simply add more by editing the html they give you. jukieuk 06-19-2010, 02:34 PM i tried that but i'm missing something in the code see this code <option value="34">34 £12.00</option> <option value="35">35 £12.00</option> <option value="36">36 £12.00</option> i copy and paste that line and change the number 36 to 37 and i creat another option but when i save it, in the option the 37 is still 36, wont change to 37, just gives me another option with 36. _Aerospace_Eng_ 06-19-2010, 02:37 PM Please post the code that paypal gives you. Remove your merchantID and/or email please. You don't edit the code on the paypal site, you need to edit it in your program that you use to create your web pages. jukieuk 06-19-2010, 02:39 PM i tried that but i'm missing something in the code see this code <option value="34">34 £12.00</option> <option value="35">35 £12.00</option> <option value="36">36 £12.00</option> i copy and paste that line and change the number 36 to 37 and i creat another option but when i save it, in the option the 37 is still 36, wont change to 37, just gives me another option with 36. I'm silly, i was changing the wrong number ive worked it out, this is what i should have wrote <option value="41">41 £12.00</option> instead i was doing this <option value="41">40 £12.00</option> jukieuk 06-19-2010, 02:45 PM still having problems this is the code <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form> <form target="paypal" action="" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value=""> <table> <tr><td><input type="hidden" name="on0" value="Primary Sizes">Senior Sizes</td></tr><tr><td><select name="os0"> <option value="27">27 £12.00</option> <option value="28">28 £12.00</option> <option value="29">29 £12.00</option> <option value="30">30 £12.00</option> <option value="31">31 £12.00</option> <option value="32">32 £12.00</option> <option value="33">33 £12.00</option> <option value="34">34 £12.00</option> <option value="35">35 £12.00</option> <option value="36">36 £12.00</option> </select> </td></tr> <tr><td><input type="hidden" name="on1" value="Colours">Colours</td></tr><tr><td><select name="os1"> <option value="Black">Black </option> <option value="Grey">Grey </option> </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.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"> </form> now if i add this <option value="37">37 £12.00</option> <option value="38">38 £12.00</option> <option value="39">39 £12.00</option> <option value="40">40 £12.00</option> these options can not be processed with paypal jukieuk 06-19-2010, 06:39 PM can anyone help me please _Aerospace_Eng_ 06-19-2010, 06:51 PM I don't like helping impatient people. We are not here 24/7. Modify the paypal count with how you think it should look and then post it again. I've done this very same thing for other paypal buttons and it works. You did add in your merchant id back in right? jukieuk 06-26-2010, 04:46 PM I don't like helping impatient people. We are not here 24/7. Modify the paypal count with how you think it should look and then post it again. I've done this very same thing for other paypal buttons and it works. You did add in your merchant id back in right? sorry, i'm trying to add more options to this my code <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value=""> <table> <tr><td><input type="hidden" name="on0" value="school logo">school logo</td></tr><tr><td><select name="os0"> <option value="New Brighton Primary">New Brighton Primary £6.00</option> <option value="Liscard Primary">Liscard Primary £6.00</option> <option value="Mount Primary">Mount Primary £6.00</option> <option value="St.Georges">St.Georges £6.00</option> <option value="St.Albans">St.Albans £6.00</option> <option value="St.Josephs">St.Josephs £6.00</option> <option value="Somerville">Somerville £6.00</option> <option value="Egremount">Egremount £6.00</option> <option value="St.Peters&Paul">St.Peters&Paul £6.00</option> </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.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"> </form> _Aerospace_Eng_ 06-27-2010, 12:17 AM Again modify the code to how you think it should look and repost it. Brucey2010 06-27-2010, 01:25 AM Do you mean they show on your page but when selected and add to cart it don't work? jukieuk 06-27-2010, 09:27 AM Do you mean they show on your page but when selected and add to cart it don't work? that is right anyway this is what my code looks like when i modfiy it <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value=""> <table> <tr><td><input type="hidden" name="on0" value="school logo">school logo</td></tr><tr><td><select name="os0"> <option value="New Brighton Primary">New Brighton Primary £6.00</option> <option value="Liscard Primary">Liscard Primary £6.00</option> <option value="Mount Primary">Mount Primary £6.00</option> <option value="St.Georges">St.Georges £6.00</option> <option value="St.Albans">St.Albans £6.00</option> <option value="St.Josephs">St.Josephs £6.00</option> <option value="Somerville">Somerville £6.00</option> <option value="Egremount">Egremount £6.00</option> <option value="St.Peters&Paul">St.Peters&Paul £6.00</option> <option value="Egremount">Greenleas £6.00</option> <option value="Egremount">Everton Primary £6.00</option> <option value="Egremount">Roberts and James £6.00</option> <option value="Egremount">St. Pauls £6.00</option </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.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"> </form> so if add the st pauls one, its comes up egremount on the check out so then i modify the option value this time and done this <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value=""> <table> <tr><td><input type="hidden" name="on0" value="school logo">school logo</td></tr><tr><td><select name="os0"> <option value="New Brighton Primary">New Brighton Primary £6.00</option> <option value="Liscard Primary">Liscard Primary £6.00</option> <option value="Mount Primary">Mount Primary £6.00</option> <option value="St.Georges">St.Georges £6.00</option> <option value="St.Albans">St.Albans £6.00</option> <option value="St.Josephs">St.Josephs £6.00</option> <option value="Somerville">Somerville £6.00</option> <option value="Egremount">Egremount £6.00</option> <option value="St.Peters&Paul">St.Peters&Paul £6.00</option> <option value="greenleas">Greenleas £6.00</option> <option value="everton primary">Everton Primary £6.00</option> <option value="Roberts and james">Roberts and James £6.00</option> <option value="St Pauls">St. Pauuls £6.00</option </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.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"> </form> so when i try to add st paul to the cart, get this error message PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum