=== RockOn Woo Variations Table ===
Contributors: 		devikas301
Tags: 				woocommerce, variations, table, rockon, shortcode, vs
Requires at least: 	3.6
Tested up to: 		5.6
Stable tag: 		1.0
License: 			GPLv2 or later
License URI: 		http://www.gnu.org/licenses/gpl-2.0.html

Simple plugin. Show variations product in table format using shortcode.

== Description ==

This plugin showing the variation product in table format. Shortcode able.


== Installation ==

Use WordPress Add New Plugin feature, searching "RockOn Woo Variations Table", or download the archive and:

1. Unzip the archive on your computer  
2. Upload `ron-woo-variations-table` directory to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Use shortcode & show variations product on anywhere

 == Screenshots ==

1. Showing product in table format in the front-end.
2. Shortcode example

== Shortcode ==
id is a product id & id field is req.
thead, Showing thead att. in table head area

 <code> 
  [rovartable id='1,2,4']
  [rovartable id='1,2,4' thead='Tittle,Color,Size,Basket']
 </code> 