Open amount and description

audreygonemad
New Community Member

My paypal gateway shows an editable open amount and description when an order is sent to paypal from opencart website.

Login to Me Too
1 REPLY 1

MTS_Jennifer
Moderator
Moderator

Typically if an open amount and description is seen when payment attempts are being made, this means that the amount that is being passed to PayPal is 0.00.

 <input name="amount" type="hidden" value="0.00" /> - example of the what the code looks like

Below is an example:

2018-02-09 10_22_07-PayPal Checkout.png

Below is the link to the variable reference:

variable reference

 

To correct this issue, your button or shopping cart must pass in a valid amount greater than 0.00.

 

Thank you,

Jennifer

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.