Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.15.md for this page in Markdown format</div>
Version 4
version 4.15
version 4.15.0x
- [4.15.6] cd-feat: Move the new settings of ecommercen to new page
- [4.15.6] cd-fix: Update for the customers view calculation of the total vat and count of the orders
- [4.15.5] cd-update: Moved filtering logic from
CartResourcetoGift_rules::filterApplicableGiftRules. - [4.15.5] ui-fix: Removing a product from cart in admin panel will now display the correct gift rules (the removal of the product was updated to the cart state after the request was sent)
- [4.15.5] ui-fix: Filtered in only applicable gift rules for the cart in admin panel
- [4.15.5] cd-ui: Fixed several issues regarding gift selections in admin order checkout
- [4.15.3] cd-fix:
Env::disablePutenv()before loading the Env Repository - fixes periodically getting empty env repository - [4.15.2] cd-fix:
app.phpuse env forEXT_ADVISABLE_SERVICES_BASE_URL - [4.15.2] cd-fix: Update the dompdf and the barcode generator
- [4.15.2] cd-feat: Add in the customers views front and back the customers birthdate
- [4.15.1] cd-fix: Fix error introduced on previous release on
assetUrlwhen cdn value in registry is empty - [4.15.0] cd-update: Use real
.envfile in application - [4.15.0] cd-feat: Add in the marketplaces, referrers, countries and counties report the sum of total
- [4.15.0] cd-fix: Add in the new products the field acquisition_value
- [4.15.0] cd-feat: Add in the customer admin view the points spend and reword in each order
- [4.15.0] cd-fix: Minor fixes in admin_profile, shopmodule_helper, adv_product_parser_model, adv_order_model, adv_products_admin, adv_order
Notes
- [4.15.5] In the customer copy order check am the price not only for the gift_id
- [4.15.5] In the check cdn protocol use the cdn host from the registry instead of the env
- [4.15.5] Check for client overrides/customizations on
CartResource::getGiftRules(there shouldn't be any... but just to be safe) - [4.15.5] Need
npm ci && npm run admin-production - [4.15.4] Check
Orders_admin::gifts_for_productsas the output of said function has been altered to also print the gift rules along with the products - [4.15.4] Need
npm ci && npm run production && npm run admin-production - [4.15.2] Need
composer install - [4.15.0] Need
composer install - [4.15.0]
.envfile must be like updated.env.example. Keep.envto.oldenv - [4.15.0] Check clients for .env vars used in codebase and replace the
CONSTANTwithenv('CONSTANT'). - [4.15.0] Run
php cli.php patch/addAcquisitionValueNewProducts