manaka02
Forum Replies Created
-
thanks
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Variable Product Case : Fatal ErrorIf I change it like this, it works :
else { $variation_controller = new WC_REST_Product_Variations_Controller(); $response = $variation_controller->get_item( array( 'id' => $variation['id'], 'product_id' => $variation ) ); }
use $variation[id] instead of $variation
I mean, I already disabled my custom plugin and I always got the repeated notice
Sorry for my late response,
I didn’t add custom code. the PHP notice line changed to 3207
PHP Notice: Undefined variable: products_map_data_ids in /home/admin/web/mora.mg/public_html/wp-content/plugins/dc-woocommerce-multi-vendor/includes/wcmp-core-functions.php on line 3207
I tried to see what happen in your code and I see in your condition that there is no products_map_data_ids declaration in wcmp-core-functions.php/do_wcmp_spmv_set_object_terms (else condition) but you do
do_action('wcmp_spmv_set_object_terms_handler', $term, $map_id, $products_map_data_ids);
instead of : (you declared $products_map_data = get_wcmp_spmv_products_map_data();)
do_action('wcmp_spmv_set_object_terms_handler', $term, $map_id, $products_map_data);
Sorry for my late response,
I can’t disable wp-debug caused I want to see log.
And @conschneider, It’s a fatal error, I can’t ignore it. And I don’t have access to out_of_stock report by woocommerce.Great it works.
thank you.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Woowallet multiStore syncHi,
I did another test and it works perfectly. (I don’t know why)Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] Woowallet multiStore syncOk, I have 2 websites (multisite) vola.mg and eat.mg. And I use “Multisite User Sync” as a plugin to sync user in all websites. Did I use the wrong plugin or what happen. thanks in advance.
Forum: Plugins
In reply to: [Wallet for WooCommerce] notice all admin when one admin change walletI’ll try, Thank you @subratamal