How to Pass Order Details to the paypal-express-checkout in magento?

孤人 提交于 2019-12-11 12:42:29

问题


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.

How can I get products other details like price or total in magento?


回答1:


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



来源:https://stackoverflow.com/questions/22375258/how-to-pass-order-details-to-the-paypal-express-checkout-in-magento

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!