1) Empty cart
2) Go to cart page (/cart)
3) Add a product to cart (for example, using a Cart Link, or with an add to cart button from a block)
4) Ajax Cart block is updated, but cart form is not.

This due Ajax Cart relies in the id #cart-form-pane to locate cart form, but Ubecart doesn't add this id when showing an empty cart form (no form is shown at all).

Comments

tunic’s picture

Status: Active » Fixed

Fix uses hook_theme_registry_alter to set its own theme function to add that id to the empty cart page markup.

Commited to dev.

Status: Fixed » Closed (fixed)

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