geoffwin Posted November 2, 2007 Posted November 2, 2007 http://www.telepoint.biz/catalog/index.php On the infobox on the lower left, I cannot get the file name to display. It is only displaying BOX_INFORMATION_COUPONCODE rather then the plain english - it all works fine except for this!. I have defined the file in filenames here is the relevant infobox detail '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_COUPONCODE) . '">' . BOX_INFORMATION_COUPONCODE . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_WARRANTY) . '">' . BOX_INFORMATION_WARRANTY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>'); It has to be simple? thanks Geoff been spending so much time trying to get PP to work I cannot see this. Geoff Telegraph Point 2441 Australia
Guest Posted November 2, 2007 Posted November 2, 2007 make sure that BOX_INFORMATION_COUPONCODE is defined in includes/languages/english.php -jared
geoffwin Posted November 2, 2007 Author Posted November 2, 2007 make sure that BOX_INFORMATION_COUPONCODE is defined in includes/languages/english.php -jared Thanks mate how I did not see that has got me beat. I just got stuck on the defintion in filenames as being enough - should have gone for a walk instead :-) Geoff Geoff Telegraph Point 2441 Australia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.