Page 1 of 1

How to list with product id opencart 2

Posted: Sun Jul 31, 2016 4:26 am
by saliverdim
list product id opencart 2 click after category.(no default) instead product model.
can yo help me ?
its very hard.

Re: How to list with product id opencart 2

Posted: Sun Jul 31, 2016 5:05 pm
by AlexDW
If you talk about of product list in admin part - see this extension

Re: How to list with product id opencart 2

Posted: Sun Jul 31, 2016 11:55 pm
by saliverdim
AlexDW wrote:If you talk about of product list in admin part - see this extension
hı thanks.but no admin
for customer :( for home page

can you help me ?

Re: How to list with product id opencart 2

Posted: Wed Aug 03, 2016 5:36 am
by AlexDW
In file catalog\view\theme\your_theme_name\template\product\product.tpl
after

Code: Select all

<li><?php echo $text_model; ?> <?php echo $model; ?></li>
add

Code: Select all

<li>ProductID <?php echo $product_id; ?></li>
and refresh modification cache in admin area

Re: How to list with product id opencart 2

Posted: Thu Aug 04, 2016 7:45 pm
by saliverdim
AlexDW wrote:In file catalog\view\theme\your_theme_name\template\product\product.tpl
after

Code: Select all

<li><?php echo $text_model; ?> <?php echo $model; ?></li>
add

Code: Select all

<li>ProductID <?php echo $product_id; ?></li>
and refresh modification cache in admin area
hi,

<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 :(

Re: How to list with product id opencart 2

Posted: Fri Aug 12, 2016 3:04 am
by saliverdim
please help me ?