You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convenient work with mobile POS terminals and centralized payments fiscalization control for processing offline orders:
new POS section in the mobile Shop-Script app for Android and iOS,
additional filter for orders with payment via a mobile POS terminal,
order action initiate POS payment, which is available for such orders,
new settings section POS with a quick search for fiscalization-enabled plugins.
Added support for product videos from the VK Video service.
Improved new Webasyst 2 user interface.
Other improvements & bug fixes:
description of method $wa->shop->getListThumbsTemplate() added to the design editor cheat sheet to facilitate publishing product sets in the storefront,
uploading images in the info page editor,
error in the Reports → Products section,
execution of CRON command searchIndex.
Enhanced API methods for developers:
new method shop.coupon.getInfo to obtain information about a discount coupon,
new method shop.coupon.getList to obtain information about several coupons,
new method shop.order.addSale to create basic sales orders with optional customer details,
new method shop.settings.getProductCodes to obtain information about setup product codes,
new method shop.settings.getShippingTypes to obtain information about enabled shipping methods,
new method shop.settings.getStockUnits to obtain information about setup product quantity units,
in method shop.order.search added the option to obtain information about ordered products’ quantity units,
in method shop.settings.getPaymentTypes added parameter pos to obtain only the payment methods allowing payments via a mobile POS terminal or by a QR code,
in methods shop.order.add, shop.order.save, shop.order.saveItem added the option to specify product codes as part of the items parameter,
improved descriptions of API methods for testing in the API Explorer app.