The Shipping section allows Administrators to add and manage Shipping Classes and Shipping Rules. Shipping can be associated with a country or a User Profile. Shipping will be calculated based on the Product Weight detail in Products and the Zip Code of the Customer's Shipping Address during Checkout.
Creating Custom Shipping Classes
Four types of Shipping Classes can be configured: Custom, Fedex, UPS, and USPS. Developers can add additional Shipping Classes based on their requirements.
In the Znode solution, we have Znode.Engine.Shipping library for new Shipping classes to be configured.
Create a new folder with the shipping name (e.g FedEx)
Add the class file to that folder