Home > E-Commerce, PHP > Customizable Shipping Module

Customizable Shipping Module

December 7th, 2009

A Highly Customizable Shipping module is needed for ZenCart.
A new shipping module created from scratch not downloaded from internet.

for the shipping module, I should be able to charge based on buyer’s City, Province and Country. There are four shipping rates as follows:
- the buyer is from the same city as me
- the buyer is from the same province as me
- the buyer is from US and Canada
- the buyer is from the rest countries.
I should be able to offer either express shipping or regular shipping. I can decide how I want call it(Whether it be FedEx or UPS or DHL) and some description below each shipping method to tell how long it takes to deliver.

I should be able to set the rate for each of them individually. the final shipping price is based on product_weight * shipping rate * quantity

Below the shipping method, there should be an option to let the buyer choose the shipping insurance. Again, I shall be able to set the insurance rate myself and give some description. The insurance price is based on product price * insurance rate. the shipping insurance total should also display in brackets beside this option.

below insurance, There is one more option called Cash On delivery. I should be able to enable or disable this option in admin.


Customizable Shipping Module

Comments are closed.
Bear