nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Gift cards. Better support for multi currency.

Open DB-TORGA opened this issue 2 years ago • 0 comments

nopCommerce version: 4.4

Steps to reproduce the problem:

Gift card notification email is always generated and send to customer using nopcommerce store base currency and base currency amount.

This can confuse webshop customers, for example customer buys a EUR 100 gift card, but customer recieves an email showing amount USD 110 .

Idea to fix the problem: in GiftCard table , add new columns for GiftCard.OriginalPurchaseCurrency and GiftCard.OriginalPurchaseExchangeRate.

Then the Gift card notification email can be generated using GiftCard.OriginalPurchaseCurrency and value as GiftCard.OriginalPurchaseExchangeRate x GiftCard.Amount

DB-TORGA avatar May 13 '22 09:05 DB-TORGA