feature internationalisation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

feature internationalisation

Passalacqua Nicolas
Hi,

 

I wondering if there is any implementation or solution for using
features (product features like color, size ..) in an
internationalization context.

Ie: Using DataResource like for product description, long description;
but this time for the ProductFeatureType description.

 

Regards,

Nick

Reply | Threaded
Open this post in threaded view
|

Re: feature internationalisation

madppiper-2
Interesting Question, does anybody know an answer?  Perhaps it is easiest to create a new entitytable that is linked to productId and features langCode and productName?




Passalacqua Nicolas wrote
Hi,

 

I wondering if there is any implementation or solution for using
features (product features like color, size ..) in an
internationalization context.

Ie: Using DataResource like for product description, long description;
but this time for the ProductFeatureType description.

 

Regards,

Nick
Reply | Threaded
Open this post in threaded view
|

Re: feature internationalisation

Eric DE MAULDE
I attach each feature to a product
and my code finds the related product
(products are internationalized !)
with the rules :

1. I create a new product category
        productCategoryId = feature

2. A virtual product  represents a feature category
My product Names are :
virtualFeatureProductId = FeatureTypeId-FeatureCategoryId

variantFeatureProductId = FeatureCategoryId-Feature Id





Eric

----- Original Message -----
From: "madppiper" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 20, 2009 4:36 PM
Subject: Re: feature internationalisation


>
> Interesting Question, does anybody know an answer?  Perhaps it is easiest
> to
> create a new entitytable that is linked to productId and features langCode
> and productName?
>
>
>
>
>
> Passalacqua Nicolas wrote:
>>
>> Hi,
>>
>>
>>
>> I wondering if there is any implementation or solution for using
>> features (product features like color, size ..) in an
>> internationalization context.
>>
>> Ie: Using DataResource like for product description, long description;
>> but this time for the ProductFeatureType description.
>>
>>
>>
>> Regards,
>>
>> Nick
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/feature-internationalisation-tp8711863p21565469.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: feature internationalisation

madppiper-2
Would a similar approach also work for the internationalization of categories?
Reply | Threaded
Open this post in threaded view
|

Re: feature internationalisation

Eric DE MAULDE
I don't know
But categories already have a content manager

Eric

----- Original Message -----
From: "madppiper" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 20, 2009 5:20 PM
Subject: Re: feature internationalisation


>
> Would a similar approach also work for the internationalization of
> categories?
> --
> View this message in context:
> http://www.nabble.com/feature-internationalisation-tp8711863p21566418.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>