簡體   English   中英

Paypal購物車詳情如何顯示總金額

[英]How to display the total amount in Paypal shopping cart details

In the Paypal shopping cart details, is there a way to display the total amount (unit_amount * quantity) instead of unit_amount only in my case I want to display 13.00€ instead of 6.50€ I'm using the javascript SDK

items: [{
  name: '2 x Gauffres',
  description: 'Chantilly, Nutella',
  unit_amount: {
    currency_code: 'EUR',
    value: 6.50
  },
  quantity: 2
}]

截屏

由於您在名稱中包含一個數量(2 x Gauffres),您可以想象設置數量:1 並將值設置為 13。這將是更改屏幕截圖顯示內容的唯一方法,但由於數量可能會更加混亂:1 會在某些視圖中顯示。


單獨的登錄體驗在不同的地方顯示 unit_amount*quantity 和單個 unit_amount,所以就是這樣。

在此處輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM