Help with Shopping Cart, Items all being charged at the same price?

ruralscot
Contributor
Contributor

Hopefully someone can help me, I have place a shopping cart button on Facebook page, this is for use in Gift Voucher purchase towards services (Wedding Photography), I have listed 8 Different vouchers ranging from £10 to £100, but no matter what one I select, it's being charged at £10?

 

Code below and from here http://www.facebook.com/pages/Ruralscotland-Photography/111038582281328?sk=app_7146470109

 

<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="3ZEYSC79D9GG6">
<table>
<tr><td><input type="hidden" name="on0" value="Please select voucher">Please select voucher</td></tr><tr><td><select name="os0">
 <option value="Gift Voucher">Gift Voucher £10.00 GBP</option>
 <option value="Gift Voucher">Gift Voucher £20.00 GBP</option>
 <option value="Gift Voucher">Gift Voucher £50.00 GBP</option>
 <option value="Gift Voucher">Gift Voucher £100.00 GBP</option>
 <option value="Wedding Gift">Wedding Gift £10.00 GBP</option>
 <option value="Wedding Gift">Wedding Gift £20.00 GBP</option>
 <option value="Wedding Gift">Wedding Gift £50.00 GBP</option>
 <option value="Wedding Gift">Wedding Gift £100.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.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.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>

Login to Me Too
1 REPLY 1

PayPal_Frank
Administrator
Administrator

Hi ruralscot,

 

Welcome to the community!

 

The button code you posted is correct but there is a weird quirk with the button system where it doesn't like to see duplicate options in the drop down menu.  While the options have different prices, it's having trouble seeing the "Gift Voucher" lines as something other than just one item.  The same is true for the "Wedding Gift" options.

 

I recommend recreating the button but enter something unique for each "Menu option name" box entry.

 

Maybe have something like this:

customizeoptions.PNG

 

While the amounts are being duplicated in the drop down menu, it will look nicer once the customer is viewing their cart.

 

I hope this helps! 🙂

 

- Frank

If you see a helpful post, please accept it as a solution or give the author kudos. 🙂 Thanks!
Login to Me Too

Haven't Found your Answer?

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