Jump to content

nkahook

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by nkahook

  1. We are using oscommerce if that has anything to do with it
  2. There is no way for me to contact them. I thought it was php code.
  3. A team from India did it before I started working here.
  4. It says Box_Information_4Prescription
  5. Its not down now but if you look at the information box do you see the $4 link and also if you click the shipping page it goes to a white page.
  6. Go to www.prescriptiongiant.com. Every time I touch that code that whole thing goes down except the header and a thin beige line. Which is I'm assuming the background of the Information box.
  7. I've tried that and the whole page goes down.
  8. Do you have any idea where I can locate that file? Thanks in advance.
  9. Hi, I'm updating a site and I'm having problems with some php links that are inserted in the information box. The script is: <?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(); $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_HOWORDER) . '">' . BOX_INFORMATION_HOWORDER . '</a><br>' . '<a href="' . tep_href_link(FILENAME_FAQS) . '">' . BOX_INFORMATION_FAQS . '</a></br>'. '<a href="' . tep_href_link(FILENAME_4PRESCRIPTION) . '">' . BOX_INFORMATION_4PRESCRIPTION . '</a>'); The code I bolded is the one giving me the problem. Instead of showing up as $4 Prescriptions on the web page its showing as BOX_INFORMATION_4PRESCRIPTION. Every time I try to make a change the whole site goes down except for the header and a thin beige line. My php experience is limited so someone please please help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.