For example, products list will looks like this:

Name In Cart
Product1 - 0 +
Product2 - 1 +
Product2 - 0 +

So product quantity should be updated at ajax_cart and in the list too.

Comments

erik seifert’s picture

Assigned: Unassigned » erik seifert

Hmmm,

Next feature i planing is to make the cart view ajaxible. Could be there.

asak’s picture

subscribing.

erik seifert’s picture

So folks first private beta shows this is no problem. So i think this feature will be in next release.

I think about this:

- Ajax remove
- Ajax update quantity
- Automatically update cart block if in page

ARray’s picture

awesome )

chourmovs’s picture

suscribe :)

asak’s picture

Wo-ho!

erik seifert’s picture

- Ajax remove
- Ajax update quantity
- Automatically update cart block if in page

Hmmmpfff.

There is no release to see. But a demo Site with new functionality http://shaque.net/catalog

asak’s picture

Any update...?

erik seifert’s picture

No ;- ) No time now. There are several issues. But i go to a new relaese with a stable release from ubercart. Stay tuned ;- )

zach harkey’s picture

Uggh. I've been trying to figure out how to configure this module to remove items from the cart with ajax ever since I saw it work so beautifully in the module demo: http://shaque.net/catalog.

Now I read that this feature isn't even available for download in the dev version.

So frustrated.

Any chance you could commit that one feature? It works so well in your demo.

Zach

Amarjit’s picture

nelslynn’s picture

Subscribed

udig’s picture

erikseifert Hi,

Can you please share the trial code with the rest of us? we're in the dark here... :-)

Thanks.

pieterdc’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

We have
- Ajax remove
- Automatically update cart block if in page

We're still missing
- Ajax update quantity
at the cart block.

Almost there ;-)

pieterdc’s picture

Take a look at #1211656: Unified cart appearance - eliminate the cart page for the 'Ajax update quantity' functionality.

If you really want the plus minus stuff, it'd need some more hacking, I guess.

stewart.adam’s picture

Ajax update quantity is now working on the cart page, however it is not implemented as +/- buttons (it just auto-submits the form via AJAX after changing one of the quantity numbers).

Adding +/- buttons would involve some additional theming as PieterDC posted in the previous comment, but connecting the +/- buttons to their corresponding action should now be much easier (get the current qty, -= 1 and then submit the form as uc_ajax_cart would on a stock/non-themed cart page).

lucasvm’s picture

it would be nice!