Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JaciD

Pioneers
  • Posts

    56
  • Joined

  • Last visited

Everything posted by JaciD

  1. Update: Fixed problem Thank you for your consideration
  2. Sorry, the actual error was: Parse error: syntax error, unexpected T_STRING in /home/ecors55/public_html/includes/languages/english.php on line 338 Thank you for your consideration
  3. I installed this addon: PayPal Verified Seal with Credit Card Images 1_1 The following mod is an update of Jerry Williams' "Add PayPal Verified Seal w/CC Images". I did all the steps and got this far. When I uploaded it states error on line 338 (T string) which is highlighted below. I'm sure it is an oversight in my part. So I uploaded the orginal (not the addon) file again and the footer info is now under Paypal Seal in my right column. Click here to view So, now I have two issues. Please help me. Thank you for your consideration. Instructions: //Footer Text with Accepted Payment Methods define('FOOTER_TEXT_BODY', '<P><IMG SRC="includes/languages/english/images/logo_ccVisa.gif" ALT="VISA" BORDER="1"> <IMG SRC="includes/languages/english/images/logo_ccMC.gif" ALT="Master Card" BORDER=1> <IMG SRC="includes/languages/english/images/logo_ccAmex.gif" ALT="American Express" BORDER=1> <IMG SRC="includes/languages/english/images/logo_ccDiscover.gif" ALT="Discover Card" BORDER=0> <IMG SRC="includes/languages/english/images/logo_ccEcheck.gif" ALT="e-check" BORDER=0> <IMG SRC="includes/languages/english/images/PayPal_mark_37x23.gif" ALT="PayPal" BORDER=0> </P> /* Next line contains original footer text code. define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); End footer w/accepted payment methods. */ This is mine: //Footer Text with Accepted Payment Methods define('FOOTER_TEXT_BODY', '<P><IMG SRC="includes/languages/english/images/logo_ccVisa.gif" ALT="VISA" BORDER="1"> <IMG SRC="includes/languages/english/images/logo_ccMC.gif" ALT="Master Card" BORDER=1> <IMG SRC="includes/languages/english/images/logo_ccAmex.gif" ALT="American Express" BORDER=1> <IMG SRC="includes/languages/english/images/logo_ccDiscover.gif" ALT="Discover Card" BORDER=0> <IMG SRC="includes/languages/english/images/logo_ccEcheck.gif" ALT="e-check" BORDER=0> <IMG SRC="includes/languages/english/images/PayPal_mark_37x23.gif" ALT="PayPal" BORDER=0> </P> /* Next line contains original footer text code. define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); End footer w/accepted payment methods. */ (my metatags)then // model prefix define('MODEL_PREFIX', 'Item# '); ?>
  4. Airbrush, I can't thank you enough with your help, problem was fixed quickly. Thumbs Up!

×
×
  • Create New...