TABLE OF CONTENTS
Znode comes with the following Shipping Classes and rules pre-built into the platform:
The four types of Shipping Classes which can be configured are: Custom, FedEx, UPS, and USPS.
The four types of Shipping Rules which can be configured are: Weight-Based Rate, Quantity-Based Rate, Flat Rate Per Item, and Fixed Rate Per Item.
But if you need to implement your own custom Shipping Rules, Calculations, and Processing, you can do that by extending the Extension Engine with your own custom Shipping provider.
Ex: You do all of your shipping through DHL. You can create your own shipping provider, named something like DHL shipping, which calls out to a DHL service to perform shipping cost calculations and retrieve estimated delivery dates.
Add Shipping Type
Navigate to: Admin > Extension Engine > Shipping Type-level > "Add New" button
Add Shipping Type Details
Save progress using the "Save" button. The page reloads with action confirmation.
The new Shipping Type is now added.
Note: Disabled Shipping Type types will not be displayed while adding a Rule for any Shipping class. Deleted Shipping Type Types must be displayed while adding a new Shipping Type in the 'Available Shipping Type type' dropdown.
Edit Shipping Type
Navigate to: Admin > Extension Engine > Shipping Type-level > "Edit" action
Edit Shipping Type Details
Save progress using the "Save" button. The page reloads with action confirmation.
Shipping Type is now edited.
Delete Shipping Type
Navigate to: Admin > Extension Engine > Shipping Type-level > "Edit" action
The page reloads with action confirmation.
Shipping Type is now deleted.