dipstar
Forum Replies Created
-
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?