开发者 | woobewoo |
---|---|
更新时间 | 2024年11月2日 06:14 |
捐献地址: | 去捐款 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 5.9 |
First, you should install it. Then, to create the first Data Table you need:
The product table includes the following columns: Name, Thumbnails, Categories, Featured, Price, Color, Size, Customizable, Date, SKU, Rating, Stock status, Attribute, Summary, Buy button. You can make your custom column if you click an edit icon and change a title. The plugin uses the product data already created by WooCommerce itself. This means that you can add products to WooCommerce manually or import them using a CSV/XML import plugin, and they will display in the product table. All information about the Main table settings and options you can find in our tutorial.
The responsive mode is the practice of designing a website that provides a nice and proper view, adapts to the screen dimensions, and works properly on a range of different devices PC desktops, mobile phones, tablets. Responsive mode is the practice of designing a website that provides a nice and proper view, adapts to the screen dimensions, and works properly on a range of different devices PC desktops, mobile phones, tablets. The plugin provides 4 different modes of Responsive design according to your needs: Standard, Automatic column hiding, Horizontal scroll, and Disable Responsivity mode. More info you can find here in the article Responsive mode.
To add a product table go to the Product Table Plugin and use shortcodes from the list of tables or copy shortcode above the main tabs. There are available Table Shortcode and PHP code.
To add the custom field to the product table, you need to follow these steps: First, you need to create the custom field that you will use to add the data in the Advanced Custom Fields plugin (free).
Create custom taxonomies quite easily using Custom Post Type UI that is fully compatible with the WooCommerce Product Table. With the help of taxonomies, you can store and show extra product data. So, they are designed to store re-usable information that can be used to group and filter products. You can also use taxonomies to filter products using the WooCommerce Product Table plugin. Follow this step by step tutorial to create taxonomies, add them to the product and display in the table.
The plugin uses the product data already created by WooCommerce itself. This means that you can add products to WooCommerce manually or import them using a CSV/XML import plugin, and they will display in the product table. In this tutorial, you can find an instruction how to add a product to WooCommerce = How to create an order form? Order form enables users to quickly scan and compare all your products. Also, it changes how products are displayed in your store. First of all, the order form lists multiple products all on top of each other in contrast to the standard WooCommerce store, where each good takes up a relatively large amount of space. Such product displays allow customers to quickly see all the important features before they buy it. Look at detailed instruction Step by step: how to create add an order form to the WooCommerce store.