問題タブ [shipping-method]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
580 参照

android - How can I setup the shipping callbacks with Google Pay

I would like to create a payment method in my Android app, like the one in Google Photos: I want to ask the shipping address and update dynamically the shipping cost according to the country.

I follow the Google Pay documentation but it doesn't give any explanation of how to set the callbacks like, for example, is explained in the Google Pay web documentation. I also tried to look for some tutorials but seems that no one tried to do what I'm trying to do.

For example I would like to show an error like this picture

When I try to create the JSON to add the callback, Google pay crashes without giving any log, neither with adb -d logcat -s WalletMerchantError

0 投票する
1 に答える
5686 参照

php - WooCommerce で注文の配送方法を取得するには?

WooCommerce を使用して、Wordpress で e コマース Web サイトを開発しています。顧客がチェックアウト時に選択した「配送方法」(つまり、配送または集荷など)を、注文確認ページ(つまり、支払い後)で取得して表示したい。

関数を使用してこれを実行しようとしていget_post_meta($post_id, $key, $single)ます。$key の値がわからないので、そうすることができません。

次のコードを試しました(phpタグ内):

ただし、空白の値が返されます (ページに表示されません)。私は間違ったを使用していると仮定してい$keyます。

これを達成するために、他の(より簡単な)方法を使用することも提案します。