Hello,

I am working on a module which is very similar to this module (Ajax Add to Cart). Actually I started working on this module more than a year before, but did not got time to do a full release (my bad :p, always stuck in client projects)

I saw in the module page that it will be providing buttons to remove products from cart preview. Ajax Add to Cart module already provides this feature and I am planning to add an extra feature i.e. select quantity of products that will be removed from cart (https://drupal.org/node/1844398). Also Ajax Add to Cart module provides cart preview block that you can place in any region of site, unlike yours which only appears at the top. This is an additional feature in Ajax Add to Cart.

I have also seen that your implementation is quite different from Ajax Add to Cart.

So, is it alright to have separate modules with same functionality with different features and usage (almost). Or I guess I would work on your module and try adding a patch for product removing buttons. Please note that developers may have different requirements, they may want to show cart preview elsewhere in site, at least I have seen sites like that :) If you are planning to do something similar, please tell me :) it would be good to submit a patch rather than having different modules.

Comments

joelpittet’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev

@subhojit777 thanks a bunch for letting us know about your awesome module. I'd love to merge the feature set. I'm just trying to get things into a bit of a more functioning state because there is some great work here for caching and translation but the UX is lacking a bit.

Delete option would be a great feature to add from within the popup.

Would you be interested in posting a patch to help consolidate the two? Sorry for the delayed response:(