Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lorem_ipsum

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by lorem_ipsum

  1. Héy Harald! i don't see any gifts! oscommerce.com/Account ;)

    1. tgely

      tgely

      is it personalization?

    2. lorem_ipsum

      lorem_ipsum

      i was joking^^ after seeing the account icon on osc website,i was hoping to see something related to osc 3.0...or 2.4 or something else. See some progression on osc is always a good new.

  2. Hi, I had the same problem. The problem is around the customers_state, if u have some states with 1 quote, the sql request sux. You need to add addslashes function for the variable $customers_location['zone_name']. In the file order_tracking.php line 1028 Change : $location_pending_query = tep_db_query("select count(*) as count from " . TABLE_ORDERS . " where customers_state = '". $customers_location['zone_name'] ." ' and date_purchased >= '$year-$startmonth-01 00:00:00' and date_purchased <= '$year-$endmonth-31 11:59:59' "); With : $location_pending_query = tep_db_query("select count(*) as count from " . TABLE_ORDERS . " where customers_state = '". addslashes($customers_location['zone_name']) ." ' and date_purchased >= '$year-$startmonth-01 00:00:00' and date_purchased <= '$year-$endmonth-31 11:59:59' "); Godd luck
  3. Hi,

    did u found any issue for sts with simple multi image ?

    Thank for ur help

    Best regards

    Fred

  4. GJ Spooks, thank you for this cool addon with simple image. Work fine with seo header, ajax attribut manager on rca2 Fred
×
×
  • Create New...