masatoigarashi
Forum Replies Created
-
Forum: Plugins
In reply to: [Paidy for WooCommerce] Japanized For WooCommerce 非有効化時の動作不能について※実装にさしあたっては、Japanized For WooCommerceの導入/有効化済みをand条件に追加するべきだと思います。Japanized For WooCommerceが稼働しておらずとも、DBにレコードだけ存在しているケースに対する対処です。
こちらは不要でしょうか?
https://www.ads-software.com/support/topic/%e3%81%b5%e3%82%8a%e3%81%8c%e3%81%aa%e3%82%92%e5%85%a5%e5%8a%9b%e3%81%97%e3%81%aa%e3%81%84%e3%81%a8%e3%82%a8%e3%83%a9%e3%83%bc/
こちらのトピックの原因のような気がしますが。Forum: Plugins
In reply to: [Paidy for WooCommerce] JP4WC_FRAMEWORK_VERSION 未定義によるWarningの出力こちら未サポートではないでしょうか。
Forum: Plugins
In reply to: [Paidy for WooCommerce] チェックアウトページの決済説明箇所のハードコードの編集について決済手数料箇所のハードコードが356円になっているのは確認できましたが???
フィルターフックでなくとも、せめてCSSベースで非表示化できるよう、HTMLを構造化していただければと思います。
<?php echo $this->description; ?>
とそれ以外の箇所をdivでくくっていただくだけでも結構です。
例function payment_fields() { // Description of payment method from settings ?> <div class="paidy-hardcode"> <br /> <a href="https://paidy.com/consumer" target="_blank" rel="noopener noreferrer"> <img />assets/images/checkout_banner_320x100.png" alt="Paidy 翌月まとめてお支払い" style="max-height: none; float: none;"></a> <br /> </div> <div class="paidy-softcode"> <p><?php echo $this->description; ?></p> </div> <div class="paidy-hardcode"> <br /> <ul> <li style="list-style: disc !important;">口座振替(支払手数料:無料)</li> <li style="list-style: disc !important;">コンビニ(支払手数料:350円税込)</li> <li style="list-style: disc !important;">銀行振込(支払手数料:金融機関により異なります)</li> </ul> Paidyについて詳しくは<a href="https://paidy.com/whatspaidy" target="_blank" rel="noopener noreferrer">こちら</a>。 </div> <?php }
- This reply was modified 5 years, 3 months ago by masatoigarashi.
Forum: Plugins
In reply to: [Paidy for WooCommerce] feeのサポート田中様
ご対応ありがとうございます。
バージョン1.0.3にて確認を行いました。
Paidy社のご担当者へも報告しておりますが、合わせてこちらのフォーラムにも記載致します。1.0.3にて決済ページを開くたびに以下のエラーが発生し、他の決済方法をロードすることができなくなり、ECサイト全体が稼働しなくなってしまいました。
“PHP message: PHP Error: Call to undefined method stdClass::get_name() in /PATH/wp-content/plugins/paidy-wc/includes/gateways/paidy/class-wc-gateway-paidy.php on line 297”
こちらは、カート情報からfeeの取り出しに問題があると思います。
“title”:”‘.$fee->get_name().'”,
“unit_price”:’.$fee->get_amount();が当該のコードになりますが、正しくは
“title”:”‘.esc_html( $fee->name ).'”,
“unit_price”:’.esc_html( $fee->amount );
※一応エスケープしましたが不要かもしれません。ではないでしょうか。
ご確認のほど、よろしくお願い致します。Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Order Notification Emails…i have same issue.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] sprintf too few arguments errori have same problem