這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WooCommerce Custom Field Product Search

描述

Includes Product Custom Fields to WooCommerce Search Criteria on the front end and wp-admin

Arbitrary section

More info about the plugin: http://www.wpworking.com/
Ask for support on wpworking@wpworking.com

安裝

  1. Upload woocommerce-custom-field-product-search folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

If you have any questions, please let me know wpworking@wpworking.com

評價

2016年9月3日
Tried it with wp 4.3.1 and woocommerce 2.4.8 and it works perfect. This plugin adds custom field search to woocommerce search. SKU and user custom fields results are listed as well as content and title searches. Great! ****************** Plugin para realizar búsquedas por campos personalizados incluyendo SKU (número de referencia) o cualquier campo personalziado creado por el usuario en Woocommerce. Funciona a la perfección a pesar de llevar 2 años sin actualizarse.
2016年9月3日 1 reply
nice plugin, to make it work fine with WPML i replaced the current code $posts[] = get_post($product_id->post_id); with this one: $langInfo = apply_filters( 'wpml_post_language_details', NULL, $product_id->post_id ); if(ICL_LANGUAGE_CODE == $langInfo['language_code']){ $posts[] = get_post($product_id->post_id); }
閱讀全部8個評價

貢獻者及開發者

“WooCommerce Custom Field Product Search” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

First Version