Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 //-->

Michael Walker

Posted

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

  • 2 months later...
Posted
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!!

Michael Walker

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...