Please post all questions here about this revised version. I will not be monitoring the Support Thread of version 1.6.3.
Please download the .zip here:
http://addons.oscommerce.com/info/7832
Edited by Jan Zonjee, 09 February 2011, 08:11.
Posted 09 February 2011, 07:55
Edited by Jan Zonjee, 09 February 2011, 08:11.
Posted 12 February 2011, 19:15
Posted 12 February 2011, 19:21
Posted 12 February 2011, 19:44
Edited by BenjaminJ.Gremillion, 12 February 2011, 19:53.
Posted 12 February 2011, 19:55
Edited by DunWeb, 12 February 2011, 19:55.
Posted 16 February 2011, 23:46
Posted 16 February 2011, 23:55
Posted 19 February 2011, 07:37
Posted 20 February 2011, 02:40
Posted 06 March 2011, 16:37
Posted 14 March 2011, 23:38
Posted 15 March 2011, 00:30
Posted 28 April 2011, 10:36
$cat_name_query = tep_db_query('SELECT `categories_name` FROM ' . TABLE_CATEGORIES_DESCRIPTION . " WHERE `categories_id` = '" . $featured_products_category_id . "' limit 1");
to: $cat_name_query = tep_db_query('SELECT `categories_name` FROM ' . TABLE_CATEGORIES_DESCRIPTION . " WHERE `language_id` = '" . (int)$languages_id . "' AND `categories_id` = '" . $featured_products_category_id . "' limit 1");
Posted 11 May 2011, 20:21
Posted 11 May 2011, 23:18
Posted 30 May 2011, 15:55
Posted 30 May 2011, 21:35
Posted 02 June 2011, 14:31
Posted 05 June 2011, 08:54
Posted 05 June 2011, 20:30
epwork, on 05 June 2011, 08:54, said: