Description
এই প্লাগইনটি আগস্ট 28, 2025 তারিখ থেকে বন্ধ করে দেওয়া হয়েছে এবং এটি ডাউনলোডের জন্য উপলব্ধ নেই। কারণ: Licensing/Trademark Violation।
Reviews
নভেম্বর 6, 2017
Not compatible anymore with WooCommerce Version 3.2.x
জুলাই 12, 2017
It works perfectly on wp 4.8!
সেপ্টেম্বর 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);
}
ডেভেলপার এবং কন্ট্রিবিউটর
“WooCommerce Custom Field Product Search” is open source software. The following people have contributed to this plugin.
কন্ট্রিবিউটরTranslate “WooCommerce Custom Field Product Search” into your language.
ডেভেলপমেন্ট এ আগ্রহী?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.