PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.78
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.78
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / extensions / Woo_Builder / widget-guide.md

widget-guide.md in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.78, at includes/extensions/Woo_Builder/widget-guide.md

36 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # WooCommerce Builder Guide
2
3 ## What it does
4 Replaces WooCommerce templates (Single Product, Product Archive, Cart, Checkout, My Account) with Elementor templates stored in `elementor_library` and tagged by `ka_woo_template_type`.
5
6 ## How to use
7 1) Create a new Elementor template from **WP Admin → WooCommerce Builder → Add {Type} template**.
8 2) In the meta box **Woo Builder Conditions**, pick the template type and set rules.
9 - Rule types: `all_products`, `product_in`, `product_cat_in`, `product_tag_in`, `product_type_in`, `is_shop`, `product_cat_archive_in`, `cart`, `checkout`, `my_account`, `always`.
10 - Values are picked with AJAX select (products, categories, tags, product types).
11 3) Set **Priority** (lower runs first). Enable the template.
12 4) Build the layout with Woo widgets (`Woo_Products_Grid`, Archive Title, etc.).
13 5) New widgets (builder-ready):
14 - Cart: `Woo_Cart_Coupon_Form`, `Woo_Cart_Empty`.
15 - Checkout: `Woo_Checkout_Steps` (Pro), `Woo_Checkout_Sticky_Sidebar` (Pro), `Woo_Checkout_ACF_Fields` (Pro).
16 - My Account: `Woo_My_Account_Dashboard`, `Woo_My_Account_Order_Details`, `Woo_My_Account_Logout`, `Woo_My_Account_ACF_Fields` (Pro).
17
18 ## Pro / Free
19 - Free applies templates only for Single Product and Product Archive.
20 - Cart / Checkout / My Account and advanced pagination/filters in grids require Pro. Pro-only items are locked with a padlock indicator.
21
22 ## Faceted filters
23 - Set a `Query ID` in `Woo_Products_Grid`.
24 - Frontend can dispatch `kingaddons:filters:apply` with `{ queryId, filters }` to reload the grid via AJAX.
25 - URL params `kng_filter[QUERY_ID][tax|attrs|price]` and Woo defaults (`min_price`, `filter_{taxonomy}`) are also honored (Pro).
26
27 ## Notes
28 - Context = `ka_woo_template_type`; no extra context field needed.
29 - If used outside Woo pages in the editor, widgets show an info notice instead of rendering data.
30
31
32
33
34
35
36