コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Price value in Adobe Recommendation

Avatar

Level 3

We are running recently viewed recommendation activity and we are passing "price" value in mbox parameter as entity.value (whole number only). We are using this value in Design. Problem is, the price is shown in with decimal value only. Why by default the values are coming in decimal.

1 受け入れられたソリューション

Avatar

正解者
Employee

praveshn57004778​ This is not explicitly mentioned in our documentation but if you check Entity attributes  you can see that entity.value is denoted with a decimal and also Customize a design using Velocity  has an example to change the decimal to a comma in the design.

元の投稿で解決策を見る

3 返信

Avatar

Employee

praveshn57004778​  entity.value is a float in Recs but you can format it as a whole number in the design template. Or if you want it to be formatted differently on the storage side, they you can pass it in a custom field and not as entity.value.

Hope this helps answer your question.

Avatar

Level 3

Shruthi Naomi​ Thats helpfull. Can you provide a document stating the same as i have seen in many forums where customer are saying the otherwise. It would be really helpfull

Avatar

正解者
Employee

praveshn57004778​ This is not explicitly mentioned in our documentation but if you check Entity attributes  you can see that entity.value is denoted with a decimal and also Customize a design using Velocity  has an example to change the decimal to a comma in the design.