Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.0-alpha7
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2009 at 04:45 UTC
Updated:
14 Aug 2010 at 00:14 UTC
Each time I add an item to the cart, the cart collapses.
I have changed the block title to "shopping cart" so the H3 tag that said "shopping cart" in the block next to the shopping cart icon graphic does not display.
Any way, to make this not collapse each time?
Comments
Comment #1
erik seifert commentedYou have a test url for me. Should not be happen.
Comment #2
cookiesunshinex commentedtest URL is http://www.wondertrader.com
Comment #3
erik seifert commentedI understand your problem now ;- ). There will be an option "No collapsible cart" in next version.
Comment #4
erik seifert commented-> change Status.
And nice Site ;- )
Comment #5
cookiesunshinex commentedOk, great!
Thanks for your development, and thanks for the compliment.
Comment #6
k347905 commentedMeanwhile, you can use workaround. Just put:
jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();after
in uc_ajax_cart.js.
Comment #7
erik seifert commentedThis should help ;- )
Comment #8
cookiesunshinex commentedHello,
I have just upgraded to beta2. I have the same problem.
I don't remember if I had implemented your fix above before I updated to beta2.
However, when I look at uc_ajax_cart.js, I don't find exactly the section you refer to.
I find:
Is this fix still relevant, and if so, where exactly where would I put it?
Comment #9
cookiesunshinex commentedNevermind, I found your answer in http://drupal.org/node/467844
I'm closing this issue.