29 $product->price = MyHelpers::product_price_text($product->dealer_price, TRUE);
28 $this->template->page_class = "product-one";
27 $this->template->title = $product->name."-".$product->article."-".$product->category->name;
26 $this->template->active_category[] = $product->category_id;
25 $products_cookie = $this->cart->get_products();
24 $product_related = $product->product_related->with('product')->with('category')->with('manufacturer')->find_all()->as_array();
171 throw new Kohana_Exception('View variable is not set: :var',
Kohana_Exception [ 0 ]: View variable is not set: active_category
Комментариев нет:
Отправить комментарий