Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sigmon88

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jon

sigmon88's Achievements

  1. I'm really confused because now that I look at what I did all I installed was the individual shipping portion of MVS and not actually MVS by accident. All this should have done is create on line in my DB and replace a few files, one of them being my shopping cart..which i've since rolled back to what i thought was original but obviously isn't. This is highly confusing. :angry:
  2. thanks!! I looked in the shopping_cart.php file but I don't see the p.products_data_added Should I be looking in a different file? thanks in advance, Jon
  3. So i tried to install this, it didn't go well, i tried to roll back, and that's not going well either. I get an error when the checkout_shipping.php loads up 1109 - Unknown table 'p' in where clause select products_id, products_image, products_tax_class_id, products_price from products where DATE_SUB(CURDATE(),INTERVAL 30 DAY) <= p.products_date_added and products_status = '1' order by products_date_added desc limit 10 is there a quick and dirty way to roll back to the default? I tried to just replace the file with the original but that doesn't seem to help. Not sure how it got messed up, I rollled the DB back to original too. thanks in advance
  4. Is that not included in the install? How do I make those changes?
  5. So i tried to run through the install and now I get this in my shopping cart: 1146 - Table 'cyclsig3_credb.TABLE_VENDORS' doesn't exist select p.products_id, pd.products_name, p.products_model, p.products_image, p.products_weight, p.products_tax_class_id, v.vendors_id, v.vendors_name from products p, products_description pd, TABLE_VENDORS v where p.products_id = '50' and pd.products_id = p.products_id and v.vendors_id = p.vendors_id and pd.language_id = '1' What did I miss? :blink:
×
×
  • Create New...