1846
by hpdl on
27 February 2009, 15:40:55 +0100
(4 months 3 days ago)
Close the session through register_shutdown_function() to properly write the contents to the storage handler (eg, database)
1687
by hpdl on
03 September 2007, 21:43:04 +0200
(21 months ago)
Introduce new Product Attributes feature Allow for dynamic interaction between product variant combination values and the information shown on the product information page (eg, price and model)
1685
by hpdl on
03 September 2007, 17:30:45 +0200
(21 months ago)
Remove the need for includes/database_tables.php by automatically converting :table_table_name to (db_prefix)_table_name
1680
by hpdl on
29 August 2007, 23:02:22 +0200
(22 months ago)
Allow default product variants to be defined so the combination is selected by default on the product information page
1678
by hpdl on
29 August 2007, 17:51:13 +0200
(22 months ago)
Pass the session ID in AJAX request URLs incase the browser does not accept session cookies
1677
by hpdl on
29 August 2007, 02:33:19 +0200
(22 months ago)
Modularize product variant groups Allow assignment of multiple variant group values (depends on the product variant group module used) Change logic of the shopping cart class to reference added produc…