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

Notices

Various Shopping Carts This forum is dedicated to discussions about the shopping carts we offer like osCommerce, ZenCart and CubeCart. Included and not limited to any other shopping cart that you would like to talk about.

Reply
 
LinkBack Thread Tools
  #1  
Old 12-20-2007, 11:39 AM
Sergeant
 
Join Date: Jun 2007
Posts: 22
Cool Help please?

Hi anyone who cares to help. Ive got a massive problem. Ive been using paypal without a hitch till about the last 9 days when i suddenly noticed a HUGE drop in sales. I checked my anylitics and the hits were still the same but the sales dropped massively. I found out that paypal was putting a sign up to paypal page there without the form to fill in without signing up causing customers to hit the big red X at the top left hand side of the screen. Then on top of this paypal has suddenly removed the option to fill in the customers address and phone number. Both needed to post out their items they bought, i now have thousands of dollars worth of orders that ive got no idea where to send tham and i cannot contact the buyer because these no phone number and the email address now bounce? IS PAY PAL taking over ownership of my site? I got onto paypal on the phone and they said to redo all my buttons, yes all 200 of them. So i go to make a button at paypal and it says i need to add options to be able to uses addresses and phone number, i do this but it say i have to use this ****py drop down menu or i cannot use the other options. Ive sat here for hours trying to make this drop down thing work. ive not got much html skills and nowhere does paypal tell me exactly how to use it. ive now got a site that paypal has absolutly ruined and maybee i should use google cart. Any takers on this one? Thanks Matt, http://www.qualityclotheslines.net
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 12-20-2007, 11:36 PM
LadyEye's Avatar
General & Forum Moderator
 
Join Date: Jun 2006
Location: Canada
Posts: 9,908
Send a message via MSN to LadyEye
Default Re: Help please?

Hmmm .. so you are saying that this automatically changed, then it must be something that paypal has done. I checked, and my few do not act in that way. It might be something in the purchase buttons code, or even possibly it could be something set in your preferences or options somewhere. I am posting your code and my code from a payment button here, perhaps someone might take a look and see where yours is different from mine, and although I know it means work, you will have to do it one way or the other, changing yours or doing as Karen suggested and seeking a new cart. I wouldn't want to think that paypal are in the middle of converting everyone's accounts in this manner, that was one of their better features.

The difference on arrival at the paypal page is mine shows this

Don't have a PayPal account?
Use your credit card or bank account (where available).var myText = 'Continue';var myid = 'myAllTextSubmitID';var myname = 'new_user_button.x';document.write('');document.write(myText);document.write(''); Continue

and yours shows like this

Sign up for a PayPal account andvar myText = 'continue checkout';var myid = 'myAllTextSubmitID';var myname = 'new_user_button.x';document.write('');document.write(myText);document.write(''); continue checkout


This is my code ......

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="http://www.xxxxx/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="xxxxxxxxxx.com">
<input type="hidden" name="item_name" value="Keemun">
<input type="hidden" name="item_number" value="4 oz.">
<input type="hidden" name="amount" value="7.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="return" value="http://www.xxxxx.com/thankyou.html">
<input type="hidden" name="cancel_return" value="http://www.xxxxx.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>


and this is yours

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="mbreedon@aapt.net.au">
<input type="hidden" name="item_name" value="Foldaway 50 + non metro delivery">
<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="$175.00">
<input type="hidden" name="currency_code" value="AUD">
<input type="hidden" name="shipping" value="">
<input type="hidden" name="shipping2" value="">
<input type="hidden" name="handling" value="">
<input type="hidden" name="image_url" value="">
<input type="hidden" name="return" value="http://www.qualityclotheslines.net/success.html">
<input type="hidden" name="cancel_return" value="http://www.qualityclotheslines.net/failure.html">
<input type="hidden" name="undefined_quantity" value="1">
<input type="hidden" name="receiver_email" value="mbreedon@aapt.net.au">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="0">
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-butcc.gif" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>


Maybe someone can tell by looking, because if so, then you can just adjust each code on each button if you chose to do it this way. You wouldn't have to go to paypal to make the changes, and this way would be much quicker for you to change .. alot quicker actually than making those buttons at paypal ..

Good Luck, hope something works out for you and maybe someone can figure this out for you by looking at the code diff .. I dunno ..
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 12-21-2007, 10:49 AM
Sergeant
 
Join Date: Jun 2007
Posts: 22
Default Re: Help please?

Lady eye, the difference between yours and mine is that yours is paypals and mine is bv"s. But i cannot figure out how to do the drop down menu in paypals options list. Without this my shop has shut. Can anyone explain how i do this?
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 12-22-2007, 09:42 AM
Vasili's Avatar
The Generalissimo
 
Join Date: Mar 2006
Posts: 10,332
Talking Re: Help please?

You are both using PayPal, simply different account levels/types.
__________________
_____________________________________________________ .*.* . .* . * . * .*
My Websites... VodaHost Support....Soholaunch Support....osCommerce Support
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 12:13 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176