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
- 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
[eddpt]
Hide table header
[eddpt thead=false]
Hide table footer
[eddpt tfoot=false]
For hide any column use the column key in shortcode like this.
Hide Thumbnail column
[eddpt hidecol=thumbnail]
Hide content column
[eddpt hidecol=content]
Hide title column
[eddpt hidecol=title]
Hide price column
[eddpt hidecol=price]
Hide Add to cart button column
[eddpt hidecol=cart]
Hide multiple table column
[eddpt hidecol=thumbnail,content,title,price,cart]
How I use this
Just install and Use this [eddpt]
shortcode anywhere.
I need some custom help? Contact: [email protected]
Questions/Suggestions/Support? Create Topic in Support forum or Create issue on Github
How to Product Table - Easy Digital Downloads.
Using The WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'Product Table - Easy Digital Downloads'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
= 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.