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.
hı thanks.but no adminAlexDW wrote:If you talk about of product list in admin part - see this extension
for customer

can you help me ?
In file catalog\view\theme\your_theme_name\template\product\product.tpl
after
add
and refresh modification cache in admin area
after
Code: Select all
<li><?php echo $text_model; ?> <?php echo $model; ?></li>
Code: Select all
<li>ProductID <?php echo $product_id; ?></li>
Last edited by straightlight on Wed Aug 03, 2016 9:40 pm, edited 1 time in total.
Reason: Edited space in the your_theme_name. Folder names does not contain spaces at beginning and the end. ;)
Reason: Edited space in the your_theme_name. Folder names does not contain spaces at beginning and the end. ;)
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>
<li><?php echo $text_model; ?> <?php echo $model; ?></li> not available
<li class="p-model"><?php echo $text_model; ?> <span class="p-model" itemprop="model"><?php echo $model; ?></span></li> available
and add but not run

screen : http://i.hizliresim.com/QMDvy3.png
ı want sort list product id

Who is online
Users browsing this forum: No registered users and 9 guests