Jump to content

Setting stock levels in Prestashop when using attributes


Recommended Posts

I have product with many diffrents atriibutes comibations and I want to set stock level for each combination. That wouldn't be a problem, because it is quite easy to set quantity manually for each combination in the 'Combinations' tab, but it is very slow. For example, if I have 30 products and each one of them has 200 combinations then I have total number of combinations equal to 6000. For each combination I have to

~ Find it on the page. For each product page opened in browser is veeeery long. I have to scroll down and find right combination which can be difficult at times.
~ Click in chosen combination, go back at the top of the page, set quantity and save changes.
~ Wait for refresh.
~ Go for another combination or product

Assuming that searching for 1 combination is about 5 seconds (there is a lot of combinations of one product), refreshing 'Combinations' tab is about 5 seconds, changing product is about 8 seconds then we have...

6000 * (5 + 5) + 30 * 8 = 60000 + 240 = 60240 seconds

which is 1004 minutes

or nearly 17 hours of constatn, non-stop concentration!

Imagine, what happens if I make some error...

So, I have a question. Does anybody know about some module or modifiaction which will allow to speed up the whole process?

Link to comment
Share on other sites

×
×
  • Create New...