Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Coming next release

Module

Description

Price rules

Mix 23 (RTC-18841)

Mix 23 can have multiple discounted items. Number of items in reward section can be defined per price rule, or be editable in offer. Price rules and offers created before have number of discounted items set to 1. Name and description of Mix 23 is updated. Export of promotions and offers to JSON file updated with new mix name and numberOfDiscountedItems value.


Mix 21/22

Mix type number 21/22, 'Buy N selected items and get a discount', replaces old mix 21.

Fields to define in this mix type are:

  • Number of items
  • Min. receipt amount of other items
  • Number of times the offer can be used
  • Discount on discount
  • Discount.

Offers migrated from mix 21 have these values applied:

  • Min. receipt amount of other items = 0,00
  • Discount on discount - false
  • Discount - New price.

JSON files from export have been extended. New fields on offer/item level are:

  • 'DiscountedPrice'
  • 'MinReceiptAmountOfOtherItems'
  • 'DiscountOnDiscount'
  • 'DiscountType'.

New field on promotion level is:

  • 'MinReceiptAmountOfOtherItems'.

Release 10.01.2022

Module

Description

Configuration

Promotion type can be required (RTC-16582)
There is a parameter in the database named 'IsPromotionTypeRequired'. It's set to False by default and it specifies whether Promotion type is visible and mandatory.

  • If parameter is set to True, Promotion type is required when creating, editing or copying promotion.
  • If parameter is set to False, Promotion type field isn't visible when creating a promotion and it's optional when editing. When copying a promotion, visibility of this field depends on promotion - if promotion has promotion type, this field is visible but if promotion hasn't promotion type, this field isn't visible.

When changing the parameter in the database there is need to delete the record from local storage in the browser to see changes.

Export

Export of promotion with deleted offers (RTC-19346)

When removing 'Promotion price' offer in an approved promotion, offer items are re-exported with status 'Deleted'.

System

Access control for manage promotions (RTC-13288)

There are store roles in user management which limits access to promotion management:

  • 'View promotions' allows user to view promotions which affects prices in selected store (e.g. user can view promotions in selected store, store groups where it belongs, and all store promotions'.
  • 'Create promotion and manage draft promotions' allows user to manage draft promotions in selected store/store group. 'View promotions' permission is required.
  • 'Approve promotion and manage approved promotions' allows user to approve promotions and manage approved promotions in selected store/store group. Both of the above permissions are required.

Permissions are checked in promotion management and in item management (when creating promotion from item list view).

...