Jump to content

stock editor


Zeryk

Recommended Posts

I sell loose tea.
Each product ( tea ) has a few attributes  - 50g / 100g / 250g  / 500g / 1000g .

The problem is if somebody buys , lets say, 100g - one time ...it will decrease a stock number in 100g attribute but not the other atribs.
Which leads to the problem that I have to update stock for other attributes manually.
( because if I sell 100g  to 10 people , the attribute 1000g stock  will not change although I actually sold 1kg of tea )
I was wondering if there is any simple module which can solve my problem?
Only what I need is to simply put 1000 g / units and it will automatically fill up the attributes :  1000g -1 / 500g - 2 / 250g - 4 / etc.  
I also need to be able assign the weight and price to each attribute manually, since the prices and weight of each are different . ( for example 100g of tea is actually 150g because of packaging which needs to be calculated for shipping module ).

 

Link to comment
Share on other sites

Hello Zeryk,

We have never heard of a module that can do that for you. However, PrestaShop's behavior can be easily modified for these products. To do so, we recommend the creation of a module that handles the quantity when a new order is placed or a product quantity is updated. With some knowledge in PrestaShop and basic PHP/MySQL you should be able to achieve it.

 

If you cannot do it yourself, do not hesitate to contact us.

Best regards,
Web Development VIZO

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

On 10/27/2017 at 8:46 PM, Web VIZO said:

Hello Zeryk,

We have never heard of a module that can do that for you. However, PrestaShop's behavior can be easily modified for these products. To do so, we recommend the creation of a module that handles the quantity when a new order is placed or a product quantity is updated. With some knowledge in PrestaShop and basic PHP/MySQL you should be able to achieve it.

 

If you cannot do it yourself, do not hesitate to contact us.

Best regards,
Web Development VIZO

send me you quote please. In PM if you like. thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...