assigning email to group of arrays – Oscommerce
I have a foreach function which groups an array of products, into seperate arrays depending on the 'dsid': $products_array = array(); $products_query = tep_db_query("select products_id, products_name, drop_ship_id from " . TABLE_ORDERS_PRODUCTS . " where orders_id = '" . (int)$orders['orders_id'] .…