Gavin Ballard
Gavin Ballard
@michaelrshannon Any sense of whether this PR is good to go in? /cc @curiouscrusher
Ping @michaelrshannon :).
Hi @choujar, apologies for the delayed response on this. I have very limited time for Cart.js these days. If this is still an issue, can you please point me to...
Is there any reason adding a `data-cart-submit` attribute to the form in question wouldn't work for this use case? ([Docs](http://cartjs.org/pages/reference#data-api-data-cart-submit)).
Okay, fair enough. There is already the required logic inside the `data-cart-submit` functionality, I can look to pull it out and make it publicly accessible.
@bakura10 I have a branch to resolve this: https://github.com/discolabs/cartjs/tree/36_form. It will add two public methods: ``` /** * Expect a DOM form object. * Returns an array of [id, quantity,...
OK, great. I'll try to find some time to add tests and then merge.
Unfortunately I haven't had much time to work on Cart.js of late. That'll hopefully change later in the year. In the meantime, if this is something you really need, happy...
Hi @dhruveonmars and @KevinSupertramp, apologies for the delayed response on this. I have very limited time for Cart.js these days. If this is still an issue, can you please point...
Thanks @dhruveonmars! Is the JS code you're using for the sidebar rendering easily accessible?