Post by Agit » Tue Apr 28, 2015 5:03 pm

Opencartta ürün sayfasında kategori adını yazdırmak istiyorsanız aşağıdaki kodu tema klasörü içerisinde product/product.tpl içerisinde uygun şekilde yerleştirmeniz gerekecektir.

Code: Select all

<?php
$category = $this->model_catalog_product->getCategories($product_id);
if ($category){
  $category_array = $this->model_catalog_category->getCategory($category[0]['category_id']);
  echo $category_array['name'];
}
?>

Software Developer | PHP | Python | Javascript | C# | Node JS | Integration


Newbie

Posts

Joined
Fri Mar 20, 2015 2:54 pm
Who is online

Users browsing this forum: No registered users and 170 guests