开发者 |
codersaiful
codeastrology |
---|---|
更新时间 | 2021年6月22日 17:46 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.7.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[Product_Table ID='123' name='Table Name']
ID - will be post's ID(required).It will generate automatically when you create your table.
name - only for identifying your table's shortcode.(Optional)
See Demo || See Features || Pro Features || See Pro
This plugin will help you to show All product in 1 page as Table. Also able to change/customize. Go to: Dashboard->PRODUCT TABLE . If you found any issue, Please inform me to codersaiful@gmail.com.
Columns/Item Load from Theme/ChildTheme
To get Item's Template From Active Theme, Use following Directory.
[YourTheme]/woo-product-table/items/[YourItemFileName].php
Suppose: Item name is price, than location/directory from theme will be:[YourTheme]/woo-product-table/items/price.php
Have a looks in short
https://www.youtube.com/watch?v=ZloiY3NRmW8
Pro Version's Features
/wp-content/plugins/woo-product-table
directory, or install the plugin through the WordPress plugins screen directly.To see your all products as a table in a page by shortcode.User friendly interface with easy options.If you want to increase user engagement in your site then it's the best solution.
Default Shortcode is [Product_Table id='123' name='Home Table'] as well as also able to change. Go to Product Table page from dashboard.
Yes. You can set the product limit to show in yout able. Eg. You have 100 products in your site then you can easily show 50 of them.
Install and activate. Then go to ( Dashboard -> Product Table-> Add New ). Give a suitable name of your table. Configure your table according to your need and click publish. Finally, copy the shortcode and paste it to your desired page or post. That's it. So easy, Right !!!
You can easily show specific category products. While creating new table click on the basic tab. You will find an option to select your category. You can also choose multiple categories.
Yes. Product Table for WooCommerce will adapt with your theme design.
add_action( 'woocommerce_before_add_to_cart_quantity', 'wpt_add_custom_message_field' );
wpto_item_final_loc
Added