Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Feline

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Feline

Feline's Achievements

  1. I have just installed your beta2 and seems to work great. Thanks keep up the good work :rolleyes:
  2. That code was added to start off with. Anything else I can look at? Thanks for helping :)
  3. This contribution seems just want I have been looking for. I have an error though and cant seem to find where I went wrong. Everything seems to work great until I select one of the categories, then I get the following error. Notice: Undefined variable: oscAuctions in /home/xxx/public_html/xxx/includes/boxes/categories.php on line 134 Fatal error: Call to a member function categoriesAdd() on a non-object in /home/xxx/public_html/xxx/includes/boxes/categories.php on line 134 What I did find when modifying includes/classes/shopping_cart.php, change 21 Find (this comes up twice in this file and I have added just at the first one and then also at the second one but no changes showed) if (tep_db_num_rows($specials_query)) { $specials = tep_db_fetch_array($specials_query); $products_price = $specials['specials_new_products_price']; } Add immediately below // BOF AUCTIONS if( isset($this->contents[$products_id]['auction_id']) && $this->contents[$products_id]['auction_id'] > '0' ){ $auction_price = $this->contents[$products_id]['auction_price']; } else $auction_price = 'false'; //EOF AUCTIONS Hope you can help.
×
×
  • Create New...