Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Index.php ..... again.


manndave

Recommended Posts

Posted

Will someone take a look at my index.php page and let me know how to get the New Products Table Heading back. Also getting a Text_Main showing up, how do I get rid of it. Then how do I add text to the index.php page to let visitors know about what we do/sell?

 

Also where do I go to add text to the Information Box, shipping returns, privacy, and terms?

 

http://thestudentbookstore.net/osCommerce/catalog/index.php

 

Thank you in advance.

 

David

David

Waco, TX

Home of the Fighting Baylor Bears

Posted

Yes, David.

 

Open up your catalog/includes/languages/english.php file.

 

Anywhere in that file, put this in there:

 

// New Products Table Heading

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products');

 

Or say whatever you want the output on the web to be (in this case, I chose "New Products"). Then save the file, and use your FTP tool to upload the file to the catalog/includes/languages folder, and you're all set.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Posted

While we're at it, David, you also need to go to your ADMIN tool. Whatever it is ... http://www.thestudentbookstore.com/oscommerce/catalog/admin ..... then, under Localization, click "languages". Assuming English is highlighted, click "details".

 

Click your index.php file. (note: If your index.php file has a warning message at the top, you'll need to use your FTP tool, or your cpanel, or whatever, and go to the file in catalog/includes/languages/english/index.php, and change the CHMOD commands to 777 -- click everything so it's readable, writable, and executable ... if there's no warning, then it's already set to 777, so you're okay)

 

 

Change this:

define('TEXT_MAIN', '

 

You must have some wording in between here. And the syntax above must be as I have it, and the syntax below must be as I have it. This way, you won't get "TEXT_MAIN" showing on your index page.

 

');

 

Make sure you do this, and save it. Then you're all set.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Archived

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

×
×
  • Create New...