After an item is added to the cart it soon disappears if you change pages or if you refresh the page. The cart still show the total cart price but all items images and individual prices and quantities are hidden. When you refresh the page it shows up for a split second then disappears.

This has been an issue from alpha5-7.

Here is a site you can view this: http://208.43.240.10/jewelry/pierced-hand/believe-pendant

Comments

erik seifert’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have change the template ?

Here you can see alpha-7 with clickable title for open cart: http://shaque.net/catalog

Normally title should look like this:

<h2 id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;">Shopping cart</a></h2> 

You can find this template here:

uc_ajax_cart/templates/uc_ajax_cart_block_header.tpl.php

So please check your installation.

hankpalan.com’s picture

Ok so I feel quite stupid, but at the same time I don't.

The ajax part of the shopping cart that makes it collapsible is completely non-intuitive. I've been using the collapsible ajax on a number of things and I never thought once to click the shopping cart title to expand the list. I would have thought clicking on the title would have sent me to the "view cart" page.

Here is what I propose:

1. Have an option to have it not collapsible.
or
2. Have the default arrow next to the title which would lead me to think that if i clicked on it it would expand.

And honestly this is just nitpicking an awesome module. I really appreciate everything you've done with this module. Keep up the great work.

hankpalan.com’s picture

Oh and the reason my title wasn't clickable before was because I override the title under the block settings. Would there be a way to put the block title in the uc_ajax_cart_block_header.tpl.php instead of having the text hardcoded?

Ex:

<h2 id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;">"Block Title"</a></h2>

I know that's not the right code for the block title, but just as an example.

erik seifert’s picture

Assigned: Unassigned » erik seifert
Status: Postponed (maintainer needs more info) » Needs work

Thanks for your feedback.

Next Version:

- A new option for non collapsible block
- better intuitive link for open cart

erik seifert’s picture

Status: Needs work » Fixed
erik seifert’s picture

Status: Fixed » Needs work

Close because similiar bug like #643580: How to keep the cart expanded

erik seifert’s picture

Status: Needs work » Closed (fixed)

CLOSE! ;- )