Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text to delete when editing index.php?


greta

Recommended Posts

Posted

To change the text in the center column on index.php, do I stop deleting at the apostrophe after This shop is based on font color=..... and close Bold, or do I delete all the way to the apostrophe after PROJECT -VERSION . close bold close font?

 

Here is what is on the page now:

 

define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>');

 

define ('TABLE_HEADING_NEW.....

 

So do I delete all the way through that last close font in the code or do I delete through the Bold after the font color code?

 

This is what would be left after deleting correctly?: define ('TEXT_MAIN', '.............');

 

Or is this what would be left after deleting correctly?: define ('TEXT_MAIN', '..... . PROJECT_VERSION . '</b></font>');

 

Thanks,

 

Greta

 

To change the text in the center column on index.php, do I stop deleting at the apostrophe after This shop is based on font color=..... and close Bold, or do I delete all the way to the apostrophe after PROJECT -VERSION . close bold close font?

 

Here is what is on the page now:

 

define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>');

 

define ('TABLE_HEADING_NEW.....

 

So do I delete all the way through that last close font in the code or do I delete through the Bold after the font color code?

 

This is what would be left after deleting correctly?: define ('TEXT_MAIN', '.............');

 

Or is this what would be left after deleting correctly?: define ('TEXT_MAIN', '..... . PROJECT_VERSION . '</b></font>');

 

Thanks,

 

Greta

 

 

Well, I somehow made a typo in that TEXT MAIN ' business, but you guys know what it should be! Sorry.

Posted

You start with this

 

define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>');

 

and end with this before adding your text

 

define('TEXT_MAIN', 'ADD YOUR TEXT HERE');

 

Text can be added as html code if you wish

 

Hope this makes sense

REMEMBER BACKUP, BACKUP AND BACKUP

Posted
You start with this

and end with this before adding your text

Text can be added as html code if you wish

 

Hope this makes sense

 

Yes, I think it does. I'm going to give it a try! Thanks!

 

Greta

Archived

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

×
×
  • Create New...