Deskripsyon
Isinara na ang plugin na ito mula noong Agosto 28, 2025 at hindi magagamit para i-download. Dahilan: Paglabag sa Lisensya/Trademark.
Mga Review
Nobyembre 6, 2017
Not compatible anymore with WooCommerce Version 3.2.x
Hulyo 12, 2017
It works perfectly on wp 4.8!
Setyembre 3, 2016
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.
Setyembre 3, 2016
1 na 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);
}
Mga Contributor at Developer
Ang “WooCommerce Custom Field Product Search” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “WooCommerce Custom Field Product Search” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.