Documents
-
Product Filter – Attributes
This section focuses on styling our product attribute filters, which are produced by the Product Filter – Attributes widget, its equivalent [woocommerce_product_filter_attribute] shortcode or the API function. We will be exploring the structural HTML elements and related CSS and learn how to apply customizations that allow to change the appearance of the elements involved. For this […]
-
Product Filter – Categories
This section of the tutorial focuses more on styling the Product Filter – Categories. We will be exploring how to change the look and feel of the Product Filter – Categories. Though we assume you know your way around with CSS rules, here are some good resources to help refresh your mind on CSS rules and […]
-
Product Filter – Search
This section focuses on the search filter feature provided by the Product Filter – Search widget, its equivalent [woocommerce_product_filter] shortcode or the corresponding API function. We will be exploring how to change the look and feel of it, and indistinctively refer to the Product Filter – Search whether generated by the widget or any other […]
-
Product Search Field
The HTML produced for a Product Search Field, its equivalent [woocommerce_product_search] shortcode or the API function is shown below. When you want to review an instance of the Product Search Field, you can observe the according HTML in your browser’s Web Inspector. The field’s code will usually be embedded within a widget container or similar, […]
-
Products
Provide all products or those that match a specified set of search and filter constraints. HTTP Request GET /wp-json/wps/v1/products Parameters The endpoint allows to specify the parameters described below. Parameter Type Description status string Limit the results by post status. Options: publish for unprivileged requests. Privileged requests allow publish, any, future, trash, draft, pending and […]
-
REST API
The WooCommerce Product Search extension introduces a new REST API, which allows to use the Search Engine to build customized components and Apps which support holistic search and filtering. [1] The new REST API includes the following endpoints: Shop Provide products, related terms and additional data for all products or those that match a specified […]
-
Shop
The Shop REST API endpoint provides products, related terms and additional data for all products or those that match a specified set of search and filter constraints. Additional data includes stats about products on sale, stock status, price range data, ratings, stats on featured products and other relevant data. HTTP Request GET /wp-json/wps/v1/shop Parameters The […]
-
Terms
Provide all taxonomy terms or those that match a specified set of search and filter constraints. HTTP Request GET /wp-json/wps/v1/terms Parameters The endpoint allows to specify the parameters described below. Parameter Type Description taxonomy string The product taxonomy (or taxonomies separated by comma) whose terms to retrieve for the current context. except string Except the […]
-
Themes
This section is provided for WooCommerce developers who want to deploy the advanced search facility with specific themes. You may need an advanced understanding of PHP and WordPress development. If you are not a developer but would like to find one to help with customization, please select a WooExpert or Developer for assistance. Some issues related […]