This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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

समीक्षाहरू

सेप्टेम्बर 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.
सेप्टेम्बर 3, 2016 1 जवाफ
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