Snipcart allows payment processing, shipping estimates and order management without ever letting your customers leave your website.
This plugin adds a new post
Product
type (like
Post
and
Page
) and a setting page.
The
Product
type contains additional fields used by Snipcart, like the price and product ID. Also, the title is used as the name of the product and the featured image as the product image.
The setting page is where you set you API key. You can also decide if you use shipping or not.
On the public side, the plugin adds an
Add to Cart button. It also adds a link to products in the default navigation (can be disabled in settings).
Note that you have to create an accout on
Snipcart to use this plugin. Also, when your customers are buying on your website, order information is sent to Snipcart. You can manage your orders on
https://snipcart.com.
For theme development, the type that is added is
snipcart_product
.
There are localization files for:
If you would like to contribute, for localization or other development, the GitHub repository can be found at
https://github.com/snipcart/snipcart-wordpress-plugin.