Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting up my store


Collee74

Recommended Posts

Posted

:o Hi, I am new to OScommerce and would like to know how to get rid of the default setup page so I can customize my own store page. I read through the knowlege base but did not find any info to help me. Help would be appreciated. Thanks!

Posted

Edit catalog/includes/languages/english/index.php

 

Do NOT use the File Manger Editor, it creates parse errors by stripping out \'s.

 

Edit locally on your PC with a good editor then upload to your site.

 

Look for

 

define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');

 

and make it

 

define('TEXT_MAIN', '');

 

Then carefully add whatever text/html you want for your main page.

 

HTH

Tom

Archived

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

×
×
  • Create New...