Bluntknife, on Jan 3 2007, 04:27 PM, said:
I need our help guys Please help. I am still not able to get the download feature working on my website. Can anyone assist me and I will give a donation to that person.
Thanks,
Posted 06 March 2008, 01:26
Bluntknife, on Jan 3 2007, 04:27 PM, said:
Posted 09 March 2008, 14:48
Posted 27 March 2008, 04:18
pburt, on Jul 27 2007, 05:14 PM, said:
Posted 27 March 2008, 04:36
Posted 28 March 2008, 17:23
Posted 30 March 2008, 02:50
dloud2002, on Mar 28 2008, 01:23 PM, said:
Posted 01 April 2008, 17:01
redneckchick621, on Mar 30 2008, 02:50 AM, said:
Posted 02 April 2008, 07:40
dloud2002, on Apr 1 2008, 01:01 PM, said:
Posted 02 April 2008, 16:40
Posted 14 April 2008, 18:06
czarbjones, on Aug 1 2007, 02:41 PM, said:
Edited by josy, 14 April 2008, 18:07.
Posted 14 April 2008, 23:15
Posted 21 April 2008, 01:31
// Check that order_id, customer_id and filename match
$downloads_query = tep_db_query("select date_format(o.date_purchased, '%Y-%m-%d') as date_purchased_day, opd.download_maxdays, opd.download_count, opd.download_maxdays, opd.orders_products_filename from " . TABLE_ORDERS . " o, " . TABLE_ORDERS_PRODUCTS . " op, " . TABLE_ORDERS_PRODUCTS_DOWNLOAD . " opd, " . TABLE_ORDERS_STATUS . " os where o.customers_id = '" . $customer_id . "' and o.orders_id = '" . (int)$HTTP_GET_VARS['order'] . "' and o.orders_status = '3' and o.orders_id = op.orders_id and op.orders_products_id = opd.orders_products_id and opd.orders_products_download_id = '" . (int)$HTTP_GET_VARS['id'] . "' and opd.orders_products_filename != '' and o.orders_status = os.orders_status_id and os.downloads_flag = '1' and os.language_id = '" . (int)$languages_id . "'");
Posted 03 May 2008, 00:14
Quote
$statuses_query = tep_db_query("select os.orders_status_name, osh.date_added, osh.comments from " . TABLE_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh where osh.orders_id = '" . (int)$HTTP_GET_VARS['order_id'] . "' and osh.orders_status_id = os.orders_status_id and os.language_id = '" . (int)$languages_id . "' and os.public_flag = '1' order by osh.date_added");
but this doesn't make sense either as TABLE_ORDERS_STATUS . "os," is declared, and not missing also order_status_id is a column in table order_status in the database.Posted 05 May 2008, 05:52
Posted 29 June 2009, 21:16
Posted 25 September 2009, 20:28
Posted 14 March 2010, 05:57
Cyber2000, on 12 November 2005, 12:58, said:
Posted 15 March 2010, 03:06
Posted 15 March 2010, 05:33
Posted 25 March 2010, 17:15
Quote