Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the index in OSC v2.3.4


Recommended Posts

I am looking to replace the listing of products on the index.php with a good formatted introduction. Obviously I can change (and have already) the default text.

 

However formatting within php are not really my thing. I have completed a site: search in google but have not found anything too relevant and obviously just creating a new .php file and calling it index.php creates linking problems etc.

 

Are there any shortcuts or add-ons that I have not been able to find?

 

Cheers

 

Ricardo

Complete Newbie On The Learn - Not A Programmer

But Learning As I Go

Link to comment
Share on other sites

Comment out the new products module, find

 

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

and replace it with

 

//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

Then edit TEXT_MAIN to suit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...