EC_DEFAULT

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

EC_DEFAULT

Alexander1893
Hi all,

when I want to change to theme of a store I have the following choices in the back-end:

> EC_DEFAULT
> MULTIFLEX

I have two questions:

> Where can I see what the "EC_DEFAULT" is?
> Why "Multiflex" is shown and not the other themes I have (e.g. "bluelight")

Thanks a lot for an help!
Alexander
Reply | Threaded
Open this post in threaded view
|

Re: EC_DEFAULT

BJ Freeman
EC_DEFAULT is the old parms for ecommers
you can find the data in
specialpurpose/ecommerce/data/EcommerceTypeData.xml

MULTIFLEX is the only other theme for Ecommerce. this is defined by
visualThemeSetId
    <VisualTheme visualThemeId="MULTIFLEX" visualThemeSetId="ECOMMERCE"
description="Alternative VisualTheme for Ecommerce"/>

if you want to create a new ecommerce theme you can copy the MULTIFLEX
and rename it in the themes folder.

or
you can load
https://issues.apache.org/jira/browse/OFBIZ-3490
into your build it it will copy the multiplex to the new theme folder
you define.
then you can modify the data for your own theme.
note, the script only copies basic files so check that all files you
want are copied.


Alexander1893 sent the following on 2/26/2010 12:54 PM:

> Hi all,
>
> when I want to change to theme of a store I have the following choices in
> the back-end:
>
>> EC_DEFAULT
>> MULTIFLEX
>
> I have two questions:
>
>> Where can I see what the "EC_DEFAULT" is?
>> Why "Multiflex" is shown and not the other themes I have (e.g.
>> "bluelight")
>
> Thanks a lot for an help!
> Alexander

Reply | Threaded
Open this post in threaded view
|

Re: EC_DEFAULT

bsreekanth
CONTENTS DELETED
The author has deleted this message.