Descriere
Acest modul a fost închis la data de 28 august 2025 și nu mai este disponibil pentru descărcare. Motiv: Încălcare licențiere/marcă înregistrată.
Recenzii
6 noiembrie 2017
Not compatible anymore with WooCommerce Version 3.2.x
12 iulie 2017
It works perfectly on wp 4.8!
3 septembrie 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.
3 septembrie 2016
1 răspuns
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);
}
Contributori și dezvoltatori
„WooCommerce Custom Field Product Search” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „WooCommerce Custom Field Product Search” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.