Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help please


Guest

Recommended Posts

Can any one point me in the right direction...

 

I have made a new box.... but the links i added look_like_this_?

 

why_please.

 

any advice greatly appreciated.

 

Dapper

Link to comment
Share on other sites

Can any one point me in the right direction...

 

I have made a new box.... but the links i added look_like_this_?

 

why_please.

 

any advice greatly appreciated.

 

Dapper

 

hi,

 

you have to edit your english.php file.. if your website is in english that is.. if some other language then that laungauge .php .. german.php or spanish.php and so on..

 

you have to go to english.php and define the text you want to see in your box heading..

like this..

 

define('HEADING_BOX_MYBOX' , 'Hi im a box');

 

HEADING_BOX_MYBOX is the variable that is used in the php code where you defined you new box.. you can call it anything you want but it has to be the same name in the file where you first made it and in english.php where you define it..

 

hope that helps

Link to comment
Share on other sites

hi,

 

you have to edit your english.php file.. if your website is in english that is.. if some other language then that laungauge .php .. german.php or spanish.php and so on..

 

you have to go to english.php and define the text you want to see in your box heading..

like this..

 

define('HEADING_BOX_MYBOX' , 'Hi im a box');

 

HEADING_BOX_MYBOX is the variable that is used in the php code where you defined you new box.. you can call it anything you want but it has to be the same name in the file where you first made it and in english.php where you define it..

 

hope that helps

 

 

thank you xilli very much this has helped a great deal now. sorted it great.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...