Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.64.md for this page in Markdown format</div>
Version 4
version 4.64
- [4.64.2] fix(vatvalidate): replaced company profession with company primary activity
- [4.64.1] fix (add_erp_product) : added the ability to select product page view on add_erp_product view
- [4.64.1] fix(reviews): resolve error on
Adv_product_reviews_model::getCustomerReviews, to getproduct_id,product_img_typeandvendor_namebecause they were missing oncustomer/reviewsview - [4.64.1] fix(Adv_order): fix form_validation for transport_id when customer selects order by shop if transporter is not active
- [4.64.1] task: restyle job listing page
- [4.64.0] chore: add render boolean variable
is_customer_logininAdv_customer::login - [4.64.0] task: render only used variation data in vue render
- [4.64.0] feat: display error 404 page when uri has disallowed characters
- [4.64.0] feat(payways): Implemented nbg enterprise payway
Notes
- [4.64.2] Check for overrides in:
VatValidate::handleResult,VatValidate::makeSoapCall
- [4.64.1] Check for overrides in:
Products_admin::add_new_product,Order::previewValidation,Product_reviews_model::getCustomerReviews
- [4.64.1] Needs
npm ci && npm run admin-production - [4.64.0] Needs
composer i - [4.64.0] Needs
npm ci && npm run all-production - [4.64.0] Patch
php cli.php patch/addNbgEELoggingTable - [4.64.0] Check for overrides in:
Front_c::renderVueJson,Variation_model::{getVariationGroupsWithValues|getAllVariationGroupsWithValues},Customer::login,Checkout::{run|get_response},GiftCardPage::getPayWayFormData
- [4.64.0] Check for custom changes in:
/assets/main/vue/giftCards/GiftCardPage.vue