Transparency for goods that are out of stock

26.08.2019 14:31
#1
mazurik
Joomshopping forum user no avatar
Name: mazurik
20.12.2011
Posts: 41
Quote
Transparency for goods that are out of stock

Hello!

I want to set transparency for out-of-stock items on the categories page. How to do this?

------------------------
Всем привет!

Я хочу на странице категории задать прозрачность для товаров, которых нет в наличии. Как это сделать?

Заранее спасибо!
Transparency for goods that are out of stock

 
26.08.2019 20:21
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Transparency for goods that are out of stock

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

<div class="product productitem_<?php print $product->product_id?>">

change to

<div class="product productitem_<?php print $product->product_id?> <?php if ($product->product_quantity <=0) {?>outofstock<?php }?>">

+
Your css
.outofstock{
....
}


Last change: 26.08.2019 20:22
 


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.