You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by madppiper <pa...@mutschler.ch> on 2009/01/20 16:36:10 UTC

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.


Re: feature internationalisation

Posted by Eric DE MAULDE <er...@free.fr>.
I don't know
But categories already have a content manager

Eric

----- Original Message ----- 
From: "madppiper" <pa...@mutschler.ch>
To: <us...@ofbiz.apache.org>
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.
>
> 


Re: feature internationalisation

Posted by madppiper <pa...@mutschler.ch>.
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.


Re: feature internationalisation

Posted by Eric DE MAULDE <er...@free.fr>.
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" <pa...@mutschler.ch>
To: <us...@ofbiz.apache.org>
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.
>
>