View Single Post
  #9  
Old 04-18-2008, 04:52 AM
stretcharmstrong stretcharmstrong is offline
Private First Class
 
Join Date: Apr 2008
Posts: 8
Default Re: Continue Shopping button not showing up

Finally got it worked out with PayPal techies...
FYI: if try the above code and STILL don't get the continue shopping button enter the following new line of code (the middle line) in this exact place and it will work...has something to do with browser settings and adding this code will cause the continue shopping button to be force
populated regardless of your browser settings..

<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="shopping_url" value="http://www.YourDomain.com/products.html">
<input type="hidden" name="business" value="emailaddress">

make sure you put the page of your site (in this new code) that you want the continue button to send your customers to...

Thanks PayPal!!!
Reply With Quote