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.

CommentFileSizeAuthor
uc-vat.jpg46.88 KBjamestombs

Comments

longwave’s picture

Status: Active » Postponed (maintainer needs more info)

Not 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?

jamestombs’s picture

From 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.

jamestombs’s picture

Status: Postponed (maintainer needs more info) » Fixed

Found 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jvieille’s picture

I had to check and un-chechk "Hide the Subtotal line at checkout" to get rid of this error...