THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Hi,

First of all, I want to thank you for an excellent e-commerce script even though the learning curve in terms of development seems to be steep. I am enjoying the discovery and results of my editing and keep finding it very customisable.

On the category page, I'd like to show all products under children category when the parent is clicked on the menu.

How would I get to do this?

Offline


In templates/frontOffice/default/configs/variables.conf, set category_display_subcategories to true


OpenStudio Toulouse

Offline


Thanks for your quick response. I made the change and I am able to see the categories. How do I list products under all the children instead?

Offline


Add a depth=99 to all product loops and counts (e.g. type="product") in category.html


OpenStudio Toulouse

Offline


Thank you my friend. You are a star!

Offline


Quick question,

when I go to the product list, I only see 8 products per page. Is there a way I can change this value? Cant seem to find where the setting is located.

Thanks.

Offline


See line 49 in templates/frontOffice/default/category.html :

{$limit={$smarty.get.limit|default:8}}


OpenStudio Toulouse

Offline


silly me, thanks and sorry for the trouble

Offline


Hi, I'm new using thelia and I had the same doubt. Thank you.

Offline


Please read the answer in the thread.


OpenStudio Toulouse

Offline


Thanks for the solution smile