wellmad Posted June 29, 2004 Posted June 29, 2004 Hi, I am still fairly new to oscommerce and php/sql in general. I have created a new info_box to hold useful links (like the information_box) The new box displays ok and the links work, but instead of being normal links, they show the full link name, ie: BOX_INFORMATION_MY_ACCOUNT I cut n pasted some of the code from the information box so that's why it's saying BOX_INFORMATION, but I need to know where to update so the links box displays the correct links. In the code, there are a lot of tep statements which I'm guessing are to do with the sql db, but i have searched the db and cannot find any refrence to boxes, please help!!
Acheron Posted June 29, 2004 Posted June 29, 2004 You are seeing that b/c it can't find the define in the corresponding language file. The box headings are defined in /catalog/includes/languages/english.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.