Skip to content

Shop-Script 11.3.0

Choose a tag to compare

@Leonix Leonix released this 21 Apr 09:53
· 6 commits to master since this release
  • Added support for custom headers for sending order notifications as HTTP requests to third-party services.
  • Streamlined the processing of orders paid via the mobile POS to mark them as completed rather than simply paid.
  • Products section made more convenient in the new Webasyst 2 interface:
    • improved support for large product catalogs,
    • increased category description editing field,
    • fixed the functioning of the View in the storefront link in the product editor.
  • Fixed found errors:
    • selection of order pickup points on the Google map during the checkout,
    • import of product images from a CSV file,
    • functioning of the “Sync shopping cart items on all devices for authorized customers” setting,
    • use of variables in product fields for social media,
    • display of dynamic product sets on category pages containing products with special prices set via promo campaigns,
    • application of tax rates set for country regions,
    • saving of fractional tax rates for country regions,
    • editing of the shipping address in the mobile app,
    • fore premium license users:
    • display of company-type customers’ names in the order list’s kanban mode.
  • For developers:
    • Added hook affiliate_transaction for tracking operations on customers’ bonus points.
    • Added hooks products_remove_sets.before and products_remove_sets.after triggered right before and after products are excluded from sets.
    • In the backend_prod_filters hook, added the option to display custom icons for product filters added by plugins.
    • Fixed additional product filtering, applied by plugins using method shopProductsCollection->addWhere(), in the search results.