Set Stock level's per warehouse & show for specific :/

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
kreloses
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Wed Feb 17, 2010 10:45 pm

Set Stock level's per warehouse & show for specific :/

Post by kreloses » Sat Apr 05, 2014 7:15 am

Yokely,

We need to sell in another country, however we will be opening a warehouse in that country.

So two countries, two warehouses.

We want to be able to show what's in stock based on a specific warehouse, I.e. be able to set the instock/quantity count per warehouse(country) for each product.

What's the best way to achieve this? or has someone done this already? Custom coding is fine.

Thanks,
Karl

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Set Stock level's per warehouse & show for specific :/

Post by Katie » Sat Apr 05, 2014 8:39 am

Hi Karl,

The product inventory cannot be set per warehouse. In AC, the warehouse is used to determine where the product will be shipped from. However, I suppose you could create 2 copies of each product, each using the respective warehouse and having it's own inventory. The trouble would be trying to modify all the storefront pages so users from one country would only be able to see products from that warehouse. This is where custom coding needs be incorporated.

Maybe a developer can step in with some additional ideas ...
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

kreloses
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Wed Feb 17, 2010 10:45 pm

Re: Set Stock level's per warehouse & show for specific :/

Post by kreloses » Mon Apr 07, 2014 7:38 pm

Thanks for your thoughts Katie. I probably need to do something like this don't I..hmm this could get a bit messy.

I wonder how other people deal with this when they are expanding into another country? -> or maybe people are not actually setting up new offices/warehouses in those new countries.

Is it possible to hijack the code which loads product info/category info/etc (data loaders) and pass down an extra param (i.e. country a/b) and pickup an alternative quantity (customer field or whatever?).

That's probably got huge implications / regression risk.....hmmm.

i'll have to stew on this, hopefully some more suggestions come in, but right now I guess duplicating may be the best bet, i'll need to ensure that i still have single product pages for duplicated country ones...though canoc rel links will probably be ok for me there..hmmm

interesting...i better get this sorted given i'm sitting in that new country now trying to get it all going. :)

thanks again,

kreloses
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Wed Feb 17, 2010 10:45 pm

Re: Set Stock level's per warehouse & show for specific :/

Post by kreloses » Wed Apr 09, 2014 8:10 pm

no luck no-one does this? no other ideas?

thanks, just checking.

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

Re: Set Stock level's per warehouse & show for specific :/

Post by jmestep » Thu Apr 10, 2014 4:52 am

Yes, it is possible to put code on the page to do that, but actual inventory destocking, etc would not be done based on that- it would be just for display unless you want to do more code throughout the checkout process.
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

Post Reply