krismb Posted August 15, 2012 Share Posted August 15, 2012 I am testing the multi store multi shop. I did 1 group of 2 shops : I will call them shop1 and shop2 : I selected the option share Quantity. I created a store1 for the shop1 and a store2 for the shop2. I want that if someone order in the shop1, the quantity from the store1 would be used. Example : Item : shop 1 : 2 and shop 2 : 3 I did an order in the shop2 . But at the end I had Shop 1 : 1 and shop 2 : 3 Is it possible to choose the store where the quantity will be taken ? I hope it is understandable lol Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 16, 2012 Share Posted August 16, 2012 Do You mean: 1) dedicated store (shop take products only from choosed store) 2) store priority (shop take products first from choosed store, then from any other avaliable) 3) both cases Link to comment Share on other sites More sharing options...
krismb Posted August 16, 2012 Author Share Posted August 16, 2012 Yes ! If I buy at the shop 1 it is logic that shop 1 send me my product. But if shop 1 don't have it, he can decide to take it from and other store. Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 16, 2012 Share Posted August 16, 2012 I guess than feature request is required for this use case. For each product: 1) Enable multiselect for warehouse (to account products stock from more than one warehouse) 2) Enable warehouse priority (to define an order of warehouses usage) 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 16, 2012 Share Posted August 16, 2012 Dear Nick, Hello, thank you for the community help. We appreciate it! krismb, did this help you solve your problem? Link to comment Share on other sites More sharing options...
krismb Posted August 16, 2012 Author Share Posted August 16, 2012 Yes I have to Enable warehouse priority (to define an order of warehouses usage), I thought that the priority would be by default according to the store of the shop. I should continu the test Thanks for your support Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 16, 2012 Share Posted August 16, 2012 Thanks for the update Kris. That option is not enabled as default as some vendors may have the same product but not choose to sell on some stores. Link to comment Share on other sites More sharing options...
krismb Posted August 16, 2012 Author Share Posted August 16, 2012 What I want is that if a shop receive an order and have the product in store : no problem. I can send if from the shop'store. but if not in store but in the other store : Take if from the other shop'store. (from the same group). I alfready clic share quantity inside the group. You said it is not enabled by default but is it possible to enable it ? how ? Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 16, 2012 Share Posted August 16, 2012 I guess than feature request is required for this use case. For each product: 1) Enable multiselect for warehouse (to account products stock from more than one warehouse) 2) Enable warehouse priority (to define an order of warehouses usage) Follow These steps, I believe this should work. But I've been wrong before. Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 16, 2012 Share Posted August 16, 2012 Ben, I'm sorry, because of my poor knowledge of PrestaShop at all and the 1.5 features. 1) Enable multiselect - already present feature (see Catalog > Product > Warehouses, set checkboxes to enable). 2) Priority - there are two ways: 2.1) global list - easy to do, just add "weight" number for each warehouse entity. Could be configured in Stock > Warehouses. 2.2) product list - the same ordering (may be inherit from global list by default), but can be changed for each product. Could decrease server performance. Entity "Product" need a flag - "Individual warehouse order", because in this case an additional records are required to reorder warehouse list. This reorder requested on a Catalog > Product > Warehouses page (to set the order), and somewhere in scripts on a checkout stage. Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 16, 2012 Share Posted August 16, 2012 2.1) global list - easy to do, just add "weight" number for each warehouse entity. Could be configured in Stock > Warehouses. This feature is useful in multishop configuration where Shops are divided on geolocation basis, same as for Stores in case when Store and Warehouse are located together. As I see now Stores used just for customer information, there no any dependencies between Stores and Warenouses, also Stores as entities never used in PS business logic. Am I right? Link to comment Share on other sites More sharing options...
krismb Posted August 17, 2012 Author Share Posted August 17, 2012 Follow These steps, I believe this should work. But I've been wrong before. I can't define warehouse priority or I don't know how to do it. That is my main request. Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 17, 2012 Share Posted August 17, 2012 (edited) I can't define warehouse priority or I don't know how to do it. That is my main request. You can post feature requiest to bugtracking system. But I not sure will it be included to 1.5 release because of current overload of developers. Edited August 17, 2012 by Nick Fedchik (see edit history) Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 17, 2012 Share Posted August 17, 2012 (edited) Continue examination of warehouses. I guess than Warehouse weight feature is very important for logistic, because merchant must enter a "Unit purchase price or unit manufacturing cost for this product (tax excl.)". This price can be differ on a defferent warehouses becasue of any commerce reasons, for example: 1) first time supplier made a shipment of one product to warehouse by one price, next time made a shipment of same product to same warehouse by cheaper price. Merchant by profit reason should sell cheaper products from second shipment first, then to sell other, much expensive products. 2) one supplier made a shipment of one product to warehouse-1 by one price, another supplier made a shipment of same product to warehouse-1 by cheaper price. Merchant by profit reason should sell cheaper products from warehouse-2 first, then to sell other, much expensive products, from warehouse-1. Edited August 17, 2012 by Nick Fedchik (see edit history) Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 17, 2012 Share Posted August 17, 2012 I test case with two warehouses that store the same product. The warehouses processed in order of creation, old first, new last - that's one build-in warehouse priority. Unfortunately now it's not a fluent solution for merchants Link to comment Share on other sites More sharing options...
krismb Posted August 17, 2012 Author Share Posted August 17, 2012 Thank you Nick you confirm that what I thought : it is not implemented yet. It is good to know. Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 17, 2012 Share Posted August 17, 2012 Hey kirsmb, Sorry for the misinformation I believed that feature was implemented at that time. If I have any updates on this, I will be sure to let you know. Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts