PayPal Payments seem to work fine, but I’d like the credit card button on my checkout page.
I’ve been really struggling with getting PayPal set up, spending hours and hours troubleshooting the PayPal Payments plugin. I’m wondering if the issues stem from the this business account being based in Japan? For example, I don’t see the option for reoccuring payments, maybe becuase Venmo is US only. The credit card drop down form is exactly like “advanced card processing” which I’m not sure Japan is supported..(tho I thought it was).
Thanks
]]>AmazonPay lists it as 3976-1 Higashi-Wakamatsu-cho, Tsuchiura, Ibaraki, but when it comes into Woocommerce, it is 3976-1 Higashi-Wakamatsu-cho, Tsuchiura, Ibaraki, Shimoyamate Central Heights-505 Rabbit Acupuncture Clinic. I don’t know where the “Shimoyamate Central Heights-505 Usagi Acupuncture Clinic” part is given from. Originally, such an address does not exist, so it is unclear why it behaves this way. Can anyone lend me some wisdom?
function replaceAmazonPayShippingAndBillingFields($order_id) {
$order = wc_get_order($order_id);
$shipping_address = $order->get_address();
if($shipping_address['city'] === ""){
if($shipping_address['last_name'] === '.'){
$full_name = str_replace(' ', '', $shipping_address['first_name']);
// 文字列を分割して姓と名前にセット
$last_name = mb_substr($full_name, 0, 2);
$first_name = mb_substr($full_name, 2);
$new_billing_address = array(
'first_name' => $first_name, // 姓をセット
'last_name' => $last_name,
'address_1' => $shipping_address["address_2"],
'address_2' => $shipping_address['company'],
'city' => $shipping_address['address_1'],
'state' => $shipping_address['state'],
'postcode' => $shipping_address['postcode'],
'country' => $shipping_address['country'],
);
$new_shipping_address = array(
'first_name' => $first_name, // 姓をセット
'last_name' => $last_name,
'address_1' => $shipping_address["address_2"],
'address_2' => $shipping_address['company'],
'city' => $shipping_address['address_1'],
'state' => $shipping_address['state'],
'postcode' => $shipping_address['postcode'],
'country' => $shipping_address['country'],
);
}
$order->set_shipping_address($new_shipping_address);
$order->set_billing_address($new_billing_address);
$order->save();
}
}
// woocommerce_new_order アクションフックに関数を追加
add_action('woocommerce_new_order', 'replaceAmazonPayShippingAndBillingFields');
The above code is for Japanese when ordering with AmazonPay, where city is an empty character and firstname is “.”. when the order is in Japanese. It works when there is a new order and the city is an empty character, and corrects the order address discrepancy.
Is there a problem with this code? Most orders work fine.
Furikomi makes 300 trillion yen in B2B transactions in Japan
https://stripe.com/jp/payments/jp-bank-transfers
Thanks
]]>1フォームあたりデフォルトで6件まで対応ですが設定で20件まで対応可能。
動作も軽く毎月住所データも更新されているので信頼して利用することができます。
またサポートも早く、丁寧に応対していただけます。(もちろん日本語でOK)
]]>we just set up your plugin and it works like a charm for facebook.
For GOOGLE SHOPPING, we do have some issues.
www.backafter.com
website is in Japanese ¥.
we have the japanese website by default and the english on backafter.com/en
The feed is connecting well as it sync the right number of products.
but i always end up with the error:
“Required attribute price is invalid or not specified ”
but on my feeds, the mapping is as follow:
g:price PREFIX (nothing) VALUE (price) SUFIX (nothing)
If i had prefix or sufix, the japanese yen logo ¥, it doesn’t help.
Can you help?
Ron
I am faced with a difficult task – to set up the sale of goods in Japan, in particular, to set up online payment. For those who are not in the subject – Japan is a separate world and a separate universe.
My question is – does Woocommerce have any ready-made solutions for setting up online payment in Japan?
Second question – Is it possible to set up online payment in Japan through the JCB payment system
どなたか同じ問題がでている方はいますでしょうか?
]]>I use;
WooCommerce : version 3.3.5
WooCommerce For Japan : version 1.2.19
WooCommerce Stripe gateway : version 4.1.0
WooCommerce Weight Based Shipping : version 5.2.0
I use woocommerce all in Japananese.
I’ll be happy to help this issue!