Please test
http://dev.virtuemart.net/attachments/download/562/com_virtuemart.2.0.16d_extract_first.targz.ziphttp://dev.virtuemart.net/attachments/download/563/com_virtuemart.2.0.16d_extract_first.zipchanges
A:
- fixed error in currencydisplay line 60 (just set a default), error was that the function file_exists returns true also for directories and so it tried to load a directory.
- added width and height for thumbnail creation
- added in _createOrderCalcRules a continue, if there is no calculation rule to use
- small fix, should keep the correct category for a product, in case a product is in more than one category, then checking productdetails should show the correct neighbored products and layouts.
- fixed small error using the category layout instead of the product category layout (in productdetails view FE)
- added ssl settings for login
- removed hardcoded language tags of the JvalideForm files
- fixed default 0 problem in shopperfields
- fixed required data of currencies, all are set to shared now, should prevent errors if people use an a bit misconfigured multiple vendors store
- added a fix so that restoring the config should actually delete all old values (before values without default value were kept)
- fixes by stan (rupostel) for ordering of the shopperfields
- category description in the BE list is now truncated, so that it should not break the layout anylonger
- fix by stan for weight countries
- added a config setting so that you can disable rounding of temporary results
- fixed the error that the prices of products in cart do not adjust to used quantity
- deletion of userfield values (by stan;rupostel)
- changed the time settings. time is now stored using the date offset stored in joomla.
B:
- when file is downloadable, subtitle is displayed, and the link includes the subtitle
- Joomla menu link manufacturer/vendor fixed
- added default for categories_per row
- enhanced debug messages for weight_countries.php
- Changed all time offsets back to UTC
C:
- Revenue should use the correct time
- Rewrite of the user fields output to make the delimiters work as they should by mowebso (eugen)
- fixed that product edits keep ordering (got somehow broken, or was never correctly working)
- Paypal: Ipn notification via SSL + 443
- fraud protection, paypal
- prevent overwrite of child products if non price is set, if the parent is stored with more than one price
- opening a product, with a zero price is now preventing that the price is automatically stored as 0.0
D:
- synchronising media got new break
- installation script, set max limit to 140 only if set lower already
- fixed that canonical cat is always a published one
- fixed problem with pagination, using manufacturer id as filter in category view