%@ Language=VBScript %> <% '************************************************************************* ' DO NOT MODIFY THIS SCRIPT IF YOU WANT UPDATES TO WORK! ' Function : Shipping Method Maintenance ' Product : CandyPress Store Administration ' Version : 2.5 ' Modified : February 2004 ' Copyright: Copyright (C) 2004 CandyPress.Com ' See "license.txt" for this product for details regarding ' licensing, usage, disclaimers, distribution and general ' copyright requirements. If you don't have a copy of this ' file, you may request one at webmaster@candypress.com '************************************************************************* Option explicit Response.Buffer = true const adminLevel = 1 %> <% 'Database dim mySQL, cn, rs, rs2 'ShipMethod dim idShipMethod dim shipDesc dim status '************************************************************************* 'Open Database Connection call openDB() 'Store Configuration if loadConfig() = false then response.redirect "sysMsg.asp?errMsg=" & server.URLEncode("Could not load Store Configuration settings.") end if 'Set Row Colors dim rowColor, col1, col2 col1 = "#DDDDDD" col2 = "#EEEEEE" %>
Shipping - Store Method Maintenance
| Add Shipping Method |
|
Overview - Store Shipping Methods are used to group
together a common set of Store Shipping Rates. Store Methods
and Rates are defined by you, and will therefore be stored and
retrieved directly from your database. For example, you can
create a Store Shipping Method called 'FedEx Ground', and then
create your own unique set of Store Shipping Rates for the 'FedEx
Ground' Shipping Method. A Shipping Method will also be applied to one or more Shipping Zones (Zones are set up using the 'Locations Maintenance' function). Each Shipping Method/Zone combination will have it's own unique set of Shipping Rates. Example :
|