Hi,
First, thank you Pronux for the great TMS contribution!
Works fine, but I have a little problem/question.
I have a code that shows the number of items in stock at the
product info page.
Here is the code:
<div id="QuantityPROD">
<?php if ($product_info['products_quantity'] > 0) { ?>
<?php echo TEXT_PRODUCT_IN_STOCK; ?>
<?php echo $product_info['products_quantity']; ?>
</div>
<div id="QuantityPROD2">
<?php } else { ?>
<?php echo TEXT_PRODCUT_OUT_OF_STOCK; ?>
<?php echo $product_info['products_quantity']; ?>)
<?php } ?>
</div>
Unfortunately, I can`t link this code for the tab. If I use syntax $any = ''; i get a parse error message.
Can you help me, how do i displaying stock quantity (with my code) of the product in a tab?
Sorry my English, but I hope you understand my question...
Thank you!
regards