Quick Order Category Table
For creating category table form, with products from one category, use shortcode
wqo-category
Category id - catid
This attribute define id category, which will be selected.
Limit products - limit
Define, how much products you want to display.
Hide product image - hide
If is used hide=”image”, product thumbnail will be removed.
Redirect after submit - redirect
After submit form, you can redirect user. Values: no, cart, checkout.
Category table shortcode example
Product category id. With limit you an display only 10 results.
[wqo-category catid="9" limit="5"]
Products table by tag id
Product category id. With limit you an display only 10 results.
[wqo-category tagid="9" limit="5" cols="'image,name,sku,price,qty"]
On sale products table
On sale product order by menu order.
[wqo-category onsale="yes" limit="5" cols="'image,name,sku,price,qty" orderby="menu_order" order="ASC"]
Featured products table order by title
Featured products, order by title, with short description.
[wqo-category onsale="feature" limit="5" cols="image,name,shortdescription,sku,price,qty" orderby="title" order="ASC"]