Catalog level localization

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

Catalog level localization

Vedam B
Hi all,

I am using OFBiz for ecommerce application.

I need help on catalog level localization.

I think Product, Category level localization is supported, but not Catalog.

Can i use Content table for catalog level localization or i need to
create another table.

basically, i wanted to store catalog attributes for specific locale.

Regards
Vedam.
Reply | Threaded
Open this post in threaded view
|

Re: Catalog level localization

G.Venkata Phanindra
Hi
Can  u  be more specific with your requirement...
Regards
Phani

On 11/7/07, Vedam B <[hidden email]> wrote:

>
> Hi all,
>
> I am using OFBiz for ecommerce application.
>
> I need help on catalog level localization.
>
> I think Product, Category level localization is supported, but not
> Catalog.
>
> Can i use Content table for catalog level localization or i need to
> create another table.
>
> basically, i wanted to store catalog attributes for specific locale.
>
> Regards
> Vedam.
>



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Catalog level localization

Jacques Le Roux
Administrator
In reply to this post by Vedam B
Hi Vedam,

De : "Vedam B" <[hidden email]>
> Hi all,
>
> I am using OFBiz for ecommerce application.
>
> I need help on catalog level localization.
>
> I think Product, Category level localization is supported, but not Catalog.

Yes, true

> Can i use Content table for catalog level localization or i need to
> create another table.

Yes you can, you may use DemoProductCategoriesI18nData.xml and DemoProductI18nData.xml as bases for this work.
 
> basically, i wanted to store catalog attributes for specific locale.

I would be great if you could provide a patch for OFBiz. Just have to create a profile in Jira, create an issue and add the patch.
Here are some advices http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Thanks

Jacques

>
> Regards
> Vedam.
>
Reply | Threaded
Open this post in threaded view
|

Re: Catalog level localization

David E Jones

Quick thought on this: given that there generally are not very many  
catalogs the fairly heavy weight (and meant for a large volume of  
data) stuff that is used for products and categories may not be the  
best way to go.

A nice light weight, but more limited approach, is to use the property  
file based localization that is part of the entity engine (like  
various type entities and the StatusItem and Enumeration entities).

-David


On Nov 7, 2007, at 1:36 AM, Jacques Le Roux wrote:

> Hi Vedam,
>
> De : "Vedam B" <[hidden email]>
>> Hi all,
>>
>> I am using OFBiz for ecommerce application.
>>
>> I need help on catalog level localization.
>>
>> I think Product, Category level localization is supported, but not  
>> Catalog.
>
> Yes, true
>
>> Can i use Content table for catalog level localization or i need to
>> create another table.
>
> Yes you can, you may use DemoProductCategoriesI18nData.xml and  
> DemoProductI18nData.xml as bases for this work.
>
>> basically, i wanted to store catalog attributes for specific locale.
>
> I would be great if you could provide a patch for OFBiz. Just have  
> to create a profile in Jira, create an issue and add the patch.
> Here are some advices http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
>
> Thanks
>
> Jacques
>
>>
>> Regards
>> Vedam.
>>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Catalog level localization

Vedam B
Thanks David.

Regards
Vedam

On Nov 8, 2007 12:04 AM, David E Jones <[hidden email]> wrote:

>
> Quick thought on this: given that there generally are not very many
> catalogs the fairly heavy weight (and meant for a large volume of
> data) stuff that is used for products and categories may not be the
> best way to go.
>
> A nice light weight, but more limited approach, is to use the property
> file based localization that is part of the entity engine (like
> various type entities and the StatusItem and Enumeration entities).
>
> -David
>
>
> On Nov 7, 2007, at 1:36 AM, Jacques Le Roux wrote:
>
> > Hi Vedam,
> >
> > De : "Vedam B" <[hidden email]>
> >> Hi all,
> >>
> >> I am using OFBiz for ecommerce application.
> >>
> >> I need help on catalog level localization.
> >>
> >> I think Product, Category level localization is supported, but not
> >> Catalog.
> >
> > Yes, true
> >
> >> Can i use Content table for catalog level localization or i need to
> >> create another table.
> >
> > Yes you can, you may use DemoProductCategoriesI18nData.xml and
> > DemoProductI18nData.xml as bases for this work.
> >
> >> basically, i wanted to store catalog attributes for specific locale.
> >
> > I would be great if you could provide a patch for OFBiz. Just have
> > to create a profile in Jira, create an issue and add the patch.
> > Here are some advices
> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
> >
> > Thanks
> >
> > Jacques
> >
> >>
> >> Regards
> >> Vedam.
> >>
>
>