Posted - 05/29/2026 : 11:10:42
Hi,
I am looking at a site re-design and I've been having a play with some ECT features I haven't used yet.
In my includes.php I have the following: $categorypagelayout='catimage,description,catname'; which works fine.
But when I try to add some tags as detailed here https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=112846 the myclass div does not show. $categorypagelayout='catimage,<div class="myclass">,catname,description,</div>';
I only have one line containing $categorypagelayout in my includes file and I have even tried adding directly before the /vsadmin/inc/inccategories.php include on categories.php with no joy.
I know it's reading the $categorypagelayout line because if I take out catimage then only the description and catname show.
When I add tags to $detailpagelayout on proddetail.php it works perfectly.
I am sure I'm missing something obvious but have been trying for over an hour without success so reaching out here.
I'm on v7.9.3 but have also tried with other versions of inccategories.php but still no tags.
Regards, David
|