Ubercart Shipping Module

Zyxware default image3
| 2 min read
Needing a Ubercart module that will calculate the shipping price for various regions depending upon the total weight of the products ordered. Ubercart shipping module is an interface to add different shipping providers. It's worth mentioning what we're trying to achieve here. Cotswold Seeds wanted to provide a single shipping cost for every order, as depending on shipping address, the order value and weight, they have the responsibility of selecting the shipping carrier.Only a single shipping quote is ever going to be provided for each order, because The user would not be given a choice here.
Zyxware default image3
| 3 min read
Drupal provides a Shipping module that comes into use when you have a store and you want to ship your products to another location. Ubercart has a flexible module that provides custom shipping quotes based on configurable weight ranges and custom shipping zones. For this all you have to do is to download and install the uc_global_quote module. Steps: Step 1: Download the uc_global_quote module from drupal.org on to the sites/modules folder. Step 2: For configuring the module go to /admin/modules and enable shipping, shipping qoutes and flat rate modules.