Jump to content

Название категории в названии товара.


Recommended Posts

Подскажите, пожалуйста, как вывести в названии товара название категории к которой он относится. В версии 1,4 было {$product->category|escape} в версии 2,2,3 уже перепробовал все что можно и {$product->category} и {$product->cat}, но ничего не помогло.

Link to post
Share on other sites

Они точно есть в админке в карточке товара.

И вроде их в шаблон достают как-то так:

 
                $product_categories = $this->categories->get_categories(array('product_id'=>$product->id));
Link to post
Share on other sites
  • 2 weeks later...

{$product->name|escape}| {foreach from=$category->path item=cat} {$cat->name|escape} {/foreach}


 

На странице товара добавится  :)/ Только если будет подкатегория и подпод то они тоже будут в названии. 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...