Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Aug 2011 at 19:56 UTC
Updated:
17 Aug 2011 at 20:01 UTC
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
Comment #1
tunicFix uses hook_theme_registry_alter to set its own theme function to add that id to the empty cart page markup.
Commited to dev.