Payment notification e-mail has incorrect product description

JoeNads
New Community Member

Hello,

 

I have just received a "Notification of payment received" e-mail from PayPal.   The "Description:" in the e-mail's "Purchase Details" of the item I'm supposed to ship the customer is not showing the item the customer selected in the drop-down box ("option value" in the code), but instead is showing the heading of the drop-down box ("input type" in the code).  So I don't know which selection in the drop-down box the customer wants.  Here is the code PayPal has generated for this button:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QT5QS99V9R398">
<table>
<tr><td><input type="hidden" name="on0" value=""Ad Astra" and "Joe" CDs">"Ad Astra" and "Joe" CDs</td></tr><tr><td><select name="os0">
    <option value="Ad Astra CD Shipped to US">Ad Astra CD Shipped to US $12.00 USD</option>
    <option value="Joe CD Shipped to US">Joe CD Shipped to US $12.00 USD</option>
    <option value="Both CDs Shipped to US">Both CDs Shipped to US $20.00 USD</option>
    <option value="Ad Astra CD Shipped International">Ad Astra CD Shipped International $17.00 USD</option>
    <option value="Joe CD Shipped International">Joe CD Shipped International $17.00 USD</option>
    <option value="Both CDs Shipped International">Both CDs Shipped International $30.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_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_US/i/scr/pixel.gif" width="1" height="1">
</form>

 

To see the webpage the button is being used on: www.adastraband.com

 

Thanks and let me know what you think,

Joe

www.adastraband.com

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.