Multilingual website with same inventory.
-
Hi all, I m working out with an ecommerce project which will be in two language a) English b) Chinese My problem is that both the versions will use same inventory. Same product will be available in english version in english text and will be in chinese too.Chinese will display the product in chinese. If someone buys one product from english then it would be decreased from chinese too.How to achieve this? How to manage the inventory for both the languages? Please guide badly needed.
Vijay V. Yash Softech
-
Hi all, I m working out with an ecommerce project which will be in two language a) English b) Chinese My problem is that both the versions will use same inventory. Same product will be available in english version in english text and will be in chinese too.Chinese will display the product in chinese. If someone buys one product from english then it would be decreased from chinese too.How to achieve this? How to manage the inventory for both the languages? Please guide badly needed.
Vijay V. Yash Softech
I would have thought it's obvious. You have one inventory, but columns describing each item in both languages. If you're smart, you'll write it with joining tables so your design allows for adding more languages later.
Christian Graus Driven to the arms of OSX by Vista.
-
I would have thought it's obvious. You have one inventory, but columns describing each item in both languages. If you're smart, you'll write it with joining tables so your design allows for adding more languages later.
Christian Graus Driven to the arms of OSX by Vista.
Thanks for the reply. I tried to work out with multiple languages using global and local resources it worked for me but I m really confused with handling the database. Can you please guide me to any reference? I really need it badly.
Vijay V. Yash Softech