Jump to content

Combinations question


Recommended Posts

Hi Guys,

 

Got a question about combinations which I hope someone could shed a little light on.

 

Say for a given product, I would have a few assigned combinations as follows;

One combination on the product equalling 1, with another combination the same product with a qualuty value off 300.

 

So Product X has two combinations as below

 

Product X Combination 1 = 1 quantity

Product X Combination 2 = 300 quantity

 

Also say I have an overall total of Product X as 500 as the quantity.

 

So if a customer selects to buy 1 Product X Combination 1 and 1 Product X Combination 2, which would total 301, what I need it to do it take away that figure from the total 500 quantity.

 

The issue arises with the stock levels not matching up correctly, with combinations of the choosen product with a value > 1, so if I sell the product where the customer selects the combination of 300, it won't register the figure of 300 to be subtracted from the quantity of stock.  

 

Is there a proper way I should be doing this or could you guys advise?

 

I'd be most grateful for any help at this time.

 

Thanks.

Edited by JJSmyth (see edit history)
Link to comment
Share on other sites

also maybe you need advance stockmanagement ,and i suppose when a customer only can buy 1 product + 300 products and not say f.e. 200 products than you should have intervals in the moq's : this is a workaround its not supported by prestashop as far as i know.

 

your sollution to work with product combinations is okay, but then again i think the customer can not check two boxes and order two combinations (like combination 1 product and combination 300 products) at once only as two seperate orders in the card.

Link to comment
Share on other sites

I don't know of any way to do this with PrestaShop out of the box -- it might be possible as there are some features involving packages that I noticed in 1.6 that I know nothing about. 

 

The way I would do this would involve editing code. 

 

Let me see if I have this right -- you have a product and it can be bought as individual units or in packs of 300. That part would be easy but my guess is that you also want to give a per unit discount to people who buy the 300 packs?

Link to comment
Share on other sites

×
×
  • Create New...