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"]

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *