cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Localized price values in Product data file

SAPSupport
Employee
Employee
0 Kudos
272

Hello, 

 

According to the documentation (https://help.emarsys.com/hc/es/articles/214245045-Preparing-your-product-data-file#catalog-examples%...)

  • Do not include the currency
  • Localized price values are strings in ISO localized monetary format usually with 2 digit precision and rounding.

 

Could you please clarify how to inform it in case we want to to provide localized prices? For example if system currency is EUR:

  • How can I inform price_es_ES? (EUR)
  • How can I inform price_en_UK? (GBP)

 

Thanks in advance.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

In order to achieve this, you will need to create a new column on the product data file for each localized price. For example:

  • EUR price: price_es-ES
  • GBP price: price_en-GB

Then, depending on the feature you will use later, the localization is handled differently. With email campaigns, for example, you will create a new variant for each IETF language and use the different variables accordingly.

I suggest you to check the SAP Emarsys Help page to see the localization methods for each functionality you would like to use when needed to better understand how each tool handles localization.