# WooCom Add Multiple Products `master`
A plugin for adding bulk product by SKU or product name to cart when you're in cart.

# Description

This plugin adds the functionality to add bulk products from one input. It adds an input field at the end of cart page. From this input field you can add multiple products to cart by Ajax request. Enjoy.

And you also can use shortcode to use the plugin other places. Just place the shortcode where you wanna put the input form and it's done !!! 

# Shortcode

<pre><code>[wamp_product_input]</code></pre>

# Installation

1. Upload `woocom-add-multiple-product` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

## Frequently Asked Questions

### Is it use ajax for adding product to cart?

Yes. It use ajax for adding product to cart.

### Can I use this outside cart?

Yes. Use the shortcode. Just place the shortcode where you wanna put the input form and it's done.

### Can I add multiple products from the input?

Yes. You can.

# Changelog

## 3.0.0
* Heavily refactored
* PHP Codesniffer checked. Almost all the WordPress VIP rules followed.
* Full new structure.
* Modern PHP principle followed.

## 2.0.0
* Boilerplate added
* PHPDoc generated.
* Structured code.

## 1.0.9
* Shortcode added.

## 1.0.0
* Initial version.