
Plattio Search helps WooCommerce customers find products faster without adding a heavy search platform to your store.
Display the search as a compact icon that opens a slide-out field, or as a permanently visible search bar. Results update while the customer types and may include product images, prices, quantity controls and direct add-to-cart actions.
The plugin also includes a lightweight zero-result search report. Store owners can see which searches returned no products, identify missing products or common synonyms, mark opportunities as resolved and export the filtered report as CSV.
The report is available under WooCommerce > Settings > Plattio Search > Statistics.
The reporting system is intentionally lightweight. It uses one local aggregated table, no external analytics service, no background cron jobs and no charting framework.
Plattio Search includes translations for 32 WordPress locales. Arabic, Hebrew, Persian and Urdu include RTL support, and the frontend and administration screens follow WordPress’ active text direction.
Use the basic shortcode:
[plattio_search]
Visible search bar:
[plattio_search display="bar" placeholder="Search products or SKU..." width="520px" limit="6"]
Compact search icon:
[plattio_search display="icon" placeholder="Search products or SKU..." width="520px" icon_color="#000000" icon_hover_color="#0e3f3f" primary_color="#0e3f3f" icon_size="25px" button_size="38px" height="44px" border_radius="10px" close_button="yes" limit="6"]
Search with direct add-to-cart:
[plattio_search display="bar" placeholder="Search products..." add_to_cart="yes" add_button_text="Add" options_button_text="Choose options" limit="6"]
display – icon or bar.placeholder – Search-field placeholder text.width – Maximum field and result-panel width.height – Search-field height.button_size – Search-button size.icon_size – Search-icon size.border_radius or radius – Field and panel corner radius.icon_color – Default search-icon color.icon_hover_color – Search-icon hover color.close_color – Close-button color.close_hover_color – Close-button hover color.primary_color – Primary accent color for one shortcode instance.close_button – yes or no.limit – Number of live products, from 1 to 10.add_to_cart – yes or no.add_button_text – Button text for simple products.options_button_text – Button text for products requiring options.post_type – Retained for shortcode compatibility; live results remain limited to WooCommerce products.The built-in shortcode generator hides options that do not apply to the selected display mode.
When zero-result tracking is enabled, Plattio Search stores only:
The zero-result report does not store raw IP addresses, WordPress user IDs or tracking cookies, and it does not send analytics data to an external service.
Duplicate suppression is kept in memory while the page is open and does not write the search phrase to browser storage. Public AJAX endpoints use a temporary one-way request hash for abuse prevention.
Store administrators can disable zero-result tracking, exclude users who can manage WooCommerce, export the report, delete individual entries or remove all stored report data. Suggested text is also added to the WordPress Privacy Policy Guide.
For help with installation, configuration or troubleshooting:
When requesting support, include your WordPress version, WooCommerce version, Plattio Search version, active theme, shortcode and a clear description of the issue.