an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Modify Table based shipping
Last Post 10/28/2009 11:10:55 AM By lukezy. 3 replies.
10/24/2009 9:43:43 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Modify Table based shipping
Hey Luke,
 
Is it possible to modify table based shipping to add Role and Product Category?
 
For example i want to do something like
 
If logged in user is a retailer and products in his cart belong to category "Phones" and cart total is above $500, he gets free shipping.
 
How would i do that?
 
Thanks
 
 
10/24/2009 10:46:24 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: Modify Table based shipping
Would it be easier to modify table based shipping or creating a new shipping provider?
 
And how would i do that? I was going through the table based shipping code, I didn't understand much.
10/26/2009 11:05:53 AM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: Modify Table based shipping
Luke,
 
Anything on this???
 
Thanks
10/28/2009 11:10:55 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Modify Table based shipping
Sorry for late reply. I would suggest you create a new shipping provider. You just need to derive from base class ShippingProvider and implement a few methods. You can read the other shipping provider code to get the sense of how it's done.
DotShoppingCart Staff