Hello All ,
I want to display a new field in Home page - Latest product below to Product Review. How do I show it
I am using Version 1.4.9.4
Help me in this
HP LP3065
Product 21
Location
In the controller
add
after line
And in tpl , wherever you want it to appear
Hope this works.
add
Code: Select all
'location' => $result['location'],
Code: Select all
'model' => $result['model'],
Code: Select all
<?php echo $products[$j]['location']; ?>
Hello florinsith
It works fine. Thank you. Below will help for others.
PHP File :
/catalog/controller/module/latest.php
TPL File :
catalog/view/theme/default/template/module/latest_home.tpl
It works fine. Thank you. Below will help for others.
PHP File :
/catalog/controller/module/latest.php
TPL File :
catalog/view/theme/default/template/module/latest_home.tpl
I have been searching the forums and hacking away at the code like a mad man but cant figure out at all how to get the stock_status to appear within the featured_modules, latest_module etc which is displayed on the index page of the site.
when i insert what i think is the correct code all i get is:
Notice: Undefined index: stock in C:\wamp\www\catalog\controller\module\latest.php on line 57
please could anyone help me with this?!
when i insert what i think is the correct code all i get is:
Notice: Undefined index: stock in C:\wamp\www\catalog\controller\module\latest.php on line 57
please could anyone help me with this?!
Who is online
Users browsing this forum: No registered users and 5 guests