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.
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
Comment #1
erik seifert commentedHmmm,
Next feature i planing is to make the cart view ajaxible. Could be there.
Comment #2
asak commentedsubscribing.
Comment #3
erik seifert commentedSo 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
Comment #4
ARray commentedawesome )
Comment #5
chourmovs commentedsuscribe :)
Comment #6
asak commentedWo-ho!
Comment #7
erik seifert commented- 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
Comment #8
asak commentedAny update...?
Comment #9
erik seifert commentedNo ;- ) No time now. There are several issues. But i go to a new relaese with a stable release from ubercart. Stay tuned ;- )
Comment #10
zach harkey commentedUggh. 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
Comment #11
Amarjit commentedComment #12
nelslynn commentedSubscribed
Comment #13
udig commentederikseifert Hi,
Can you please share the trial code with the rest of us? we're in the dark here... :-)
Thanks.
Comment #14
pieterdcWe have
- Ajax remove
- Automatically update cart block if in page
We're still missing
- Ajax update quantity
at the cart block.
Almost there ;-)
Comment #15
pieterdcTake 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.
Comment #16
stewart.adam commentedAjax 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).
Comment #17
lucasvm commentedit would be nice!