Product module
How do I add and show the parts of the product code, manufacturer code, product stock ?
The code that works in the module on my Virtuemart site is as follows
i changed the codes for joomshopping on the new system but it didn't work
Virtuemart
<div class="item-title ">
<?php echo $item->product_in_stock; ?>
<div class="product-stock"> <?php echo $item->product_in_stock ?>
</div>
I will be glad if you help me
Joomshoping
<div class="item-title ">
<?php echo $item->JSHOP_QTY_IN_STOCK; ?>
<div class="product-stock"> <?php echo $item->qty_in_stock?>
</div>
Joomla: 4
JoomShopping: 5
PHP: 7
JoomShopping: 5
PHP: 7