Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with box information


ilvjuliet

Recommended Posts

Posted

i edit box information contents, change privacy and conditions to about us and wine tasting, and edit includes/english/privacy and includes/english/condition. it set correct, but on the front page there appear :

Information

Shipping & Returns

BOX_INFORMATION_TASTING

BOX_INFORMATION_ABOUT

Contact Us

 

i want to let it appear :

Information

Shipping & Returns

wine tasting

about us

Contact Us

 

what should i do?pls help me. i have changed english/about_us.php's content to :

define('NAVBAR_TITLE', 'about us');

define('HEADING_TITLE', 'about us');

 

define('TEXT_INFORMATION', 'Put here your company information.');

?>

while wine_tasting.php is the same, there still appear :BOX_INFORMATION_TASTING

BOX_INFORMATION_ABOUT. pls help me .

Posted

When you mess with boxes you need to go to /includes/english and change the name there too.

Posted

Have you created new php pages that have the BOX_INFORMATION_ABOUT and BOX_INFORMATION_TASTING, or where are you keeping that at? Because those should be defined in the includes/languages/english.php file

Posted
Have you created new php pages that have the BOX_INFORMATION_ABOUT and BOX_INFORMATION_TASTING, or where are you keeping that at? Because those should be defined in the includes/languages/english.php file

thank u very much. i solved that question

Archived

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

×
×
  • Create New...