Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Box


Recommended Posts

Posted

Look at my site Lake Geneva Pie Co.

In the INFORMATION BOX I can not get it to read right.

I have the link correct & it does go to it but the Title in the box is reading BOX_INFORMATION_ABOUT_US

when I try to change it in public_html/includes/boxes/information.php it doesn't work.

You're never too old to learn.

Even an old fart like myself loves learn and be creative.

?>if (empty($coffee)) {$coffee=new coffee();}<?

Posted

Look at my site Lake Geneva Pie Co.

In the INFORMATION BOX I can not get it to read right.

I have the link correct & it does go to it but the Title in the box is reading BOX_INFORMATION_ABOUT_US

when I try to change it in public_html/includes/boxes/information.php it doesn't work.

Put this line in xxxxxxxxxxxxxxxxxxxxxxxxx

 

define('BOX_INFORMATION_ABOUT_US','About Us');

 

(I think that is the right file...)

 

 

Sorry, that goes in /public_html/includes/languages/english.php

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

I added that as instructed and I still have the same results.

 

Here's the code that I have in BOXES:

  $info_box_contents = array();
 $info_box_contents[] = array('text' => '<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>' .
                                        '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .
					     '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>');                                       

 new infoBox($info_box_contents);

.

Notice that I changed the pages to be alphabetical so I know I'm in the right spot but the darn thing doesn't want to cooperate.

You're never too old to learn.

Even an old fart like myself loves learn and be creative.

?>if (empty($coffee)) {$coffee=new coffee();}<?

Posted

Got it fixed.

I accidently put HEADING instead of INFORMATION. My bad!

OK! Now I learned how to put in new pages & links. Thanks guys!

You're never too old to learn.

Even an old fart like myself loves learn and be creative.

?>if (empty($coffee)) {$coffee=new coffee();}<?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...