Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.10.md for this page in Markdown format</div>
Version 4
version 4.10
version 4.10.0x
Changelog
- [4.10.3] cd-feat: Add to customers tag registered
- [4.10.3] cd-fix: Fixed a bug on auth route for websites using multilingual
- [4.10.3] cd-fix: product search quality fixes
- [4.10.3] cd-fix: product in orders report search quality fixes
- [4.10.3] cd-feat: product in orders report display quantity
- [4.10.3] cd-fix: manual order transporter lang
- [4.10.3] cd-feat: Add background color for odd advCartRow, ui change for helpCartMsg error message if product has no stock
- [4.10.3] cd-fix: Fixed a bug on liveboard daysOrders
- [4.10.3] cd-fix: Fixed a bug on sliders create and update where chosen slides where type null instead of array
- [4.10.3] cd-fix: Add a missing lang in greek/adv_external_lang, minor lang changes in product review mails
- [4.10.2] cd-fix: In slides with tags fix the or case that shows the slides in all customers
- [4.10.2] ui-fix: In the admin select slider in slides add chosen select with search
- [4.10.2] cd-fix: Fix in sliders slides drop downs slides keys
- [4.10.1] cd-fix: Fix in the patches of the slides_tags and customers tags
- [4.10.0] cd-feat: Add tags in the customers
- [4.10.0] cd-feat: Add tags in slides
- [4.10.0] cd-fix: The slide has no need to add date start and date end for use with no limits
- [4.10.0] cd-fix: cookies english langs
- [4.10.0] cd-fix: translation on admin manual order search
Notes
- [4.10.3] Needs to add the cronjob
setCustomerRegisteredTagevery hour (0 * * * *) if the jobs is set up then no need for this. - [4.10.3] Needs to run
php cli.php patch/customerRegisteredTags - [4.10.3] Needs
composer install - [4.10.3] Need
npm i && npm run production && npm run admin-production - [4.10.3] Check for overrides in Sliders_model.php (Smile)
- [4.10.0] Needs
composer install - [4.10.0] Check in the customer for the use of the sliders_model->getFrontMasterRecord method and in the relations array param add the tags
['mui', 'slides', 'tags']and add the$this->customerTagsat the end in the controllers. - [4.10.0] Needs to add the cronjob
setCustomerTagsonce per day (0 3 * * *) if the jobs is set up then no need for this. - [4.10.0] Needs to run
php cli.php patch/customerTagSchemaandphp cli.php patch/slideTagSchema - [4.10.0] Need
npm i && npm run production