Closed (duplicate)
Project:
Ubercart Discounts (Alternative)
Version:
6.x-1.0-beta32
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 15:39 UTC
Updated:
26 Nov 2009 at 17:51 UTC
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.