Атрибут на странице товара

18.02.2019 15:07
#1
Aleks_El_Dia
User Aleks_El_Dia
Name: Aleks
21.02.2014
Posts: 160
Quote
Атрибут на странице товара

Добрый день!
Подскажите, каким образом можно вывести атрибут товара (новое поле, которое появилось в последних версиях JoomShopping) на странице товара.

 
18.02.2019 21:25
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Атрибут на странице товара

Я вас не понял.
Атрибут - был всегда.
Атрибут на странице товара - всегда.

О чем вы?
Screenshot?


Last change: 18.02.2019 21:25
 
19.02.2019 13:29
#3
Aleks_El_Dia
User Aleks_El_Dia
Name: Aleks
21.02.2014
Posts: 160
Quote
Aw: Атрибут на странице товара

Прошу прощение, речь о поле "Артикул".
Aw: Атрибут на странице товара

 
19.02.2019 18:58
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Атрибут на странице товара

Configuration / products /
Manufacturer code : Y

 
20.02.2019 14:44
#5
Aleks_El_Dia
User Aleks_El_Dia
Name: Aleks
21.02.2014
Posts: 160
Quote
Aw: Атрибут на странице товара

Спасибо.
Проблема была еще и в шаблоне, добавил
<?php if ($this->config->manufacturer_code_in_product_detail && $this->product->getManufacturerCode()!=""){?>
<div class="manufacturer_code">
<?php print _JSHOP_MANUFACTURER_CODE?>: <span id="manufacturer_code"><?php print $this->product->getManufacturerCode()?></span>
</div>
<?php }?>

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.