WOOT - WooCommerce Active Products Tables

[woot_single]

Special shortcode to display one product data in 2 columns. Use it to show difficult content.

Attributes:

  • id: product ID
  • columns: set table columns. Example: [woot_single columns=’id,thumbnail,title,price,sku,gallery,add_to_cart’]. All possible columns keys you can get on the plugin admin page-> tab Settings -> button “All possible columns keys” on the settings table bottom.
  • table_id: use any table ID, to get its columns set
  • variations_as: how to display variations in the single table, possible values: table, button
  • variations_per_page: products per page for variations table
  • variations_columns: columns in the variations table
  • upsells_as: how to display upsells in the single table, possible values: table, button
  • upsells_per_page: products per page for upsells table
  • upsells_columns: columns in the cross sells table
  • cross_as: how to display cross sells in the single table, possible values: table, button
  • cross_per_page: products per page for cross sells table
  • cross_columns: columns in the cross sells table
  • reviews_as: how to display reviews in the single table, possible values: table, button
  • reviews_per_page: products per page for reviews table
  • skin: skin for the table, read more about skins here

Example: [woot_single id=489 variations_as=”table” variations_per_page=4 upsells_as=”table” upsells_columns=’id,title,price’ upsells_per_page=4 cross_as=”button” cross_per_page=4 reviews_as=”table” reviews_per_page=4]

All columns for [woot_single] can be set in the tab “Settings

Also this shortcode is represented in the table cell as button.