Active
Project:
UC Discounts
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2009 at 19:52 UTC
Updated:
15 Jan 2009 at 21:22 UTC
I am using the module Order Total
When checking out an order of more than one product, the "payment details" box is not shown, not allowing the completion of the transaction.
Thank you
Comments
Comment #1
fxarte commentedHi people
It seems to be related to the fact the function getTax() is not defined.
please have a look here:
file: uc_discounts.module
function: uc_discounts_line_item_calc
to avoid this error I included a dummy function getTax. In the template.php file I included this code:
I guess some JavaScript is missing.
Also, shouldn't the code needs a semicolon after the call to the function "set_line_item"?
thanks