Вывод картинки из товара в list_products

08.04.2023 23:29
#1
RainDeath
Joomshopping forum user no avatar
Name: Rain
19.06.2014
Posts: 9
Quote
Вывод картинки из товара в list_products

Подскажите как вывести картинку из товара в list_products?


Joomla: 3.10.11
JoomShopping: 4.14.2
 
09.04.2023 11:03
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: Вывод картинки из товара в list_products

Ее там нет?
или ?

 
09.04.2023 12:18
#3
RainDeath
Joomshopping forum user no avatar
Name: Rain
19.06.2014
Posts: 9
Quote
Aw: Вывод картинки из товара в list_products

Превью картинки есть, но надо еще вывести непосредственно картинку из самого товар (большую картинку).

 
09.04.2023 14:07
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: Вывод картинки из товара в list_products

components\com_jshopping\templates\default\list_products\product.php

<img class="jshop_img" src="<?php print $product->image?>" alt="<?php print htmlspecialchars($product->img_alt);?>" title="<?php print htmlspecialchars($product->img_title);?>" />

меняйте на

<img class="jshop_img" src="<?php print str_replace($product->image, 'thumb_', '')?>" alt="<?php print htmlspecialchars($product->img_alt);?>" title="<?php print htmlspecialchars($product->img_title);?>" />

 


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.