• I have a drupal 6.9 ubercart 6.x-2.0-beta3 website.
• I use cck and views for the product listing. We have added extra fields on the product content type (tech description, product files, and links) and we are creating products of the cck’s product content type.
• We want our site to be multilingual, so we are using i18n internationalization module to translate the drupal/ubercart interface, and the product nodes in drupal’s product content. The website translation works for each language the product node page is showing accordingly with the user’s language selection
.
But the problem is that when I translate the product node in cck , a second product is created in the ubercart product database(Administer->store administration-> products -> view products), and the cart gets the translated instance of the ubercart’s product in the cart. Each translated instance has each own sku and price fields so as you guess the stock manager doesn’t works.
Do I miss something on how is the correct procedure for translating a product page in drupal/ubercart ?


