Page 1 of 1

Inventory maintanence

Posted: Tue Jan 08, 2013 6:58 am
by bhavani
Hi,

I want to knw is there any way to control the inventory of the products. Currently i'm using the Broadleaf 2.0.2-GA version, and done more development changes in it. Now i want to maintain the stock availability for each product. Currently in admin, there are no options for it..

My task is, maintain the stock for product, for exampl, im having product with the qty 5 , if these products sold, the stock should be reduced, and once it reaches 0, that product won't be available in site...

Can anyone help me out this...its so helpful for me...
Thanks in advance!!!

Re: Inventory maintanence

Posted: Wed Jan 09, 2013 11:17 am
by phillipuniverse
This is available in the 2.2 version of the framework and by using the inventory module (https://github.com/BroadleafCommerce/Inventory). The Inventory module will provide you with the admin screens as well as the domain that is required for inventory to work properly (and checkout activities to decrement inventory).

Re: Inventory maintanence

Posted: Thu Jan 17, 2013 2:25 am
by bhavani
Hi phillip,

Thanks for your response...
I downloaded the inventory module, but how to deploy this with my current project (2.0.2 GA version) ?

Re: Inventory maintanence

Posted: Thu Jan 17, 2013 4:04 pm
by phillipuniverse
You cannot. This will not work on versions below 2.0 (it might but this is unsupported). You will need to reference the 2.2 version of the framework which might also include new changes to the site that you checked out.

http://docs.broadleafcommerce.org/2.2/2 ... ation.html is where we are keeping the migration docs. Currently there is just documentation around the Solr config but there still might be more changes. One way to check would be to compare the BroadleafCommerce-2.0.x and develop branches in DemoSite (https://github.com/broadleafcommerce/de ... ...develop). The admin will probably be the most difficult part to change since we have a completely new look and feel.

Re: Inventory maintanence

Posted: Fri Jan 18, 2013 5:16 am
by bhavani
Hi phillip,

Thanks for your reply..
I tried the development branch as a new project..everything works good, but i cant't able to login to the admin page...
it redirects to the blank page.. any idea???