OXID eShop version 4.4.3
General hints for this package
no general hints in this version
Installation
Templates
Some admin templates were changed slightly due to bug fixes. Please find detailed information about template changes in directory “templ_docu/index.html” of this package.
Please remember the Template Override System we introduced with version 4.2.0. This system will help you saving a lot of time and work while updating your system.
Fixed Bugs
- 0002039: [Basket Exclusion] PersParams are not being stored for saved baskets.
- 0002067: [Caching] Terms and Conditions and About Us doesnt work if Dynamic content caching is active
- 0001966: [Content & CMS pages] Don’t show the full OXID eShop version publicly.
- 0001678: [Core Settings] $this->sAltImageDir=causes warning due to non-ssl connection.
- 0002085: [Core Settings] Conflict with Single-SSL-Certificat and sAltImageDir.
- 0002049: [Files & Source code & Database] Cannot redeclare class xx_oxbasket_module….
- 0002059: [Order processing] itm discount vanishes from basket.
- 0002090: [Discounts] Display variant articles in the drop-down for free-item discount.
- 0001703: [AJAX lists] variants are assigned to category when using the administer products > categories ajax list.
- 0002080: [Import & Export] Generated product pictures have a wrong filename.
Also some security issues were fixed with this release.
You may find the complete list of bugfixes in our bugtracking system: https://bugs.oxid-esales.com/changelog_page.php.
New Features
no new features in this version
Important information for developers
Due to #0002039 fix persistent parameters and selection list value will be saved in user basket. Changes in source:
- Added oxpersparam field to oxuserbasketitems table.
- oxBasket::_mergeSavedBasket() protected method merging saved basket was replaced by two methods oxBasket::_save() and oxBasket::load().