What 's new?
Since beta 1.5 the wellrad-Shop will try to save the necessary contents of your catalogue.inc
as an php-array to wellrad/data/catalog.php. This is a first step to handle the import/export of csv files
or other "foreign" data.
If this does not work out or you want to stay with the slightly faster and smaller "catalogue.inc":
Find
define('WRS_SAVE_FORMAT', 'array' );
in wellrad/classes/required_classe.php (l. 23) and replace 'array' with 'serialized'.
RC 1 -> 1.2 (2 May 2011):
- CSS fix: Style of unordered list could have been influenced by the wellrad stylsheet.
beta 1.9 -> RC 1 (26 September 2010):
- Bug fix: The chosen payment mode of the customer was not stored.
- Bug fix: A "%" has not been replaced in the bill template.
beta 1.8 -> beta 1.9 (31 May 2010):
- Bug fix: Moved the class definitions of the payment modules to the top.
beta 1.7 -> beta 1.8 (26 May 2010):
- Bug fix: paypal module was linked to the "sandbox".
- Bug fix: replaced some hard-coded German texts in paypal module.
beta 1.6 -> beta 1.7 (3 May 2010):
- Bug fix: customer's payment mode is now checked.
- Bug fix: some "slashes" had been added before.
beta 1.5 -> beta 1.6 (22 April 2010):
- Bug fix: not available products were displayed in the search results.
- Bug fix: c.o.s pages lower than the top level were not linked correctly.
beta 1.4 -> beta 1.5 (21 April 2010):
- Added "internal" product pages. (See getting started)
- Added simple product search (case insensitive, AND-relation).
- Added template for shop navigation.
- Added folder "theme" - a place to overwrite the default templates.
- Bugs in wrs_backend_controller.php fixed: faulty conversions between string and float.
- Bug in wrs_backend_controller.php fixed: the product variants > 3 got melted in input field.
- Bugs in WRS_CMSimpleBridge.php fixed: heading and level of the first page were not found.
- Removed a short open tag in paymentSettings.tpl
- Added some missing strings to language files.
- Minor changes in frontend/catalog.tpl
beta 1.3 -> beta 1.4 (15 April 2010):
- Bug in customersData.tpl fixed: The deactivated payment methods were offered
- Added programmatic import of payment methods (was set by a hardcoded array before)
- Added check for file permissions and chmod
- Language files: Added some strings and changed some htmlentities to uft-8
beta 1.3 (12 April 2010): Initial public beta