Versions Compared

Key

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

Released 07.05.2024

Support EANs that allows to add price discount to the specific item

(RTP-28029)

Support for EANs with format defined in POS Configuration Parameter DiscountLabelRegEx is added to methods NewCartWithItems, AddItem(s)ToCart. 

Expand
titleConfiguration
POS Configuration 

New parameter: DiscountLabelRegEx

Configures a Regex for a new item price discount.

Example value:

Image Added

Parameter is set to recognize 20 digit barcodes where digit 14 is zero. First 13 digits in the barcode is EAN. Last 6 digits in the barcode is the new price. Where enter for example 00000000060070008000, it sets a new price 80 for item with EAN 6007.

Override fixed price in cart

(RTP-28029)

When AllowLineDiscountOnFixedPricedItems POS parameter is set to true, it is possible to change price if an item with fixed price.

...

Released 02.05.2024

...

Group links for linked items

...