SCH_001 Posted August 16, 2019 Posted August 16, 2019 In frozen BS CE in list view how can I get it to display more text I am only getting the below and would like another say 3 lines
kgtee Posted August 16, 2019 Posted August 16, 2019 Very likely that your includes/product_listing.php file has been modified to restrict the description to a specific length. Check inside this file and see if you have a substr() php string function that has truncated the description text. If you find it, just increase the length.
SCH_001 Posted August 16, 2019 Author Posted August 16, 2019 File is in includes/modules but no substr found While I was waiting for a reply I was playing around and for some reason if I just enter a heap of aaaaaaaaaa it display but other text then no... I will go break the aaa in to small chucks and see what happens
SCH_001 Posted August 16, 2019 Author Posted August 16, 2019 Yep somewhere it is based on word count not characters?
SCH_001 Posted August 16, 2019 Author Posted August 16, 2019 I think I found it includes/modules/content/index_products/cm_ip_product_listing.php No idea which one to play with but I should be able to sort this out now but trail and error
Recommended Posts
Archived
This topic is now archived and is closed to further replies.