Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Soholaunch & Various Shopping Carts We offer > Various Shopping Carts > PayPal Shopping Cart Creator

Notices

PayPal Shopping Cart Creator This section is dedicated to setting up your PayPal shopping cart in the BlueVoda Website Builder for single item purchases, multi-item shopping cart purchases, subscription creations and donations.

Reply
 
LinkBack Thread Tools
  #1  
Old 04-17-2008, 04:32 AM
Private First Class
 
Join Date: Apr 2008
Posts: 8
Question Continue Shopping button not showing up

I know this subject seems like its been exhausted but I have read all the posting on this and done everything like people say to do but I am not getting the 'continue shopping' button to show up in the paypal shopping cart. The only option is the 'checkout' button. I have copy and pasted the html from paypal for the 'add to cart' button and the 'view cart' button. When I click on these buttons from my site I go correctly to a paypal shopping cart but there is no 'continue shopping' button there...I don't know what else to try...I have also emails paypal about this...any other suggestions would be helpful...thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 04-17-2008, 05:13 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,295
Default Re: Continue Shopping button not showing up

Hi, are you using fire fox? As i know there was a problem with this a wile back when using this browser. (Wasn't sure if it was ever resolved)
__________________
From Chris,

www.collectors-info.com
View sites in FF & IE, with res @ 1024 x 768 on 19” screens.

How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 04-17-2008, 05:25 AM
Private First Class
 
Join Date: Apr 2008
Posts: 8
Default Re: Continue Shopping button not showing up

No I'm not in firefox...I read about the problem you're talking about as I have read all of the posting on this subject but it is still not working...and I can't be that incompetent.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 04-17-2008, 06:16 AM
jkadin's Avatar
Brigadier General
 
Join Date: Jan 2008
Location: woodbourne new york
Posts: 1,126
Send a message via Yahoo to jkadin
Default Re: Continue Shopping button not showing up

Just these past few days I have done about fifty pay pal buttoms I have no problem with them I done it in both browsers are you using a different stlye thats showed all mine came up with the continue shopping

Joe
www.anytime-figurines.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 04-17-2008, 04:16 PM
Private First Class
 
Join Date: Apr 2008
Posts: 8
Default Re: Continue Shopping button not showing up

This is really bizarre...I am not doing anything different or unusual with the buttons, just following the straight forward directions and can not for the like of me get a continue shopping button. I am a premier member of paypal not a business member, but that should not matter right? I can't think of anything else to do...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 04-17-2008, 05:28 PM
LadyEye's Avatar
General & Forum Moderator
 
Join Date: Jun 2006
Location: Canada
Posts: 9,867
Send a message via MSN to LadyEye
Default Re: Continue Shopping button not showing up

Hi.

You should have no difficulty if you do so directly at the paypal site .. as opposed to doing so in blue voda ..
__________________
NEW - Dating Websites/Custom Features
FREE Blue Voda Website Design Tips
Blue Voda Designer|LadyEye/Designer
My Portfolio of Blue Voda Websites
********GENERAL LADYEYE********
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 04-17-2008, 11:21 PM
Private First Class
 
Join Date: Apr 2008
Posts: 8
Default Re: Continue Shopping button not showing up

Thanks, but I am doing it from the paypal site and I can still not get the continue shopping button to appear anywhere?!?!?!!?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 04-18-2008, 12:39 AM
LadyEye's Avatar
General & Forum Moderator
 
Join Date: Jun 2006
Location: Canada
Posts: 9,867
Send a message via MSN to LadyEye
Default Re: Continue Shopping button not showing up

Hi .. you can check your code against this code .. this has the continue shopping, perhaps you might be able to spot what you might be missing in your code ..


<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="http://www.xxxxxx.com/xxx.jpg" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="emailaddress">
<input type="hidden" name="item_name" value="product">
<input type="hidden" name="item_number" value="xxx">
<input type="hidden" name="amount" value="price">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="return" value="http://www.xxxxxxxx.com/thankyou.html">
<input type="hidden" name="cancel_return" value="http://www.xxxxxxxx.com/contactus.html">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>


You can take this code, modify things to apply to yourself (I am sure you can see where) and try it ..
__________________
NEW - Dating Websites/Custom Features
FREE Blue Voda Website Design Tips
Blue Voda Designer|LadyEye/Designer
My Portfolio of Blue Voda Websites
********GENERAL LADYEYE********
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 04-18-2008, 03:52 AM
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!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 02:51 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55