- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have made a really simple test page for a Buy Now button with drop down for 3 different prices, but no matter what I select, I only get the first price in the checkout?
Any ideas?
Please see http://cafenoisette.dk/test/paypal/ for the code...
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Thrane,
Welcome to the Community .
I was able to view your code from the button you created. It appears all three of the option values in the dropdown are the same. It sounds like you created the button from sandbox, is that correct?
This is how the code looks within the table tags:
<table>
<tr><td><input type="hidden" name="on0" value="Værdi">Værdi</td></tr><tr><td><select name="os0">
<option value="Beløb">Beløb 100.00 DKK</option>
<option value="Beløb">Beløb 250.00 DKK</option>
<option value="Beløb">Beløb 500.00 DKK</option>
</select> </td></tr>
</table>
This is how the code should look within the table tags:
<table>
<tr><td><input type="hidden" name="on0" value="Værdi">Værdi</td></tr><tr><td><select name="os0">
<option value="Beløb0">Beløb 100.00 DKK</option>
<option value="Beløb1">Beløb 250.00 DKK</option>
<option value="Beløb2">Beløb 500.00 DKK</option>
</select> </td></tr>
</table>
Once you fix these options the button should funtion properly.
Let me know if this helps.
Misty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Thrane,
Welcome to the Community .
I was able to view your code from the button you created. It appears all three of the option values in the dropdown are the same. It sounds like you created the button from sandbox, is that correct?
This is how the code looks within the table tags:
<table>
<tr><td><input type="hidden" name="on0" value="Værdi">Værdi</td></tr><tr><td><select name="os0">
<option value="Beløb">Beløb 100.00 DKK</option>
<option value="Beløb">Beløb 250.00 DKK</option>
<option value="Beløb">Beløb 500.00 DKK</option>
</select> </td></tr>
</table>
This is how the code should look within the table tags:
<table>
<tr><td><input type="hidden" name="on0" value="Værdi">Værdi</td></tr><tr><td><select name="os0">
<option value="Beløb0">Beløb 100.00 DKK</option>
<option value="Beløb1">Beløb 250.00 DKK</option>
<option value="Beløb2">Beløb 500.00 DKK</option>
</select> </td></tr>
</table>
Once you fix these options the button should funtion properly.
Let me know if this helps.
Misty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Misty...!
Yes, the button was created in Sandbox.
And toy are right, the naming was the issue here - now it works...!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Changed Pricing on Webpage but it's not changed in PayPal in Merchant services (Archive)
- Custom paypal button that a price may depends on several factors in Merchant services (Archive)
- Change link for "Continue Shopping" on check out page in Merchant services (Archive)
- Trying to change the return to merchant button in Merchant services (Archive)