Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Add to Cart


Add to Cart 0.6

This very simple plugin implements visual effect of adding something to cart (busket). Visually it's similar to Microsoft Word post-save visual effect, when a gray rectangular of page moves down to the toolbar.

Fixes (thanks to Fab):
- CSS background color constant for IE
- changed shadow parent node - now it's a child of BODY

Add to Cart 0.5

This plugin implements visual effect of adding something to cart (busket). Visually it's similar to Microsoft Word post-save visual effect, when a gray rectangular of page moves down to the toolbar.

Containers ID massed be given as parameters, not jQuery objects.
Containers must be included in other block tags.

Example of usage:

<input type="button" value="Add to cart" onclick="$.add2cart( 'product1_id', 'cart_img_id'  )" />

Add to Cart 0.1

First blood. Does what it's supposed to do.