Skip to content

<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.59.md for this page in Markdown format</div>

Home | Changelog

Version 4

version 4.59

  • [4.59.0] feat(gift_packaging): Gift packaging for order
  • [4.59.0] feat(Blog-comments): Pagination on blog comments admin
  • [4.59.0] feat(Apifon): Register customer to newsletter list on checkout

Notes

  • [4.58.0] fix: fix the sliders of admin panel 8.1 error for typecast
  • [4.59.0] If using apifon copy the config values from application/config/apifon.php to admin panel third_party_providers page on the section of apifon.
  • [4.59.0] Info:
    • To enable the gift packaging at order feature you need to enable it from the settings(settings/other_settings) where you can also set the price for the gift packaging.
    • For clients with ERP in case of database you have to add the new fields in the sql view, in case of API you have to add the new fields in the API order response.
  • [4.59.0] Build requirements:
    bash
    php cli.php patch/addShopOrderGiftPackagingFields
  • [4.59.0] Check for overrides:
    • Front_c::renderVueJson
    • Order::preview
    • Order::previewValidation
    • Order::checkoutView
    • Order::checkout
    • Order_model::getRecordsCustomerBaseSelect
    • Order_model::getRecordsCustomerBaseSelectExport
    • Order_model::create_order
    • Order_model::parseCartForCheckout
    • Order_model::create_order_admin
    • Order_model::getOrdersListAdminResults
  • [4.59.0] Build requirements:
    bash
    npm ci && npm run production
  • [4.59.0] Check for overrides:
    • Sliders_admin:edit
    • Sliders_model:update_record
    • Order::{preview|previewOrderMiscData}
    • sms_helper::{sendSms|sendSmsMsg}
    • Settings::{third_party_providers|thirdPartyProvidersValidation}
    • Blog_comments_admin::{index|setStatus}
    • Customer::reviews
    • Product_reviews_model::getCustomerReviews