andre.beaudry
Forum Replies Created
-
hello
js var wcml_mc_settings not definedWooCommerce Multilingual
Version: 4.2.0patch – à la – just make it work
file : /public_html/wp-content/plugins/woocommerce-multilingual/inc/currencies/class-wcml-multi-currency-resources.php
public static function set_up( WCML_Multi_Currency $multi_currency, woocommerce_wpml $woocommerce_wpml ){ global $pagenow; self::$multi_currency = $multi_currency; self::$woocommerce_wpml = $woocommerce_wpml; // if( !is_admin() && $pagenow != 'wp-login.php' && $woocommerce_wpml->cs_templates->get_active_templates() ) if( !is_admin() && $pagenow != 'wp-login.php' ) { self::load_inline_js(); } }- This reply was modified 8 years, 10 months ago by andre.beaudry.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search by SKUHello again,
been looking at the search query
and I realise that I have been testing search values with a post that has the
post_status = ‘future’this query will never return a result for that !
it’s frinday …
sorry for the noiseMr Saari / your plugin work fine
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search by SKUhello
I’v got the same probleme. Woocommerce / search / _sku / values
postmeta is there
http://fourmi-integree.com/data/tab_sku.pngI could re do the code my self for the searche function,
but what is the point your plugin should workUser ou Author have configure the plugin for search _sku with success ?
tx