Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jerbevpicasso

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Beverly Gross

jerbevpicasso's Achievements

  1. Did you edit your admin/includes/boxes/catalog.php? Also, when I edited this with the code given, it gave me an error message. Figured out why, needs a period at the end of the second line. Seemed to fix it. The second line given looks like this: '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' just add the period like this (fixed mine): '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' . Altogether with the other lines needed for the entire code should look like this: //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 Hope this helps :thumbsup:
  2. Um, I would like to say I did so I don't look like a total moron. :rolleyes: Well, I did not and that is what the issue was...thank you so much! Have a wonderful day!!
  3. I am hoping someone can help me. After install of the OSC affiliate, it changed my Admin Panel and pretty much locked it. Stating that table_affiliate_sales does not exist.....and I cannot get into the configuration panel. I changed the look of the admin panel completely. I saw that someone else here had the same issue.....and she was told to upload the affiliate.sql file to her database via the myphpadmin. Well, before I even read that, I had already uploaded to my database via myphpadmin. I am very familiar with myphpadmin...and the tables are there. So maybe I am just missing something? I even checked the php script for errors...and nothing. I did everything as the file said to do. So if anyone has any suggestions, please let me know. Thank you in advance for any help. Best regards, Beverly
×
×
  • Create New...