Versions Compared

Key

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

...

Prerequisites are located in the menu on the left.

Voyado coupons only available in the assigned sales channel (POS, POS API or both)

(RTP-29204

Voyado coupons that is marked in Voyado as only available in web shop will be visible only in web shop (through the POS API). Similarly, coupons marked available in store (in Voyado) will only be available in POS in physical stores. Lastly, if a coupon is marked in Voyado as available both in store and in web shop it will be visible both in POS and in the web shop (through the POS API).

Car Wash handling-Fuel Vouchers printing

(RTP-27529)

When using car wash article ( based on Epsilon ) Value code is added to the item, then when paying for the receipt QR code is being printed aside to the normal receipt.

Improvements POS

Area

Description
Bank

Translated error messages relevant to PSDK pay terminal solution (RTP-28560)

We have made translations for 2 specific display text lines as they are shown in EG POS. The texts are sent from a PSDK pay terminal solution and may occur when presenting payment card, when e.g. card's magnet stripe is not correctly read, or terminal tells customer to present card in a different way (NFC or chip).

Dispatch order

Redeeming Voyado coupons when paying Dispatch orders in POS (RTP-27472)

When placing a web order/dispatch order in POS it's possible to use Voyado coupons when paying for the order. Previously coupons could not be redeemed as part of the payment process.

POS Configuration: 

Info
title[Caution]

To be able to use Voyado coupons with item specific discounts, the parameter 'IncludeCustomerOrderInPriceCalculation' must be enabled (True). We do NOT recommend enabling this parameter because it will cause a price recalculation of the customer order when payment is initiated! This will cause freight to be recalculated and free freight might be set to full price. Other discounts will also be recalculated and the order total might be unintentionally altered as a result.



Loyalty

Support using https in endpoints when searching member in Bridge / Loyalty (RTP-28458)

Endpoints used by EG POS for searching members in Bridge / Loyalty may now use https as well as http.

POS configuration:

Relevant existing parameters: BridgeMemberWSUrl, BridgeWSUrl and BridgeGiftVoucherWSUrl.

Only optional coupons in the 'Select optional coupons' view. (RTP-28642)

Only optional coupons will be visible in the 'Select optional coupons' view. Previously, both optional and non-optional coupons would be visible it this view, causing the view to open automatically when entering tender view even if the only coupon for the member was non-optional (redeem automatically). This happened if 'ShowOptionalCouponsOnTender' was enabled (True).

Orders

Click & Collect orders without mobile number on customer (RTP-28886)

If the customer used in a Click & collect order does not have a mobile number, POS will not try to send an SMS with order status. It will still be possible to create the order.

Creating Customer Order without Mobile Number on customer (RTP-28373)

A Customer order can be created without mobile number attached to the customer. Previously, a bug caused EG POS to try to send an SMS for normal customer orders that were created in POS. SMS will still be sent for click and collect orders (if configured).

Price calculation

Combination of campaign price, line discount and a coupon (RTP-28574)

When there is a combination of campaign price, line discount and a coupon for one and the same item in a receipt the price calculation for this is now correct. 

POS Configuration:

Relevant existing parameters: 'ManualDiscountMode' = 'OnTopOfCampaigns.

Reserve & Collect order

Redeeming Voyado coupons when paying Reserve & Collect orders in POS (RTP-28760)

When paying a Reserve & Collect order in POS it's possible to use Voyado coupons as part of payment. Previously coupons could not be redeemed as part of the payment process for any customer orders.

POS Configuration: 

Info
title[Caution]

To be able to use Voyado coupons with item specific discounts, the parameter 'IncludeCustomerOrderInPriceCalculation' must be enabled (True). We do NOT recommend enabling this parameter because it will cause a price recalculation of the customer order when payment is initiated! This will cause freight to be recalculated for web orders and free freight might be set to full price. Other discounts will also be recalculated and the order total might be unintentionally altered as a result.


Self-service

Allowing only limited item quantity in combination with delayed age control (RTP-28904)

For items which are allowed to be sold only with a limited quantity the limitation now works also when age control is delayed, like in e.g. self-service POS.

POS Configuration:

Relevant existing parameters: 'MaxArticlesRequirementId' and 'DelayItemRequirementVerificationUntilPayment'.

Voyado integration

Improved receipt format when sent to Voyado (RTP-28749)

A correction of the receipt format sent to Voyado ensures that the transaction does not fail when imported to Voyado. Previously, transactions with Reserve & Collect orders where a member was specified but no coupons was redeemed, would fail import to Voyado because the format of the 'usedPromotions' node was incorrect.

Improvements POS Server

Area

Description
POS APIOnline return fails if item is paid before delivery (RTP-27489)

When returning an item, which was bought with a discount, via the NewCartWithItemReturn method, it no longer fails when the IncludeDiscountsInOnlinereturn=True.

Coupon texts from Voyado (RTP-25045)

Coupon response contains title and description from the Voyado portal instead of the offer name from Promotions.

Changes in DeliverCartItem when splitting a line item (RTC-35325)

When splitting a line while delivering items (using DeliverCartItem), item and price information is no longer taken from the database but from cache instead.