Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dannoman_88

Archived
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dannoman_88

  1. I installed the Discount Coupon Codes 3.32 into our oscommerce system. Unfortunately, I get this error in the catalog administration when I click to modules, catalog, configuration, etc.: Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/html/catalog/admin/includes/boxes/catalog.php on line 31 Any ideas how to get this working properly? ----- Here are the instructions for editing the catalog.php file - somehow the edits are causing an error. OPEN admin/includes/boxes/catalog.php FIND on line 29: '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); REPLACE with this code: //kgt - discount coupons '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' '<a href="' . tep_href_link(FILENAME_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DISCOUNT_COUPONS . '</a>' ); /*************** '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); ***************/ //end kgt - discount coupons
×
×
  • Create New...