Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I have both the payment pane and discounts pane activated but and it shows it correctly on the checkout screen after you "review order", however when I submit the order ( I am using paypal )... it does not show the discount. If I use "other" from the payment package module it works fine. Is this incompatible with the paypal module?
Comments
Comment #1
taran2lComment #2
ryangroe commentedThe discount checkout pane is required.
It can be hidden via CSS:
#uc_discounts-pane {
display: none;
}
Same thing with the payment pane.
Comment #3
justineggert commentedI have both the payment pane and discounts pane activated but and it shows it correctly on the checkout screen after you "review order", however when I submit the order ( I am using paypal )... it does not show the discount. If I use "other" from the payment package module it works fine. Is this incompatible with the paypal module?
Comment #4
justineggert commentedI discovered the issue.
In payment settings...
Under the "PayPal cart submission method:" section,
"Submit the whole order as a single line item." MUST be selected or the discount will not transfer over
You cannot select "Submit an itemized order showing each product and description."
Comment #5
ryangroe commentedI've had trouble with Ubercart and PayPal myself. I'll look into this because I'd like to get PayPal working on my site as well.
Comment #6
Zalatar commented**Subscribe**
Comment #7
ezra-g commentedThis is by design. See http://drupal.org/node/576324.