|
The Ecommerce Plus templates currently support the
following shipping methods:
Information on how to use them is set out below. We
also outline the options available.
No shipping
As the name suggests, this is the option to choose if
there are no shipping costs involved.
Flat rate shipping
If you select flat rate shipping you can enter 2
shipping costs in the product admin section. One is for
the cost to ship one of an item, and the second is the
cost to ship the second and subsequent instance of an
item.
If the cost for the first item is $5.00 and the cost
for the second and subsequent is zero then total
shipping cost will be $5.00 however many of a product is
shipped. Second and subsequent is for one particular
product only. If you sell one product x and one product
y then both will be charged the first shipping cost.
If you want it so that store wide to ship one of any
product is $XX and to ship any second and subsequent
product is $YY then you would have to use weight based
shipping.
Weight based shipping
Shipping is calculated by product weight according to
the shipping zone to easily facilitate national and
international shipping. If weight based shipping is
selected, then the country zone can be set in the
countries admin panel, and new zones can be edited by
following the Edit Postal Zones
link in the main admin panel.
The system works such that you can set a series of
weight limits and shipping costs for packages up to
those weight limits. The weight can be in pounds, kg,
ounces, whatever. You give it meaning by what you enter
as the product weight in the products admin page.
For instance, if you have entered a weight of 2.4 in
the products page, and that to you means 2.4 kilos, then
if your weight limit is up to 3 then that is up to 3
kilos also. With the price, that will be whatever the
currency you use is. If it is 4.5 and you use dollars,
then it is $4.50.
To help calculate the decimals of pounds / ounces
just put the figure in the pounds column into the weight
field of your product admin page - just the numbers, not
the "lbs"
1 oz = 0.0625 lbs
2 oz = 0.125 lbs
3 oz = 0.1825 lbs
4 oz = 0.25 lbs
5 oz = 0.3125 lbs
6 oz = 0.375 lbs
7 oz = 0.4375 lbs
8 oz = 0.5 lbs
9 oz = 0.5625 lbs
10 oz = 0.625 lbs
11 oz = 0.6875 lbs
12 oz = 0.75 lbs
13 oz = 0.8125 lbs
14 oz = 0.875 lbs
15 oz = 0.9375 lbs
16 oz = 1.0 lbs
17 oz = 1.0625 lbs
etc. etc.
If this table is placed into excel it's fast to
calculate the exact decimal for larger weights.
If your highest weight is 50 and the price for that
is $5.00, and you set "For every 5 above the highest
weight add an extra 0.5" then at a weight of 55, the
price would be $5.50, at a weight of 60 the price would
be $6.00 and so on.
NOTE
Products that have a weight of zero are not considered
for shipping. If weight is not important set all weights
to zero and set a really high "max weight" limit.
Price based shipping
The idea here is the similar to the weight
based shipping in that you would need to define the
price per postal zone:
In Main Settings choose "Price based shipping"
Then click on "Postal Zones"
Name one or more zones (for example USA, Canada,
International - just zone 1, 2, 3 etc.)
Click on "Edit Rules"
As an example fill in Max Price with $20.00 in the first
column and $5.00 in the second column - that would mean
that the shipping cost of items up to a price of $20
would be $5, continue like that until you have all the
prices and zones you require.
Canada Post
You will first need to obtain a Retailer ID
from Canada Post. You can then enter that in your main
admin page to get started along with the Post Code from
where you will be shipping. After receving the Retailer
ID, Canada Post will need to put you into production
mode, until then you can set this switch for the
ASP or
PHP version to have it in test mode. From
there you can also opt to use product dimensions. These
additions are made to your vsadmin/includes.asp / .php
page.
Free shipping
This option is used in conjunction with
discounts and coupons. It enables you to set free
shipping only for orders within a particular country
which match the criteria you stipulate in the discount
set up eg. free shipping for all orders over $100.
To set the countries to which free shipping applies, go
to your countries admin page and you will see a column
"FSA" which stands for "Free Shipping Applies". Only
those countries checked will be eligible for free
standard shipping. Remember that a rule will have to be
set up first in your discount admin page for this to
work and that it will apply store-wide. This is not
available for flat rate shipping.
|