**Plugin Name:** Easy Digital Downloads Product Table

**Plugin URI:** https://wordpress.org/plugins/edd-product-table/

**Description:** A simple plugin that will help you build Product Table for Easy Digital Downloads

**Author:** AddonMaster

**Author URI:** https://addonmaster.com/about-us/shuvo

**Version:** 1.1.1

**Text Domain:** eddpt

**Domain Path:** /lang


![Banner](https://ps.w.org/edd-product-table/assets/banner-772x250.png)

## Features:
* No need to put any code on theme files
* No need  add_action or add_filter hooks
* Plug and Play
* Customizable Shortcode
* Shortable Table
* Add to cart button
* Quantity Button
* Product Thumbnail
* Variable Price Support
* Product Title column
* Content Column
* Price sorting

**Default Shortcode**
<code>[eddpt]</code>

 **Hide table header**
<code>[eddpt thead=false]</code>

**Hide table footer**
<code>[eddpt tfoot=false]</code>

**For hide any column use the column key in shortcode like this.**

**Hide Thumbnail column**
<code>[eddpt hidecol=thumbnail]</code>

**Hide content column**
<code>[eddpt hidecol=content]</code>

**Hide title column**
<code>[eddpt hidecol=title]</code>

**Hide price column**
<code>[eddpt hidecol=price]</code>

**Hide Add to cart button column**
<code>[eddpt hidecol=cart]</code>

**Hide multiple table column**
<code>[eddpt hidecol=thumbnail,content,title,price,cart]</code>


## Frequently Asked Questions

 **How I use this**
Just install and Use this <code>[eddpt]</code> shortcode anywhere.

**I need some custom help?**
Contact: akhtarujjamanshuvo@gmail.com

**Questions/Suggestions/Support?**
Create Topic in [Support forum](https://wordpress.org/support/plugin/edd-product-table/) or Create issue on [Github](https://github.com/akshuvo/edd-product-table/issues)

## Installation
How to Product Table - Easy Digital Downloads.

*Using The WordPress Dashboard*

1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'Product Table - Easy Digital Downloads'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard


## Changelog

= 1.1.0 =
*14 Feb 2021*
- Capability Check

= 1.0.1 =
*29 Oct 2020*
- Code fixed
- Table colum hide option: [eddpt hidecol=thumbnail,content,title,price,cart]
- Shortcode extends

= 1.0.0 =
- Initial release.