问题描述
我是magento的新手.我希望将订单详细信息显示在订单摘要左侧的Paypal Express结帐页面上.当前仅保存产品名称.
I am new to magento. I wanted order details to be shown on the paypal express checkout page on the left hand side of the order summary.currently only product name is saving.
我如何在magento中获得产品的其他详细信息,例如价格或总计?
How can I get products other details like price or total in magento?
推荐答案
阅读快速结帐集成文档.
要显示产品信息,您需要指定付款明细项目类型字段,例如
L_PAYMENTREQUEST_n_NAMEm,L_PAYMENTREQUEST_n_DESCm,
L_PAYMENTREQUEST_n_AMTm,L_PAYMENTREQUEST_n_QTYm等
Read the Express Checkout Integration Documentation.
To display the product information, you would need to specify the Payment Details Item Type Fields e.g.
L_PAYMENTREQUEST_n_NAMEm, L_PAYMENTREQUEST_n_DESCm,
L_PAYMENTREQUEST_n_AMTm, L_PAYMENTREQUEST_n_QTYm, etc
这篇关于如何将订单详细信息传递给 magento 中的 paypal-express-checkout?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!