Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.32.md for this page in Markdown format</div>
Version 4
version 4.32
version 4.32.0x
- [4.32.3] cd-fix: (slugger):
str_replaceto remove - [4.32.3] cd-update: (Product combos):
Products::renderProductPageComboProductsSmartRecommendationsusegetCartBestSellersinstead ofgetCustomersRecommendations - [4.32.3] cd-fix: (Product combos)
Products::renderProductPageComboProductsPriorityshould return registryPRODUCT_PAGE_ALGO_PRIORITYvalue - [4.32.3] cd-fix: product_combo_card product url should track recommendations
- [4.32.2] cd-fix: Fixed wrong initialization of
window.advAppData.url.assetsdue to faultyAPP_CDN_FORCE_DISABLEcheck inmain'sfooter_json_adv_app_context.php - [4.32.2] cd-fix: products_in_cart_model locking db with drop table
- [4.32.2] ui-fix: Remove styling class from
_product_page.scssfor product combos content and moved it to_global.scss - [4.32.2] cd-update: Add ecommercen main color to robot icon in orders list and summary
- [4.32.2] cd-feat: Change
greek_lowerfunction to remove nbsp character - [4.32.1] cd-debt: remove unused comboClicked from vuex store and component usages
- [4.32.0] cd-feat: Product page combo component
Notes
- [4.32.3] (Product combos): smile can kill
Products::relatedProductPagePurchaseTogetheras datase for combos will consume identicalProducts::renderProductPageComboProductsSmartRecommendations - [4.32.2] check that products_in_cart_model methods are not locking db with $this->updateTable()
- [4.32.2] need
npm ci && npm run production && npm run admin-production - [4.32.1] need
npm ci && npm run production - [4.32.0] For custom implementation of product combo dataset (ie from related products) the dataset must be returned from
Adv_products::renderProductPageComboProductsCustommethod which should return array of combinations, where each combination is an array of 2 product objects. Also the customAdvButtonViewBuyCombo.vueof the client should get the js of the one coming from master. Clean vue store fromaddToCartComboClicked - [4.32.0] need
composer i,patch/advisableAiSetProductComboPositionandpatch/productPageComboPriority - [4.32.0] need
npm ci && npm run production