Logo of the vendor on the product page

14.03.2018 14:56
#1
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Logo of the vendor on the product page

Почему на странице товара не отображается логотип продавца? Как вывести логотип?
Почему в Joomshopping нету опции для отображения логотипа продавца на странице товара?

Logo of the vendor on the product page Logo of the vendor on the product page

Я хочу, чтобы отображалось так же, как на скриншоте:

Logo of the vendor on the product page


Letzte Änderung: 14.03.2018 15:05
 
29.03.2018 15:38
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Logo of the vendor on the product page

Add code in template product

<?php
$vendor = JSFactory::getTable('vendor', 'jshop');
$vendor->loadFull($this->product->vendor_info->id);
?>
<?php if ($vendor->logo){?>
<img src="<?php print $vendor->logo?>">
<?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.