vdospec Posted May 1, 2006 Posted May 1, 2006 I did not use FAQ Desk, but I picked the other FAQ System and I have this problem on my front page of my store, the FAQ does not show up correctly in the info box..Here is my info box code can soemone tell what is wrong? Also here is the link to the test store.. http://www.vdo-specialties.com/catalog/index.php <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2003 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br> ' . '<a href="' . tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL') . '">' . BOX_INFORMATION_ALLPRODS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a><br>' . '<a href="http://www.vdo-specialties.com/wantedtobuy.htm" target="_blank">Wanted To Buy</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> Quote Michael Walker
invasi0n Posted May 5, 2006 Posted May 5, 2006 Hello, Check if you have defined FILNAME_FAQ in catalog/includes/filnames.php You can also check if BOX_INFORMATION_FAQ is defined in catalog/includes/languages/english.php Quote
Guest Posted July 19, 2006 Posted July 19, 2006 :blink: does that have any relation to this topic?? Quote
vdospec Posted July 19, 2006 Author Posted July 19, 2006 Hello, Check if you have defined FILNAME_FAQ in catalog/includes/filnames.php You can also check if BOX_INFORMATION_FAQ is defined in catalog/includes/languages/english.php what a stupid person, spreading lies about me, I do not even own afordaplane.com dummy..someone remove this guy from our forums! and grow up!! Quote Michael Walker
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.