admin管理员组

文章数量:1122832

I am considering to migrate from Magento to Woocommerce. My main site is for Japan, and the other is in English.

I read you can go for either WPML or multisite.

I understood WPML can handle multi language and multi currency. But how about different checkout form for different countries? I have now Woo Checkout Field Editor Pro installed.

The address field order for Japan is basically opposite to the western way. Meaning,

Postcode, Region, City, Street

instead

Street, City, Postcode, Region, Country

Is it possible to have different checkout field order for different countries without making multisite? Or do I need to make multisite to achieve this?

I am considering to migrate from Magento to Woocommerce. My main site is for Japan, and the other is in English.

I read you can go for either WPML or multisite.

I understood WPML can handle multi language and multi currency. But how about different checkout form for different countries? I have now Woo Checkout Field Editor Pro installed.

The address field order for Japan is basically opposite to the western way. Meaning,

Postcode, Region, City, Street

instead

Street, City, Postcode, Region, Country

Is it possible to have different checkout field order for different countries without making multisite? Or do I need to make multisite to achieve this?

Share Improve this question asked Aug 1, 2018 at 18:19 rtk0407rtk0407 1211 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

woocommerce_checkout_fields filter allows you to alter the order of fields displayed in the checkout page, you can add a condition in the callback to check for the country or language.

本文标签: multisiteWoocommerce and different checkout field for different countries