- Posts: 2
- Thank you received: 0
Characteristic in product list
How can I place a characteristic in product list?
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
I think that you'll find some answer there :
Hope this will help you a little.There is no options for that. If you want to do it, you will have a lot of work:
1. You need to take some code from the file components/com_hikashop/views/product/view.html.php to load the data of the variants/characteristics in the listing and not only in the show.
2. You need to take some code from the file components/com_hikashop/views/product/tmpl/show.php to display the characteristics dropdown
3. You need to add all that in one of the listing_ files of the view product (it depends how you want to structure your code).
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.