adman4054 Posted March 11, 2006 Posted March 11, 2006 I've got to be an idiot. I am trying to edit the "category Listing" page that opens up when you select it from the category list. I assume it is the "TEXT_EDIT_INTRO" that I have either turned off or is not functioning for some reason. Just so its clear-- I am looking to edit the text where it says "Let's See What We Have Here".... and then the products are listed. Thanks in advance.
ozcsys Posted March 11, 2006 Posted March 11, 2006 I've got to be an idiot. I am trying to edit the "category Listing" page that opens up when you select it from the category list. I assume it is the "TEXT_EDIT_INTRO" that I have either turned off or is not functioning for some reason. Just so its clear-- I am looking to edit the text where it says "Let's See What We Have Here".... and then the products are listed.Thanks in advance. includes/languages/english/index.php define('HEADING_TITLE', 'Let's See What We Have Here'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
adman4054 Posted March 11, 2006 Author Posted March 11, 2006 includes/languages/english/index.phpI think when I ftp'ed the program, it must have skipped a file or I have something turned off. Each one of the headings i pasted below has the option to change it with a text box or a box to upload an image. There is nothing where I put the red xxxx's. Does someone know what file would be required to edit the text intro? Thanks define('HEADING_TITLE', 'Let's See What We Have Here'); TEXT_EDIT_INTRO XXXXXXXXXXXXXXXX TEXT_EDIT_CATEGORIES_NAME /catalog/images/ TEXT_EDIT_CATEGORIES_IMAGE TEXT_EDIT_SORT_ORDER
adman4054 Posted March 11, 2006 Author Posted March 11, 2006 includes/languages/english/index.php define('HEADING_TITLE', 'Let's See What We Have Here'); Thanks for the reply-- If I add text to that file wont it be included on all the categories. I wanted to have different copy for different categories. Thanks
o_cnick Posted March 13, 2006 Posted March 13, 2006 Hello, I'm quite new to osCommerce, and trying to get familiar with it. Would it be possible to display the Category name where it shows "Let's see what we have here" Maybe something like: define('HEADING_TITLE','$categories_string'); Would this work? I'm not sure which variable I'm supposed to use, this is just example. Thanks! Nick
o_cnick Posted March 13, 2006 Posted March 13, 2006 Oops, sorry for double post, didn't see an edit button. But a little more searching found my answer B) . From this thread: http://www.oscommerce.com/forums/index.php?showtopic=150605&hl= In catalog/includes/languages/english/index.php: define('HEADING_TITLE', ucwords($categories['categories_name']));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.