VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Shipping Modules => Topic started by: adam.hughes on January 05, 2006, 12:08:19 PM

Title: New Shipping Module
Post by: adam.hughes on January 05, 2006, 12:08:19 PM
I have created a new shipping module which allows you to set up two values (min and max) for orders within a price range and allows you to override the shipping cost if any product in the order is within a particular product type.

I've called it ptype shipping module and the module and full documentation can be downloaded from the followig url :

www.questtech.co.uk (http://www.questtech.co.uk)

Just click on the repository link, then Virtumart and finally shipping modules.

I have sent Soreen an email about adding it to the downloads in the virtuemart repository.
Title: Re: New Shipping Module
Post by: trip on January 18, 2006, 14:18:44 PM
This looks good, thanks
TriP
Title: Re: New Shipping Module
Post by: _j_t_ on January 28, 2006, 15:25:08 PM
hi,
tried to use it   :( and found that you i had to change this line:
ps_tax::list_tax_value("PTYPE_TAX_CLASS", PTYPE_TAX_CLASS)
to
ps_tax::list_tax_value("ptype_TAX_CLASS", ptype_TAX_CLASS)

now its working   ;D

-regards jt