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.

Closed Thread
 
Thread Tools
  #1  
Old 06-12-2008, 05:01 AM
Sergeant
 
Join Date: May 2008
Posts: 39
Default Shipping Question

I am adding the cost of shipping to my products. I have a problem. With each additional item people add to their carts, my shipping doubles! How can I calculate the shipping in an easier fashion?

Thank you,
Matthew
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 06-12-2008, 05:26 AM
jkadin's Avatar
Brigadier General
 
Join Date: Jan 2008
Location: woodbourne new york
Posts: 1,484
Default Re: Shipping Question

If you are using paypal Use there system to calulate I beleleve you go under merchant services . look for calulate shipping.
__________________
Joe
Funny Jokes and Redneck Pics

www.anytime-figurines.com


"laughter is the best medicine"
The most wasted of all days is one without laughter. ~e.e. cummings
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old 06-13-2008, 03:28 AM
Sergeant
 
Join Date: May 2008
Posts: 39
Default Re: Shipping Question

How do I get my shipping chart set up? Is there a standard?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old 06-13-2008, 05:30 AM
Major
 
Join Date: Nov 2007
Location: Arizona
Posts: 389
Default Re: Shipping Question

Log in to your PayPal account. Click "Merchant Services tab. Click the "Shipping calculator" link.
(It isn't exactly a shipping calculator!). It is where you assign regions that you are going to ship to and assign a shipping price for that region.
(Example would be to divide the US up into time zones at state border, then assign a price to ship to those states.)

Whenever someone purchased and wanted it to ship to those states; PayPal would list that price on the purchase at checkout. You can make many regions, called "shipping methods" by PayPal.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old 06-13-2008, 04:34 PM
Sergeant
 
Join Date: May 2008
Posts: 39
Default Re: Shipping Question

And how do I set these rates? Can I just go online to UPS, or USPS and figure out a cost?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old 06-13-2008, 10:29 PM
Major
 
Join Date: Nov 2007
Location: Arizona
Posts: 389
Default Re: Shipping Question

I have a dropshipper, so I don't have to deal with fluctuating shipping costs much, so my experience with shipping calculations are limited. But, you have choices at PayPal to calculate as a percent of order value, set rate, or by weight. I noticed at the USPS site they calculate by weight, I haven't been to the UPS site yet, but it is probably by distance, because I know they allow up to so many lbs. & package has to be under a certain overall size.

With more sophisticated payment processors; there might be a way to link to UPS & USPS to have them calculate the shipping cost, but I don't think we can do it with a "Free" PayPal account.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old 06-14-2008, 03:49 AM
Sergeant
 
Join Date: May 2008
Posts: 39
Default Re: Shipping Question

If I decide to base the shipping cost on weight, where do I enter the weight of the item in Blue Voda so everything calculates?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old 06-14-2008, 05:21 AM
Major
 
Join Date: Nov 2007
Location: Arizona
Posts: 389
Default Re: Shipping Question

Now this is just a guess, since I haven't used weight for my shipping calculations; but, I believe when you generate your PayPal "Buy Now" OR "Add to Cart" button; and you select "calculate shipping by weight" mode; you enter a price/lbs. in the chart,(at PayPal).

Then, when you have entered all the details that PayPal allows; they will create the coding that generates the button on your site. You'll copy/paste that code into an html box on your page in BV.

Now, you have one button with all the purchase details for that one item.

You can now paste that code into as many buttons as you need. Then go into the html box's properties and change the codes to set a different code for the rate or weight for that item, etc.

One thing you can't change in that code is the business name code.

Now this info is really just an educated guess, because I have not set one up for weight shipping calculations. You should go to PayPal and generate a payment button so you can see what the code is that it generates for shipping by weight. You can make many buttons at PayPal, so don't be shy about trying it! Infact when I get done with this post; I'm going to PayPal to set up a button for weight shipping to see what the result is!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old 06-14-2008, 05:52 AM
Major
 
Join Date: Nov 2007
Location: Arizona
Posts: 389
Default Re: Shipping Question

OK....My educated guess was a little off the mark; but not too far!

You set up your shipping calculator in your Merchant Service page, (Shipping Calculator). Then you create your PayPal button at PayPal. Be sure to put a weight figure where it asks for weight. It will say (optional), but you need to put a figure in there. Doesn't have to represent the actual weight of any item, but must be there to generate the weight code in the button!

Then you just copy that code as many times as you need and edit it for each item.

Example:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<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="xxxxxx@ipscompany.com">
<input type="hidden" name="item_name" value="Test Item">
<input type="hidden" name="item_number" value="12345">
<input type="hidden" name="amount" value="29.95">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="weight" value="1.21">
<input type="hidden" name="weight_unit" value="lbs">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>

Just change the codes in red to match each item you are selling.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread


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 Off



All times are GMT +1. The time now is 06:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203