Labels module - product sorting

10.04.2013 16:09
#1
kogtehvost
Joomshopping forum user no avatar
Name: Vadim
16.03.2013
Posts: 3
Quote
Labels module - product order

How can I make products in "Label" module sort by date, descending? I need to show only 3 products labeled "New", and the last added must me first in a row.
Thank you!


Joomla: 2.5.9
JoomShopping: 3.14.0

Last change: 10.04.2013 16:11
 
10.04.2013 20:04
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Labels module - product sorting

change code
components\com_jshopping\tables\product.php

function getProductLabel()
...
$order_query = "ORDER BY prod.product_id desc";

 


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.