How to list with product id opencart 2
Posted: Sun Jul 31, 2016 4:26 am
list product id opencart 2 click after category.(no default) instead product model.
can yo help me ?
its very hard.
can yo help me ?
its very hard.
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
hı thanks.but no adminAlexDW wrote:If you talk about of product list in admin part - see this extension
Code: Select all
<li><?php echo $text_model; ?> <?php echo $model; ?></li>
Code: Select all
<li>ProductID <?php echo $product_id; ?></li>
hi,AlexDW wrote:In file catalog\view\theme\your_theme_name\template\product\product.tpl
afteraddCode: Select all
<li><?php echo $text_model; ?> <?php echo $model; ?></li>
and refresh modification cache in admin areaCode: Select all
<li>ProductID <?php echo $product_id; ?></li>