Closed (fixed)
Project:
Ubercart 2 VAT support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 14:39 UTC
Updated:
30 Dec 2012 at 12:43 UTC
I have tried with both uc_vat-6.x-1.1 and uc_vat-6.x.1-x-dev and both have the same result with the latest -dev release of Ubercart (20 Oct).
Under "Payment method" the progress bar stays on constantly and the "Free order - payment not necessary." option doesn't get hidden (screenshot attached).
Seems to be a javascript problem but there are no javascript errors thrown up in Firebug or Chrome Developer Inspector.
Disabling the uc_vat module makes the checkout work as it is supposed to.
| Comment | File | Size | Author |
|---|---|---|---|
| uc-vat.jpg | 46.88 KB | jamestombs |
Comments
Comment #1
longwaveNot sure what would cause this; I've just been doing a bunch of tests with uc_vat, uc_coupon and uc_free_order installed when looking at http://drupal.org/node/920564 but never saw this occur. As you say it sounds like a JavaScript failure somewhere, or perhaps a "page not found" on the AJAX callback URL - is anything relevant logged in your Drupal or web server logs?
Comment #2
jamestombs commentedFrom what I remember there were no errors generated. I will try again tomorrow completely uninstalling it.
I guess there is a chance that there is a JS conflict with another module somewhere.
Comment #3
jamestombs commentedFound the problem.
The option "Hide the "Subtotal" line item at checkout." was checked in VAT settings which caused the progress bar to stay. Unchecking the box solved the issue.
Comment #5
jvieille commentedI had to check and un-chechk "Hide the Subtotal line at checkout" to get rid of this error...