Product Order

16.05.2012 14:15
#1
valikonen
Joomshopping forum user no avatar
Name: Vali
20.10.2011
Posts: 13
Quote
Product Order

Hello,

How can i make custom order the product list?
Thanks Valikonen!

 
16.05.2012 14:40
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25905
Quote
Aw: Product Order

Change
components\com_jshopping\lib\static_config.php

$config->sorting_products_field_select = array(1 => 'name', 2=>'prod.product_price', 3=>'prod.product_date_added', 5=>'prod.average_rating', 6=>'prod.hits', 4=>'pr_cat.product_ordering');
$config->sorting_products_name_select = array(1=>_JSHOP_SORT_ALPH, 2=>_JSHOP_SORT_PRICE, 3=>_JSHOP_SORT_DATE, 5=>_JSHOP_SORT_RATING, 6=>_JSHOP_SORT_POPULAR, 4=>_JSHOP_SORT_MANUAL);
$config->sorting_products_field_s_select = array(1 => 'name', 2=>'prod.product_price', 3=>'prod.product_date_added', 5=>'prod.average_rating', 6=>'prod.hits');
$config->sorting_products_name_s_select = array(1=>_JSHOP_SORT_ALPH, 2=>_JSHOP_SORT_PRICE, 3=>_JSHOP_SORT_DATE, 5=>_JSHOP_SORT_RATING, 6=>_JSHOP_SORT_POPULAR);


 
16.05.2012 15:04
#3
valikonen
Joomshopping forum user no avatar
Name: Vali
20.10.2011
Posts: 13
Quote
Aw: Product Order

It is posible to make a sorting like category products? See my attach, thanks for help!
Aw: Product Order

 
16.05.2012 15:42
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25905
Quote
Aw: Product Order

administrator/index.php?option=com_jshopping&controller=config&task=catprod

Product sorting: predefined

 
16.05.2012 16:05
#5
valikonen
Joomshopping forum user no avatar
Name: Vali
20.10.2011
Posts: 13
Quote
Aw: Product Order

Ok,and now the order is older first?

 
02.05.2018 18:43
#6
ado
Joomshopping forum user no avatar
Name: ado
10.04.2013
Posts: 13
Quote
Aw: Product Order

Hi,
how can I change products order?
I need to have the same custom order function as in category list (screen above).

thx

 
02.05.2018 19:29
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25905
Quote
Aw: Product Order

joomshopping / products

Filter category - select category

 
02.05.2018 21:59
#8
ado
Joomshopping forum user no avatar
Name: ado
10.04.2013
Posts: 13
Quote
Aw: Product Order

I've got list of product:

product X
product Y
product Z

I need to show them at frontend in that order:

product Z
product Y
product X

 
02.05.2018 22:01
#9
ado
Joomshopping forum user no avatar
Name: ado
10.04.2013
Posts: 13
Quote
Aw: Product Order

Sorry, You are right.
thank You :)

 


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.