Closed (fixed)
Project:
Ubercart Pay After Checkout
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 13:33 UTC
Updated:
2 Sep 2014 at 02:10 UTC
Jump to comment: Most recent
When the payment moves into the review screen, the tax is listed, but it is not applied to the total.
I checked, and it is being applied in a regular checkout workflow.
Screenshot attached.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-09-20 at 1.33.08 AM.png | 19.64 KB | nzcodarnoc |
Comments
Comment #1
nzcodarnoc commentedIn uc_payafter.module
In this function:
function uc_payafter_form_alter(&$form, $form_state, $form_id)add the following
I don't know why that function wasn't being called, but without it the line item stuff just doesn't work.
Comment #2
matthandI've added this code but there's an internal server error afterwords. Any chance you can be more specific in how to insert the code? Thanks much!
Comment #3
stewart.adam commentedI have updated the module and homepage with a patch to correct the tax calculation issue. The latest git (7.x-1.x) also several additional fixes that should help the form AJAX magic that happens on checkout.