We don't currently use inventory tracking although we would like to but one of the main issues is that we will lose the 'Out of Stock' notification function which we find very useful.
Has anyone managed to modify so these two functions work together?
We use version 3.6
I have just checked it one demo website and unfortunately they do not work together. Additional code modifications are required to enable this feature when the Enable inventory tracking option is disabled
I have just checked it one demo website and unfortunately they do not work together. Additional code modifications are required to enable this feature when the Enable inventory tracking option is disabled
Maybe I am misunderstanding but jacksonsnurseries wants inventory tracking and out of stock notification to work together and they do because I have been using it for years.
Maybe I am misunderstanding but jacksonsnurseries wants inventory tracking and out of stock notification to work together and they do because I have been using it for years.
By 'Out of Stock' notifications I mean where the customer can enter their email address and be notified once an item returns to stock, I think you may be meaning the notification admin receives?
I thought I had found a very simple solution just by changing the following in /customer/common_templates/product_data.tpl
{elseif (($product.out_of_stock_actions == "S") && ($product.tracking != "O"))}
to
{elseif (($product.out_of_stock_actions == "S") && ($product.tracking == "O"))}
which actually works very well but with one small problem that if Size A is in stock and Size B is out of stock, when flicking between the radio buttons for Size A & Size B and back, the 'Add to Card' button never comes back :( Any Ideas?
By 'Out of Stock' notifications I mean where the customer can enter their email address and be notified once an item returns to stock, I think you may be meaning the notification admin receives?
We are referring to the same thing. However, I do not use options so I cannot confirm if it works with options or not.
We are referring to the same thing. However, I do not use options so I cannot confirm if it works with options or not.
It defiantly doesn't work with options, even say so if you hover over the inventory (?)