teitbite wrote:Hi
Please show me an exact page where You are sure it should be visible.
teitbite wrote:Hi
Have You enabled using of override.css file in template settings ?
teitbite wrote:Hi
Please someone give me a direct link to a page with this problem. I haven't looked into that after Veilands posted His solution. So it's my turn now.
teitbite wrote:Hi
There is not code for availibility to display at all. Is a style file for virtuemart updated ?
Vaičikonis wrote:Some how remembered this problem and I see that still the same. Now availability is shown.
teitbite wrote:Hi
It looks like it was designed this way. An option in VM is "Products Out of Stock are orderable, and the field 'Availability' below is displayed". So I think Availability is only to be shown when there is no product in stock and it's a message how long will it takes to restock it. I think I can remove the condition and force it to show always. Do You want me to do this ?
if (($this->product->product_in_stock - $this->product->product_ordered) < 1) {
if(1) {