Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing osCommerce 2.2-MS2. text from above the new products box


xlilo

Recommended Posts

Posted

Hi all,

 

This could be something realy simple that i have missed due to lack of sleep,

 

how do i remove the osCommerce 2.2-MS2. text from above the new products box?

 

I have removed the osCommerce 2.2-MS2. text from the bottom of the page under the copyright notice but cant find were this one is.

 

You can view it by visiting my shop at www.shop.xlilo.co.uk

 

its just under the login or make account text.

 

Thanks

 

Xlilo.

Posted
Hi all,

 

This could be something realy simple that i have missed due to lack of sleep,

 

how do i remove the osCommerce 2.2-MS2. text from above the new products box?

 

I have removed the osCommerce 2.2-MS2. text from the bottom of the page under the copyright notice but cant find were this one is.

 

You can view it by visiting my shop at www.shop.xlilo.co.uk

 

its just under the login or make account text.

 

Thanks

 

Xlilo.

Hi,

 

In catalog/includes/languages/english/index.php search for

define ('TEXT_MAIN'

 

Regards,

Edze

Posted

hi,

 

i have this in my main text:

 

define('TEXT_MAIN', 'Xlilo Shop is under development, Please try in a few weeks. please go back to the main site at www.xlilo.co.uk <br><br> If You are an existing customer please <a href="http://shop.xlilo.co.uk/login.php"><u>log yourself in</u></a> otherwise you may <a href="http://shop.xlilo.co.uk/create_account.php"><u>create an account</u></a>. <br> <br>' . PROJECT_VERSION . '</b></font>.');

 

 

i asume its in the ' . PROJECT_VERSION . ' bit, but whenever i delete this bit i get errors.

 

thanks

 

Xlilo

Posted
hi,

 

i have this in my main text:

 

define('TEXT_MAIN', 'Xlilo Shop is under development, Please try in a few weeks. please go back to the main site at www.xlilo.co.uk <br><br> If You are an existing customer please <a href="http://shop.xlilo.co.uk/login.php"><u>log yourself in</u></a> otherwise you may <a href="http://shop.xlilo.co.uk/create_account.php"><u>create an account</u></a>. <br> <br>' . PROJECT_VERSION . '</b></font>.');

i asume its in the ' . PROJECT_VERSION . ' bit, but whenever i delete this bit i get errors.

 

thanks

 

Xlilo

Hi,

 

You should take out the PROJCT_VERSION part and leave this:

define('TEXT_MAIN', 'Xlilo Shop is under development, please try in a few weeks. Please go back to the main site at www.xlilo.co.uk <br><br> If you are an existing customer please <a href="http://shop.xlilo.co.uk/login.php"><u>log yourself in</u></a> otherwise you may <a href="http://shop.xlilo.co.uk/create_account.php"><u>create an account</u></a>.');

 

Kind regards,

Edze

Archived

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

×
×
  • Create New...