- Posts: 27
- Thank you received: 0
proeduct listing table view ordering
- Christoph59
-
Topic Author
- Offline
Less
More
13 years 10 months ago #76645
by Christoph59
proeduct listing table view ordering was created by Christoph59
Hi is there an ordering option for the table view of product listings ir when I click on the table label/header?
thanks christoph
thanks christoph
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76880
by Xavier
Replied by Xavier on topic proeduct listing table view ordering
Hi,
No there is actually no option to order by clicking on the label/header. You can do it by editing the view "product / listing_table" and the file "components/com_hikashop/views/product/view.html.php" in the function listing.
You will have to set a link on the label to refresh the page and set a get variable, for example "sort_name", and in the view.html.php file edit the ORDER BY in the request to change it by the value received with the get method.
Some knowledge in PHP are required.
You can also use the custom fields to do that, using the "sort" value.
No there is actually no option to order by clicking on the label/header. You can do it by editing the view "product / listing_table" and the file "components/com_hikashop/views/product/view.html.php" in the function listing.
You will have to set a link on the label to refresh the page and set a get variable, for example "sort_name", and in the view.html.php file edit the ORDER BY in the request to change it by the value received with the get method.
Some knowledge in PHP are required.
You can also use the custom fields to do that, using the "sort" value.
Please Log in or Create an account to join the conversation.
Time to create page: 0.161 seconds