add new field in brand_category.tpl

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themeadd new field in brand_category.tpl

This topic has been marked as not resolved.

Hi all,
I’d like to show the field “location” under every products in this page (brand_category.tpl). So I’ve added this string: ‘location’ => $result['location'], near line 140 on BrandCategoryController.php and this one: ’location’ => $row['location'], near line 70 on productsModel.php. Then I’ve put this: <a><?php echo $product['location']; ?></a> below line 107 on brand_category.tpl but I get: Notice: Undefined index: location in /htdocs/public/www/tb_themes/shoppica2/catalog/controller/BrandCategoryController.php on line 142

What’s wrong?

Many thanks,
Alessandro

 

April 6, 2013 at 5:28 pm #21617
Viewing 1 post
  • You must be logged in to reply to this topic.