Restrict Shipping Methods by Vendor

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Restrict Shipping Methods by Vendor

Post by ZLA » Wed Jul 22, 2009 5:08 pm

Without using warehouses, is it possible restrict shipping methods on the basis of the product's vendor? I thought I had a way to do this but now I can't remember or find a post about it.

Thanks.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Restrict Shipping Methods by Vendor

Post by mazhar » Thu Jul 23, 2009 3:38 am

You can try to put some code in onepagecheckout page where shipping methods are listed to customers which check products in basket and if they do belong to desired vendor then show it other wise hide it.

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Restrict Shipping Methods by Vendor

Post by ZLA » Thu Jul 23, 2009 6:05 am

Just to clarify, your idea is to hide / exclude the prohibited methods in ShipMethodList where it's bound in ShipmentList_ItemDataBound?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Restrict Shipping Methods by Vendor

Post by mazhar » Thu Jul 23, 2009 6:07 am

Yep

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Restrict Shipping Methods by Vendor

Post by jmestep » Thu Jul 23, 2009 6:22 am

We did a similar customization for products that couldn't be shipped via certain shipment methods.
But to be thorough, you need to put it on the basket shipping estimate and the multi page checkout shipping method page also.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Restrict Shipping Methods by Vendor

Post by ZLA » Thu Jul 23, 2009 7:17 am

Thank you Judy. I knew about the multi page checkout but I hadn't thought about the Shipping Estimate. Because my client does a lot of gift sales, I've had to improve the multiple destinations features so I was aware of that side of things.

Regards.

Post Reply