buckeyecomputers Posted January 20, 2006 Posted January 20, 2006 How do I change the links for '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>'
Guest Posted January 20, 2006 Posted January 20, 2006 How do I change the links for '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' If you know where you want it to go by url, u can just put it in the href=" " (ex: href="http://www.oscommerce.com"> . BOX_INFORMATION_CONDITIONS . '</a><br>' I fixed my "continue shopping" by doing that to just take me back to index.
buckeyecomputers Posted January 20, 2006 Author Posted January 20, 2006 I'm trying to keep everything using php if possible. Where is tep_href_link(FILENAME_CONDITIONS) defined?
buckeyecomputers Posted January 20, 2006 Author Posted January 20, 2006 I found the definition for BOX_INFORMATION_CONDITIONS in english.php but cant find the definition for FILENAME_CONDITIONS FILENAME_CONDITIONS >> ???
♥akmac Posted January 20, 2006 Posted January 20, 2006 I found the definition for BOX_INFORMATION_CONDITIONS in english.php but cant find the definition for FILENAME_CONDITIONS FILENAME_CONDITIONS >> ??? catalog/includes/filenames.php Quidquid latine dictum sit, profundum viditur.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.