dipstar
Forum Replies Created
-
Forum: Plugins
In reply to: [Proxy & VPN Blocker] Stop PVB-related output on debug.logEverything works fine after I installed 3.5.5. Appreciate your prompt action!
Thanks for the reply,
I looked into the Emails page but cannot find the way to remove only refund reason line as it is summarized like do_action( ‘woocommerce_email_order_meta’, $order, $sent_to_admin, $plain_text, $email ); .
Is it impossible to prevent from passing reason code to Woocommerce by PaymentsPlugin side?
Forum: Plugins
In reply to: [SlimStat Analytics] The layout of Realtime view gets partially collapsed?Got it… I’ll look for my another plugin affecting Slimstat’s UI. Thanks for your quick support.
Forum: Plugins
In reply to: [SlimStat Analytics] The layout of Realtime view gets partially collapsed?Thanks for the reply.
Then by default, Slimstat should display Gravater icon smaller than 80×80 in the Realtime view?Working! We revised the code a little as ‘sku’ value always be static. Thanks for your great support.
add_filter('wc_stripe_order_meta_data', function($metadata, $order){
foreach ( $order->get_items( 'line_item' ) as $item ) {
$product = $item->get_product();
$metadata['sku'] = $product->get_sku();
}
return $metadata;
}, 10, 2);Forum: Plugins
In reply to: [Japanized for WooCommerce] Final Error解決しました!大変迅速なご対応に感謝申し上げます。
ok finally we have found what causes the issue… It was simply because my third-party theme has a original option that enables users to adjust when notices will be closed. I should have asked this question first to theme author. Sorry for disturbing you.
Forum: Plugins
In reply to: [Japanized for WooCommerce] Final ErrorSame here. 同じ不具合により他決済プラグインであるPayment Plugins for Stripe WooCommerce との競合が生じて困っています。
このプラグインは半年前からぱったりアップデートが途絶えているようで心配です。開発終了でないことを祈ります。
Yes, is this really something helpful for you?
https://paste.ec/paste/+q4PCjYo#kQ1bIoEE1x2JPfAIk+cy-F5ohGAXaNyBL6YDvNDQlmn
Hello xue28! Thank you for the reply.
Of course, Here is the video screenshots.
Notice ribbon disappears: https://streamable.com/hb0nt6
Error ribbon disappears: https://streamable.com/3n62j1Only the message referring coupon (default feature by WooCommerce) remains even after 10seconds I reloaded the page.
By default(WooCommerce without any external themes or plugins), such notices should not be faded out?