1687
by hpdl on
03 September 2007, 21:43:04 +0200
(11 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
(11 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
(11 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
(11 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
(11 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…
1671
by hpdl on
26 July 2007, 17:18:53 +0200
(13 months ago)
improve the breadcrumb class; implement the iterator interface to work through the breadcrumb path array
1668
by hpdl on
20 July 2007, 16:53:24 +0200
(13 months ago)
add a new parameter to the session service module to control how long sessions should be active for (default 30mins)
1667
by hpdl on
19 July 2007, 22:42:39 +0200
(13 months ago)
update session class correctly load the session storage handler as constructors cannot return a value
1570
by hpdl on
04 April 2007, 13:43:44 +0200
(16 months ago)
1 == '1_2' will convert '1_2' into an integer and pass the condition; force the condition to check against string values