Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

catgirl

Archived
  • Posts

    39
  • Joined

  • Last visited

Profile Information

  • Real Name
    JJ

catgirl's Achievements

  1. In the directions it says the following: // add the following code to your /admin/includes/languages/english.php define('BOX_REPORTS_UNSOLD_CARTS', 'Unsold Carts'); // add the following line to /admin/includes/application_top.php define('FILENAME_UNSOLD_CARTS', 'unsold_carts.php'); //add the next line to /admin/includes/boxes/reports.php '<a href="' . tep_href_link(FILENAME_UNSOLD_CARTS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_UNSOLD_CARTS . '</a><br>' . WHERE do i add these lines? I think that might be contributing to my errors!! Naomi
  2. I am getting a parse error in the abandoned cart file. HELP! WHat exactly IS a parse error, and why am i getting so many of them??????
  3. I need to change the message that gets sent with a gift voucher. Unfortunately, i don't know what each file does, and therefore, cannot find the appropriate one. Can anyone help? I'm having trouble with my SSL settings for my admin panel Naomi
  4. I've gone through the install for this contribution. It shows up fine in my admin panel. When i log in at my store, however, i get the following information in the shopping cart box: 1146 - Table 'theembel_commerce.coupon_gv_customer' doesn't exist select amount from coupon_gv_customer where customer_id = '2' [TEP STOP] When i try to create a new customer, i get something similar: 1146 - Table 'theembel_commerce.coupons' doesn't exist select coupon_code from coupons where coupon_code = '13d3d78da2' [TEP STOP] Did i need to do something to my database for this to work? You can see the site here: https://catalog.theembellishmentstore.com I tried to create a new customer but i don't know if it worked. Thanks
×
×
  • Create New...