In order to create the quick order tables or search you need to setup pages and enter the shortcodes there.

Example: Quick Order Search

If you want to create a quick order search page, you should use the following shortcode:

[woocommerce_quick_order_search]

Quick Order Table (All products)

If you want to create a quick order table page with ALL products, you should use the following shortcode:

[woocommerce_quick_order_table order="DESC" orderby="menu_order"]

Quick Order Table (Specific Categories)

A quick order table page only for certain categories can be achieved like this:

[woocommerce_quick_order_table categories="PRODUCT_CATEGORY_ID1,PRODUCT_CATEGORY_ID2,PRODUCT_CATEGORY_ID3" order="DESC" orderby="menu_order"]

Quick Order Table (Specific Products)

And only specific product IDs:

[woocommerce_quick_order_table products="PRODUCT_ID1,PRODUCT_ID2,PRODUCT_ID3" order="DESC" orderby="menu_order"]

Quick Order Table with Split Categories

And only specific product IDs:

[woocommerce_quick_order_table categories="PRODUCT_CATEGORY_ID1,PRODUCT_CATEGORY_ID2" splitcategories="1" order="DESC" orderby="menu_order"]

2 comentarios de “How to use Quick Order Plugin (Shortcodes)

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *