No attributes and quantity in display of category?

05.07.2023 16:59
#1
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 696
Quote
No attributes and quantity in display of category?

Hey
I am using JoomShopping List products universal to display my products.

Until recently, the amount and the attributes were not displayed, which is what I want.
Now, they show up:


How can I achieve this?
Thanks
Rolf
No attributes and quantity in display of category?


Letzte Änderung: 05.07.2023 17:00
 
06.07.2023 07:38
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25961
Quote
Aw: No attributes and quantity in display of category?

Disable plugin catrajax atribute

or

disable Use pugin(or Use addon in module configuration)

 
07.07.2023 09:04
#3
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 696
Quote
Aw: No attributes and quantity in display of category?

Hey
Disable plugin catrajax atribute


Only removes the attributes selection, not the amount.

disable Use pugin(or Use addon in module configuration)


Not sure what you mean.
Thanks
Rolf

 
07.07.2023 12:03
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25961
Quote
Aw: No attributes and quantity in display of category?

Change module
delete code for Connect plugin

mod_jshopping_universal.php
-----------------------------------------------
$dispatcher->triggerEvent('onBeforeDisplayProductList', array(&$products));

$view = new \stdClass();
$view->rows = $products;
$dispatcher->triggerEvent('onBeforeDisplayProductListView', array(&$view, &$productlist));
$products = $view->rows;

 


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.