Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Edit


adman4054

Recommended Posts

Posted

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.

Posted
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??

Posted
includes/languages/english/index.php

I 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

Posted
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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...