Ajax Based Add Product to Wishlist and Compare Products

In this blog post we will see how to make “Add to Wishlist” and “Add to Compare” operations ajax based.

In both product page and category page we will make the required changes for this. Read this full

Ajax Based Product Add to Cart from Category Page

In this blog post we will see how to add products to shopping cart directly from category page using ajax operations.

We would be able to add all product types simple,configurable,bundled,grouped, virtual and downloadable from the category page itself. For the products which require options to be selected before adding to cart e.g configurable,bundled etc , a lightbox iframe window will show up showing the options to be selected by user with a ‘Add to Cart’ button. Read this full

Add Product to Shopping Cart using Ajax

In this blog post, i will show how to add product to shopping cart using ajax, we will use jQuery library for ajax operations

By default, in magento the add to cart process is a simple form submit, so the page get reloaded. It would be much faster if we didn’t have to reload the entire page. Read this full