Topic: Shopping Cart w/ Jon Lebensold - I'm stuck on vid 12
Hi again all,
I'm having a bit of difficulty again. I notice in Jon's tutorial (vid 12) that the paypal button code he generates includes the pair (name=business) which has the value SSS_xxxxxxx
The paypal button that I am generating with my sandbox account does not include the "name/business/SSS_xxxxx" code. This is problematic, because I'm at the 7:10min mark in video12 where Jon shows us how to "pull out the business value". My button code does not include any business value information!
Here's what my button code looks like:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="1069276">
<input type="image" src="https://www.sandbox.paypal.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.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>I'd really be grateful for any help any of you can give on this matter, and I'm guessing it will be those who are experienced with the paypal developer/sandbox who will be able to help.
Thanks,
Cory
Last edited by Cory Duchesne (September 26, 2009 5:36 pm)

