Page 1 of 1

Stock Management

Posted: 02 Aug 2017, 03:56
by nzrunner
I am looking at the stock management process, and can see that I can have the stock levels managed for each product variation. I have selected that option, and when an item is sold, the stock level for that product variation decreases by one. Perfect!

However, on the front-end product screen, when a customer selects an attribute, for example, an Audi A5 (Red), the availability shows the stock of the Audi A5 (None).

As an example: -

NB: The color attribute is set as REQUIRED
  • Audi A5 (None) - On Hand 0
  • Audi A5 (Red) - On Hand 5 (Default)
  • Audi A5 (Blue) - On Hand 9
When you first look at a product, the availability is Out of Stock, as it is looking at the Audi A5 (None). I thought, as the Red attribute is the default, that it would display the availability of the Audi A5 (Red).

Then, when I select the Blue attribute, I would expect the stock availability level to change to 9. Instead it remains at 0 as that is what is on the Audi A5 (None).

Am I missing a setting somewhere that tells it to display the product variation stock level?

Re: Stock Management

Posted: 03 Aug 2017, 17:49
by Jan
Hi, thank you for the info, the stock status in product view only displays the basic stock value, not the value of variants - this is managed in the checkout. I will take a look at it - e.g. to add the same function like for changing prices - to set the status dynamically. This means the same like by price:

- if there is a default options, the status will be reloaded at start to this option
- if the option will be changed, the status will change by the selected options

Thank you, Jan

Re: Stock Management

Posted: 04 Aug 2017, 01:40
by nzrunner
That would be great :-)

Sorry to bombard you with issues :-(

Re: Stock Management

Posted: 04 Aug 2017, 12:32
by Jan
Sorry to bombard you with issues
:-) This is exactly what I need for now - getting all the possible issues, to test the cart properly and make it stable soon.

Thank you, Jan

Re: Stock Management

Posted: 06 Sep 2017, 16:25
by Jan
Hi, added in version 3.0.0 RC9.2
https://www.phoca.cz/download/category/ ... -component

In product view, the stock can be dynamically changed by changing of attributes.

Jan