WOOT - WooCommerce Active Products Tables v.2.0.3

Products tables makes focus for your buyers on the things they want to get, nothing superfluous, just what the client wants, and full attention to what is offered! Convenience of choice in your shop products for your customers, means benefits for your business. WOOT - Focused and constructive way to sell online!


Thanks you for buying of my plugin. I hope it's will give for your site more clients and increase your shop sales!

  1. Go to your codecanyon account on page download to get the plugin bundle
  2. Unpack downloaded codecanyon bundle zip
  3. In your wordpress site go to: http://YOUR_SITE.com/wp-admin/plugin-install.php?tab=upload
  4. Press there button 'View'
  5. Find unzipped codecanyon folder, open it, find there woot-products-tables.zip and select it
  6. Press 'Install Now' link
  7. Wait a little
  8. After installation finish press 'Activate Now' link
  9. WOOT page on: http://YOUR_SITE.comwp-admin/admin.php?page=woot

What to do after the plugin installation and how to play with it to understand what features combination will bring your shop maximum benefits?!

Examples of actions:



On the product single page you can add different tables and buttons:


You can insert WOOT link into your site main menu and show in popup products table with the hottest products, see the demo 'Hottest Products' on the menu.


You can create new page and use it as catalog of your products OR as catalog of products of your partners (according to refferal program, external products): https://demo.products-tables.com/audio-referrals/


You can create new table, set its settings, and start spreading your shop products on another sites without any plugin installation - even on simple HTML templates: https://inbuilt.products-tables.com/. Remote content allows to distribute your products on any sites, and also redistribute loading on your servers as you can share products from your different sites and servers! Read here about how to realize such one scenario.


You can paste into articles tables of products which are packed into tabs: https://demo.products-tables.com/custom-set-of-the-tables/ - read here how.


Using shortcode [woot_compare_btn] you can place into the articles more advanced information about your shop products, what leads to make clarification about the products for your site users, and increases sales opportunities.


If on your site using multivendor plugin, you can use tables shortcode with attribute 'author' [woot author=23] to display a vendor products on the special pages.


You can place shortcode [woot_single_btn] into the single product content to make focus of the customer on the products features.


Main shortcode which draws products table. Can be used without attributes using default values. With attribute 'id' (table id) used to display created tables in the plugin backend. All attributes has higher priority than the settings in the backend!

Attributes:


Some examples of  mixeed using:


See more shortcodes here





On the same tab bottom 2 buttons:


Settings tab is extendable by hooks: woot_extend_settings and woot_extend_settings_default

 


This tab appears only if to set value in tab Settings -> Languages. On the screen above value is: en_US,ru_RU,es_ES.

In the tab "Vocabulary" it is possible to translate words which you applied in the tables columns and also taxonomies terms. In behind the scene it works through function WOOT_Vocabulary::get($word) which can be used in extensions.

To add a word into Vocabulary use button "Create" and write there exact word or sentence you want to translate. To find any word quickly use text input on the table top.


This tab is for adding columns to the current table. "Prepend column" adds new column on the table top, "Append column" adds new column to the table bottom. After new column creation use drag-and-drope icon to change its position if nessesary.

Each column has its own options such as color and background color.

Some of the columns can has its personalized options, for example title also has column options:

Personalized columns options can be added by hook woot_ext_column_fields_options.

More than 40 predefined column fields is possible to display:


In this tabs you can add meta fields, and then select them in tab "Columns"

This tab gives ability for current table create filter form. Next fields available:

Each filter field, except of couple ones, has its own options:


Using mouse drag and drope fields you need for filter form, check and change selected fields options.

Predifinition allows to display prefiltered products by default. For example if you want to show in the current table only red shoes you can set in field "Included taxonomy" next syntax construction: product_cat:25|pa_color:19|rel:AND - take products which are in product category 25 AND in product attribute 19.

Predefinition allows to generate relevant tables for shop articles about special defined products.

Example: https://demo.products-tables.com/audio-referrals/


In this tab admin can set any CSS rules related only to the current table. To save CSS code use button on the left or press CTRL+S.

You can use custom CSS for small changes, but for quite big the table restyling its recommended to use table skins.


All options related to the current table can be found here.

WOOT actively uses hooks what allows creating additional extensions such like:

Main hooks are:

Use extensions above as an examples for creating your own. If you have questions write request to support please.

WOOT allows to create skins and apply them on any its products tables.

Default skins are in: skins/skin-1.css, skins/skin-2.css, ..., skins/skin-11.css

To add your own skin into the system create folder 'woot-skins' in the folder of the current wordpress theme, create file there, for example 'my-custom1' and write there CSS code using the code below as an example:


Important: do not forget rename CSS variables as on the screens above!

Set your colors as variables and values on the file bottom and enjoy the results!

Enable skin on the Settings page:

Or use attribute skin, for example: [woot skin='my-custom1']

All words wrapped in wordpress function '_e' or '__'. So it is possible localize it for any language.
Use Loco Translate plugin for this.