By zitter on
I would like to create multi language store. Because I need product grouped by categories I decided to use CCK module to solve this problem.
But when I create a new content, and add that in the store, it misses weight field. It has price, quantity, SKU and so but there isn't weight field.
Is there a way to solve this?
Once created new content, I need to translate (i'm using localizer module to do this) but at this point it appears another problem: translating CCK content (that is a product) creates *anothere* products in the store.
I mean: if I create "product 1" and then I translate in another language I have not ONE but TWO products in my store.
Any hint to solve this?
Thanks a lot.
Danilo
Comments
Any news about this solution?
Any news about this solution? I'm preparing to building similar project like your own on drupal. I guess that have multiple translation of every product could be a real problem.
Oh btw I did some research
Oh btw I did some research about this, maybe could help you...
If you are using Views and Localizer, you should enable module "Localizer views" and then you could select localized version in Filters. Although I was yet unable to set it to work properly. If you find some way to set it right please share your knowledge..
E-Commerce with Localizer
I've been trying to find a way to solve this issue for a while now. I found that having 2 instance of one product is not really a problem until you try to have inventory management, if one runs out, the other may still be shown as available. This gets pretty annoying, if anyone ever finds an answer I would appreciate.