Payment Script - Shipping Rule Wizard
Basic Steps
Follow the steps below to create your shipping rule and have it implemented in your payment script.
Step 1
Enter rule name and select locations rule will apply to.
Step 2
Select type of rule. See the descriptions below for details on each type.
Step 3
Enter shipping information for your rule.
Step 4
After you create the rule add the following line to the code that is passed to us:
*If you are using EasyCart, add it to your Checkout Web page.
*If you are using Smart Screens, add it to your order forms.
Rule Name
This allows you to select a name for your shipping rule. The name is for your own identification purposes. It is not required.
Rule Type
Rule Type | Description | Example |
Shipping based on subtotal | Shipping based on the order subtotal using ranges. | If subtotal is up to $10.00, shipping is $1.00. If subtotal is up to $20.00, shipping is $2.00 etc. |
Percentage shipping based on subtotal | Shipping based on the order subtotal using ranges. Shipping is calculated as a percentage of the subtotal. | If subtotal is up to $10.00, shipping is 1% of subtotal. If subtotal is up to $20.00, shipping is 2% of subtotal etc. |
Flat Shipping | Flat shipping price no matter what is ordered. | Shipping is $5.00 for every order. |
Per item Shipping | Shipping price is multiplied by the number of items ordered. | If one item is ordered, shipping is $5.00. If two items are ordered, shipping is $10.00 etc. |
Per item shipping based on SKU | Shipping is based on SKU. Shipping will be multiplied by the number of each specified SKU that is ordered. | If SKU is 001, shipping is $1.00 for each ordered. If SKU is ABC, shipping is $2.00 for each ordered etc. |
Flat shipping based on SKU (see note 1) | Shipping is based on SKU. Shipping will *not* be multiplied by the number of each SKU ordered. | If SKU is 001, shipping is $1.00. If SKU is ABC, shipping is $2.00 etc. |
Flat shipping if SKU is contained in order (see note 1) | If particular SKU is in the order, a flat rate is used for shipping. | If SKU 001 is contained in order, shipping is $1.00 for entire order. |
Shipping based on quantity | Shipping is based on the total quantity of products ordered. | If the total quantity of products is up to 5, shipping is $10.00. If the total quantity of products is up to 10, shipping is $20.00 etc. |
Shipping Plus | Allows you to pass shipping to our script and have it added to the shipping calculated by the rule. | If you pass $10.00 shipping, and rule calculates $5.00 shipping, the shipping total is $15.00. |
Notes:
-
Partial SKUs may be used for the ‘Flat shipping based on SKU’ and ‘Flat shipping if SKU is contained in order’ rules. For example, if you want the shipping to apply to all SKUs that start with 00, just enter 00 in the SKU field.
Please also note that SKUs should contain ONLY alphanumeric characters.
Display / Edit Current Rules
This will display a list of current, active shipping rules for the account. Rules may be edited or deleted in this section by clicking the associated buttons.