Is it possible to use Paypal Express Checkout without sending the whole order details? -


i have experienced problem similar this question, while trying make discounts work setexpresscheckout.

i've resolved use method accepted answer's author suggests: creating additional product named "discount" negative value.

this not bad, i'm getting fed have accommodate paypal changes make on cart, , send whole cart amazon when customer has had plenty of opportunities check while on website , wants pay.

i prefer send customer blank paypal payment page, without cart on left.

is possible paypal express checkout? alternative?

if go thru paypal express checkout possible give discount

enter image description here

(1) – item name. item name can identify item distinguish other line items in order.

(2) – item description. field identifies of several items buyer purchasing. example, may offering item in different sizes. knowing size helps buyer decide whether 1 selected appropriate. if item ebay auction item, recommended provide phrase "ebay item" in field.

(3) – item number. each item can further identified item number. if item ebay auction item, recommended provide ebay item number in field.

(4) – item unit price. field specifies how 1 unit of item costs. can positive or negative value not zero.

(5) – item unit quantity. field identifies number of units buyer ordering. paypal calculates value in amount (6) column product of line-item unit price , line-item unit quantity. can show other detailed information order:

(7) – item total , tax, total of items in order , tax, respectively.

(8) – shipping , handling, sum of shipping , handling amounts.

note: must determine actual shipping , handling amounts. (9) – shipping discount. if buyer receiving discount on shipping, value appears credit in field.

(10) – insurance. field shows insurance fee when there insurance on shipping.

(11) – total. total of order, including shipping, handling, tax, , other price adjustment-related items.

visit link ...to more info https://developer.paypal.com/docs/classic/express-checkout/integration-guide/eccustomizing/


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -