Forum
Different shipping rates for different members types
I have a shop installation that sells to both the general public and retailers. The retailers see trade prices – set by assigning a 'wholesale' tag to the member.
The general public get free shipping for everything. But the client would like to charge shipping costs on purchases up to $100 for retailers.
Any suggestions on how to achieve that?
Hi Winston,
I did my slightly convoluted shipping process by making up a number of different shipping_method.html templates. Then I call up the appropriate template from within the shipping.php page. In my case, orders over $300 get free shipping and other shipping rates depend on postcode.
Thank you Alan, thats got the gears turning in my head on how I will complete this task.