Hi All
I am trying to develop an ecommerce website through ofbiz. All I am doing is copying the ecommerce from special purpose package. Not sure whether this is right way of doing an ecommerce website through ofbiz. Please suggest. -- Regards Sac |
This can help you to develop an ecommerce website through ofbiz;
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide Thanks & Regards -- Deepak Dixit HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98267-54548 sac sha wrote: > Hi All > > I am trying to develop an ecommerce website through ofbiz. All I am doing is > copying the ecommerce from special purpose package. Not sure whether this is > right way of doing an ecommerce website through ofbiz. > > Please suggest. > > |
In reply to this post by sac sha
Sac,
My suggestion for the best way to start with a new ecommerce website based on OFBiz is to: 1) Create a separate new component in hot-deploy. 2) Copy over the basic screens and templates from specialpurpose/ecommerce. Style them as you like. Create new if required. 3) Refer demo ecommerce data to setup your store/catalog/categories/products in the same manner. 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy component's controller.xml and use OOTB business processes from ecommerce and other components as much possible. And lastly this link will certainly help you to setup your ecommerce store and is a good guide to begin with: http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide . -- Thanks & Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com [hidden email] ------------------------------------------------- direct: +91 - 942.592.6892 On Mon, Nov 30, 2009 at 7:20 PM, sac sha <[hidden email]> wrote: > Hi All > > I am trying to develop an ecommerce website through ofbiz. All I am doing > is > copying the ecommerce from special purpose package. Not sure whether this > is > right way of doing an ecommerce website through ofbiz. > > Please suggest. > > -- > Regards > Sac |
Hi,
...and what would be your suggestion, create a new component for the ecommerce website or reuse the existing ecommerce component? Regards, On Mon, Nov 30, 2009 at 3:07 PM, Mridul Pathak < [hidden email]> wrote: > Sac, > > My suggestion for the best way to start with a new ecommerce website > based on OFBiz is to: > > 1) Create a separate new component in hot-deploy. > 2) > Copy over the basic screens and templates from > specialpurpose/ecommerce. Style them as you like. Create new if > required. > 3) Refer demo ecommerce data to setup your > store/catalog/categories/products in the same manner. > 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy > component's controller.xml and use OOTB business processes from > ecommerce and other components as much possible. > > And lastly this link will certainly help you to setup your ecommerce store > and is a good guide to begin with: > > http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > . > > -- > Thanks & Regards > Mridul Pathak > Hotwax Media > http://www.hotwaxmedia.com > [hidden email] > ------------------------------------------------- > direct: +91 - 942.592.6892 > > On Mon, Nov 30, 2009 at 7:20 PM, sac sha <[hidden email]> wrote: > > > Hi All > > > > I am trying to develop an ecommerce website through ofbiz. All I am doing > > is > > copying the ecommerce from special purpose package. Not sure whether this > > is > > right way of doing an ecommerce website through ofbiz. > > > > Please suggest. > > > > -- > > Regards > > Sac > -- Jonatan Soto Aguilera C/ Comte Borrell, 328 3º4ª 08029 Barcelona Telf: +34935350010 Móvil: +34669908135 www.japanflavour.com |
Hi
Thanks to all for such a quick suggestions. I always prefer a new module. But I find ecommerce module a complex module(as I am a newbee and this is a big module to understand) so I just wanted to avoid any stupid errors while copy pasting. I have already tried making a demo website and adding some actions to it etc. Now I want to add the ecommerce section so that I can upload my products and also facilitate it with the payment facility through paypal or secpay. The only doubt is that the existing ecommerce module is having a lot of functionality which will not be an easy task to copy paste the functionality as I dont know how the functionality work. So I was trying to edit some pages in existing module. I will surely try to implement your suggestions and keep posting. Regards Sac On Mon, Nov 30, 2009 at 2:34 PM, jonatan soto <[hidden email]>wrote: > Hi, > > ...and what would be your suggestion, create a new component for the > ecommerce website or reuse the existing ecommerce component? > > Regards, > > On Mon, Nov 30, 2009 at 3:07 PM, Mridul Pathak < > [hidden email]> wrote: > > > Sac, > > > > My suggestion for the best way to start with a new ecommerce website > > based on OFBiz is to: > > > > 1) Create a separate new component in hot-deploy. > > 2) > > Copy over the basic screens and templates from > > specialpurpose/ecommerce. Style them as you like. Create new if > > required. > > 3) Refer demo ecommerce data to setup your > > store/catalog/categories/products in the same manner. > > 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy > > component's controller.xml and use OOTB business processes from > > ecommerce and other components as much possible. > > > > And lastly this link will certainly help you to setup your ecommerce > store > > and is a good guide to begin with: > > > > > http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > > . > > > > -- > > Thanks & Regards > > Mridul Pathak > > Hotwax Media > > http://www.hotwaxmedia.com > > [hidden email] > > ------------------------------------------------- > > direct: +91 - 942.592.6892 > > > > On Mon, Nov 30, 2009 at 7:20 PM, sac sha <[hidden email]> wrote: > > > > > Hi All > > > > > > I am trying to develop an ecommerce website through ofbiz. All I am > doing > > > is > > > copying the ecommerce from special purpose package. Not sure whether > this > > > is > > > right way of doing an ecommerce website through ofbiz. > > > > > > Please suggest. > > > > > > -- > > > Regards > > > Sac > > > > > > -- > Jonatan Soto Aguilera > C/ Comte Borrell, 328 3º4ª > 08029 Barcelona > Telf: +34935350010 > Móvil: +34669908135 > www.japanflavour.com > -- Regards Sachin Sharma |
Hi Sac, In case if you want to create a new component then following command would help you to setup directory structure under hot-deploy.
ant create-component -- Thanks And Regards Sumit Pandit On Nov 30, 2009, at 8:59 AM, sac sha wrote: > Hi > > Thanks to all for such a quick suggestions. > > I always prefer a new module. But I find ecommerce module a complex > module(as I am a newbee and this is a big module to understand) so I just > wanted to avoid any stupid errors while copy pasting. > > I have already tried making a demo website and adding some actions to it > etc. > > Now I want to add the ecommerce section so that I can upload my products and > also facilitate it with the payment facility through paypal or secpay. > > The only doubt is that the existing ecommerce module is having a lot of > functionality which will not be an easy task to copy paste the functionality > as I dont know how the functionality work. So I was trying to edit some > pages in existing module. > > I will surely try to implement your suggestions and keep posting. > > Regards > Sac > > On Mon, Nov 30, 2009 at 2:34 PM, jonatan soto <[hidden email]>wrote: > >> Hi, >> >> ...and what would be your suggestion, create a new component for the >> ecommerce website or reuse the existing ecommerce component? >> >> Regards, >> >> On Mon, Nov 30, 2009 at 3:07 PM, Mridul Pathak < >> [hidden email]> wrote: >> >>> Sac, >>> >>> My suggestion for the best way to start with a new ecommerce website >>> based on OFBiz is to: >>> >>> 1) Create a separate new component in hot-deploy. >>> 2) >>> Copy over the basic screens and templates from >>> specialpurpose/ecommerce. Style them as you like. Create new if >>> required. >>> 3) Refer demo ecommerce data to setup your >>> store/catalog/categories/products in the same manner. >>> 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy >>> component's controller.xml and use OOTB business processes from >>> ecommerce and other components as much possible. >>> >>> And lastly this link will certainly help you to setup your ecommerce >> store >>> and is a good guide to begin with: >>> >>> >> http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide >>> . >>> >>> -- >>> Thanks & Regards >>> Mridul Pathak >>> Hotwax Media >>> http://www.hotwaxmedia.com >>> [hidden email] >>> ------------------------------------------------- >>> direct: +91 - 942.592.6892 >>> >>> On Mon, Nov 30, 2009 at 7:20 PM, sac sha <[hidden email]> wrote: >>> >>>> Hi All >>>> >>>> I am trying to develop an ecommerce website through ofbiz. All I am >> doing >>>> is >>>> copying the ecommerce from special purpose package. Not sure whether >> this >>>> is >>>> right way of doing an ecommerce website through ofbiz. >>>> >>>> Please suggest. >>>> >>>> -- >>>> Regards >>>> Sac >>> >> >> >> >> -- >> Jonatan Soto Aguilera >> C/ Comte Borrell, 328 3º4ª >> 08029 Barcelona >> Telf: +34935350010 >> Móvil: +34669908135 >> www.japanflavour.com >> > > > > -- > Regards > Sachin Sharma |
In reply to this post by sac sha
in relative effort this is about 100 times more time than an Ecommerce
site to understand. You should plan at least 500 hours to get familiar with ofbiz and Ecommerce to use it correctly I suggest you Get the Data model books to see how the data is done for Ecommerce. http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books Next get familiar with a productstore entity and corresponding pages. then look at the demo data. The Ecommerce component depends on other components. You might also look at the clone Ecommerce in the same component. It is suggested that you use the Ecommerce component and just modify it so just copy the complete component to the hot deploy You can hide and re-arrange the Ecommerce page components using CSS. sac sha sent the following on 11/30/2009 5:50 AM: > Hi All > > I am trying to develop an ecommerce website through ofbiz. All I am doing is > copying the ecommerce from special purpose package. Not sure whether this is > right way of doing an ecommerce website through ofbiz. > > Please suggest. > |
Wow! You could do all that... or... ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go (aside from any customizations you need and/or want). -David On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: > in relative effort this is about 100 times more time than an Ecommerce > site to understand. You should plan at least 500 hours to get familiar > with ofbiz and Ecommerce to use it correctly > > I suggest you Get the Data model books to see how the data is done for > Ecommerce. > http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books > > Next get familiar with a productstore entity and corresponding pages. > then look at the demo data. > > The Ecommerce component depends on other components. > You might also look at the clone Ecommerce in the same component. > > It is suggested that you use the Ecommerce component and just modify it > so just copy the complete component to the hot deploy > > You can hide and re-arrange the Ecommerce page components using CSS. > > > sac sha sent the following on 11/30/2009 5:50 AM: >> Hi All >> >> I am trying to develop an ecommerce website through ofbiz. All I am doing is >> copying the ecommerce from special purpose package. Not sure whether this is >> right way of doing an ecommerce website through ofbiz. >> >> Please suggest. >> > |
Or, if you want an end-user's perspective, you could read my 2 books
available at http://www.myofbiz.com Regards, Ruth David E Jones wrote: > Wow! You could do all that... or... > > ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go (aside from any customizations you need and/or want). > > -David > > > On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: > > >> in relative effort this is about 100 times more time than an Ecommerce >> site to understand. You should plan at least 500 hours to get familiar >> with ofbiz and Ecommerce to use it correctly >> >> I suggest you Get the Data model books to see how the data is done for >> Ecommerce. >> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >> >> Next get familiar with a productstore entity and corresponding pages. >> then look at the demo data. >> >> The Ecommerce component depends on other components. >> You might also look at the clone Ecommerce in the same component. >> >> It is suggested that you use the Ecommerce component and just modify it >> so just copy the complete component to the hot deploy >> >> You can hide and re-arrange the Ecommerce page components using CSS. >> >> >> sac sha sent the following on 11/30/2009 5:50 AM: >> >>> Hi All >>> >>> I am trying to develop an ecommerce website through ofbiz. All I am doing is >>> copying the ecommerce from special purpose package. Not sure whether this is >>> right way of doing an ecommerce website through ofbiz. >>> >>> Please suggest. >>> >>> > > > |
In reply to this post by David E. Jones-2
you books are listed on the link I gave also.
Ruth Hoffman sent the following on 11/30/2009 1:44 PM: > Or, if you want an end-user's perspective, you could read my 2 books > available at http://www.myofbiz.com > Regards, > Ruth > > David E Jones wrote: >> Wow! You could do all that... or... >> >> ... just read through the Business and Technical Production Setup >> Guides, and follow the instructions... then you're good to go (aside >> from any customizations you need and/or want). >> >> -David >> >> >> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >> >> >>> in relative effort this is about 100 times more time than an Ecommerce >>> site to understand. You should plan at least 500 hours to get familiar >>> with ofbiz and Ecommerce to use it correctly >>> >>> I suggest you Get the Data model books to see how the data is done for >>> Ecommerce. >>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>> >>> Next get familiar with a productstore entity and corresponding pages. >>> then look at the demo data. >>> >>> The Ecommerce component depends on other components. >>> You might also look at the clone Ecommerce in the same component. >>> >>> It is suggested that you use the Ecommerce component and just modify it >>> so just copy the complete component to the hot deploy >>> >>> You can hide and re-arrange the Ecommerce page components using CSS. >>> >>> >>> sac sha sent the following on 11/30/2009 5:50 AM: >>> >>>> Hi All >>>> >>>> I am trying to develop an ecommerce website through ofbiz. All I am >>>> doing is >>>> copying the ecommerce from special purpose package. Not sure whether >>>> this is >>>> right way of doing an ecommerce website through ofbiz. >>>> >>>> Please suggest. >>>> >>>> >> >> >> > |
Hi BJ:
Thanks. Ruth BJ Freeman wrote: > you books are listed on the link I gave also. > > Ruth Hoffman sent the following on 11/30/2009 1:44 PM: > >> Or, if you want an end-user's perspective, you could read my 2 books >> available at http://www.myofbiz.com >> Regards, >> Ruth >> >> David E Jones wrote: >> >>> Wow! You could do all that... or... >>> >>> ... just read through the Business and Technical Production Setup >>> Guides, and follow the instructions... then you're good to go (aside >>> from any customizations you need and/or want). >>> >>> -David >>> >>> >>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>> >>> >>> >>>> in relative effort this is about 100 times more time than an Ecommerce >>>> site to understand. You should plan at least 500 hours to get familiar >>>> with ofbiz and Ecommerce to use it correctly >>>> >>>> I suggest you Get the Data model books to see how the data is done for >>>> Ecommerce. >>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>> >>>> Next get familiar with a productstore entity and corresponding pages. >>>> then look at the demo data. >>>> >>>> The Ecommerce component depends on other components. >>>> You might also look at the clone Ecommerce in the same component. >>>> >>>> It is suggested that you use the Ecommerce component and just modify it >>>> so just copy the complete component to the hot deploy >>>> >>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>> >>>> >>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>> >>>> >>>>> Hi All >>>>> >>>>> I am trying to develop an ecommerce website through ofbiz. All I am >>>>> doing is >>>>> copying the ecommerce from special purpose package. Not sure whether >>>>> this is >>>>> right way of doing an ecommerce website through ofbiz. >>>>> >>>>> Please suggest. >>>>> >>>>> >>>>> >>> >>> > > > |
In reply to this post by BJ Freeman
I agree for someone that wants to run out of the box that is the
quickest way. I took his "development" meaning he was wanting to do more. Thanks I know the link will change but here it is. http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide David E Jones sent the following on 11/30/2009 1:35 PM: > Wow! You could do all that... or... > > ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go (aside from any customizations you need and/or want). > > -David > > > On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: > >> in relative effort this is about 100 times more time than an Ecommerce >> site to understand. You should plan at least 500 hours to get familiar >> with ofbiz and Ecommerce to use it correctly >> >> I suggest you Get the Data model books to see how the data is done for >> Ecommerce. >> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >> >> Next get familiar with a productstore entity and corresponding pages. >> then look at the demo data. >> >> The Ecommerce component depends on other components. >> You might also look at the clone Ecommerce in the same component. >> >> It is suggested that you use the Ecommerce component and just modify it >> so just copy the complete component to the hot deploy >> >> You can hide and re-arrange the Ecommerce page components using CSS. >> >> >> sac sha sent the following on 11/30/2009 5:50 AM: >>> Hi All >>> >>> I am trying to develop an ecommerce website through ofbiz. All I am doing is >>> copying the ecommerce from special purpose package. Not sure whether this is >>> right way of doing an ecommerce website through ofbiz. >>> >>> Please suggest. >>> > > |
Administrator
|
Simply change http://docs.ofbiz.org by http://cwiki.apache.org/confluence
Jacques From: "BJ Freeman" <[hidden email]> >I agree for someone that wants to run out of the box that is the > quickest way. > I took his "development" meaning he was wanting to do more. > Thanks I know the link will change but here it is. > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide > > David E Jones sent the following on 11/30/2009 1:35 PM: >> Wow! You could do all that... or... >> >> ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go >> (aside from any customizations you need and/or want). >> >> -David >> >> >> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >> >>> in relative effort this is about 100 times more time than an Ecommerce >>> site to understand. You should plan at least 500 hours to get familiar >>> with ofbiz and Ecommerce to use it correctly >>> >>> I suggest you Get the Data model books to see how the data is done for >>> Ecommerce. >>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>> >>> Next get familiar with a productstore entity and corresponding pages. >>> then look at the demo data. >>> >>> The Ecommerce component depends on other components. >>> You might also look at the clone Ecommerce in the same component. >>> >>> It is suggested that you use the Ecommerce component and just modify it >>> so just copy the complete component to the hot deploy >>> >>> You can hide and re-arrange the Ecommerce page components using CSS. >>> >>> >>> sac sha sent the following on 11/30/2009 5:50 AM: >>>> Hi All >>>> >>>> I am trying to develop an ecommerce website through ofbiz. All I am doing is >>>> copying the ecommerce from special purpose package. Not sure whether this is >>>> right way of doing an ecommerce website through ofbiz. >>>> >>>> Please suggest. >>>> >> >> > |
Administrator
|
Note : search is not currently working on cwiki (Apache Confluence). The infra team is aware of the issue...
Jacques From: "Jacques Le Roux" <[hidden email]> > Simply change http://docs.ofbiz.org by http://cwiki.apache.org/confluence > > Jacques > > From: "BJ Freeman" <[hidden email]> >>I agree for someone that wants to run out of the box that is the >> quickest way. >> I took his "development" meaning he was wanting to do more. >> Thanks I know the link will change but here it is. >> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >> >> David E Jones sent the following on 11/30/2009 1:35 PM: >>> Wow! You could do all that... or... >>> >>> ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go >>> (aside from any customizations you need and/or want). >>> >>> -David >>> >>> >>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>> >>>> in relative effort this is about 100 times more time than an Ecommerce >>>> site to understand. You should plan at least 500 hours to get familiar >>>> with ofbiz and Ecommerce to use it correctly >>>> >>>> I suggest you Get the Data model books to see how the data is done for >>>> Ecommerce. >>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>> >>>> Next get familiar with a productstore entity and corresponding pages. >>>> then look at the demo data. >>>> >>>> The Ecommerce component depends on other components. >>>> You might also look at the clone Ecommerce in the same component. >>>> >>>> It is suggested that you use the Ecommerce component and just modify it >>>> so just copy the complete component to the hot deploy >>>> >>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>> >>>> >>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>> Hi All >>>>> >>>>> I am trying to develop an ecommerce website through ofbiz. All I am doing is >>>>> copying the ecommerce from special purpose package. Not sure whether this is >>>>> right way of doing an ecommerce website through ofbiz. >>>>> >>>>> Please suggest. >>>>> >>> >>> >> > > |
In reply to this post by BJ Freeman
thanks
Jacques Le Roux sent the following on 11/30/2009 7:01 PM: > Simply change http://docs.ofbiz.org by http://cwiki.apache.org/confluence > > Jacques > > From: "BJ Freeman" <[hidden email]> >> I agree for someone that wants to run out of the box that is the >> quickest way. >> I took his "development" meaning he was wanting to do more. >> Thanks I know the link will change but here it is. >> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >> >> >> David E Jones sent the following on 11/30/2009 1:35 PM: >>> Wow! You could do all that... or... >>> >>> ... just read through the Business and Technical Production Setup >>> Guides, and follow the instructions... then you're good to go (aside >>> from any customizations you need and/or want). >>> >>> -David >>> >>> >>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>> >>>> in relative effort this is about 100 times more time than an Ecommerce >>>> site to understand. You should plan at least 500 hours to get familiar >>>> with ofbiz and Ecommerce to use it correctly >>>> >>>> I suggest you Get the Data model books to see how the data is done for >>>> Ecommerce. >>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>> >>>> Next get familiar with a productstore entity and corresponding pages. >>>> then look at the demo data. >>>> >>>> The Ecommerce component depends on other components. >>>> You might also look at the clone Ecommerce in the same component. >>>> >>>> It is suggested that you use the Ecommerce component and just modify it >>>> so just copy the complete component to the hot deploy >>>> >>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>> >>>> >>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>> Hi All >>>>> >>>>> I am trying to develop an ecommerce website through ofbiz. All I am >>>>> doing is >>>>> copying the ecommerce from special purpose package. Not sure >>>>> whether this is >>>>> right way of doing an ecommerce website through ofbiz. >>>>> >>>>> Please suggest. >>>>> >>> >>> >> > > > |
In reply to this post by Mridul Pathak-2
Hi Sac,
Also go through http://docs.ofbiz.org/display/OFBENDUSER/Working+with+the+Catalog+Manager <http://docs.ofbiz.org/display/OFBENDUSER/Working+with+the+Catalog+Manager>Catalog Manager plays a big role in ecommerce site and also refer DemoProducts.xml file. Regards -- Chirag Manocha Freelancer +91-98263-19099 On Mon, Nov 30, 2009 at 7:37 PM, Mridul Pathak < [hidden email]> wrote: > Sac, > > My suggestion for the best way to start with a new ecommerce website > based on OFBiz is to: > > 1) Create a separate new component in hot-deploy. > 2) > Copy over the basic screens and templates from > specialpurpose/ecommerce. Style them as you like. Create new if > required. > 3) Refer demo ecommerce data to setup your > store/catalog/categories/products in the same manner. > 4) Include specialpurpose/ecommerce controller.xml in you hot-deploy > component's controller.xml and use OOTB business processes from > ecommerce and other components as much possible. > > And lastly this link will certainly help you to setup your ecommerce store > and is a good guide to begin with: > > http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > . > > -- > Thanks & Regards > Mridul Pathak > Hotwax Media > http://www.hotwaxmedia.com > [hidden email] > ------------------------------------------------- > direct: +91 - 942.592.6892 > > On Mon, Nov 30, 2009 at 7:20 PM, sac sha <[hidden email]> wrote: > > > Hi All > > > > I am trying to develop an ecommerce website through ofbiz. All I am doing > > is > > copying the ecommerce from special purpose package. Not sure whether this > > is > > right way of doing an ecommerce website through ofbiz. > > > > Please suggest. > > > > -- > > Regards > > Sac > |
Administrator
|
In reply to this post by Jacques Le Roux
This is fixed
Jacques From: "Jacques Le Roux" <[hidden email]> > Note : search is not currently working on cwiki (Apache Confluence). The infra team is aware of the issue... > > Jacques > > From: "Jacques Le Roux" <[hidden email]> >> Simply change http://docs.ofbiz.org by http://cwiki.apache.org/confluence >> >> Jacques >> >> From: "BJ Freeman" <[hidden email]> >>>I agree for someone that wants to run out of the box that is the >>> quickest way. >>> I took his "development" meaning he was wanting to do more. >>> Thanks I know the link will change but here it is. >>> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >>> >>> David E Jones sent the following on 11/30/2009 1:35 PM: >>>> Wow! You could do all that... or... >>>> >>>> ... just read through the Business and Technical Production Setup Guides, and follow the instructions... then you're good to go >>>> (aside from any customizations you need and/or want). >>>> >>>> -David >>>> >>>> >>>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>>> >>>>> in relative effort this is about 100 times more time than an Ecommerce >>>>> site to understand. You should plan at least 500 hours to get familiar >>>>> with ofbiz and Ecommerce to use it correctly >>>>> >>>>> I suggest you Get the Data model books to see how the data is done for >>>>> Ecommerce. >>>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>>> >>>>> Next get familiar with a productstore entity and corresponding pages. >>>>> then look at the demo data. >>>>> >>>>> The Ecommerce component depends on other components. >>>>> You might also look at the clone Ecommerce in the same component. >>>>> >>>>> It is suggested that you use the Ecommerce component and just modify it >>>>> so just copy the complete component to the hot deploy >>>>> >>>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>>> >>>>> >>>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>>> Hi All >>>>>> >>>>>> I am trying to develop an ecommerce website through ofbiz. All I am doing is >>>>>> copying the ecommerce from special purpose package. Not sure whether this is >>>>>> right way of doing an ecommerce website through ofbiz. >>>>>> >>>>>> Please suggest. >>>>>> >>>> >>>> >>> >> >> > > |
In reply to this post by Jacques Le Roux
I did a link to the old site and it redirected me to
http://cwiki.apache.org/confluence/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide I got a page not found Jacques Le Roux sent the following on 12/1/2009 12:56 AM: > This is fixed > > Jacques > > From: "Jacques Le Roux" <[hidden email]> >> Note : search is not currently working on cwiki (Apache Confluence). >> The infra team is aware of the issue... >> >> Jacques >> >> From: "Jacques Le Roux" <[hidden email]> >>> Simply change http://docs.ofbiz.org by >>> http://cwiki.apache.org/confluence >>> >>> Jacques >>> >>> From: "BJ Freeman" <[hidden email]> >>>> I agree for someone that wants to run out of the box that is the >>>> quickest way. >>>> I took his "development" meaning he was wanting to do more. >>>> Thanks I know the link will change but here it is. >>>> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >>>> >>>> >>>> David E Jones sent the following on 11/30/2009 1:35 PM: >>>>> Wow! You could do all that... or... >>>>> >>>>> ... just read through the Business and Technical Production Setup >>>>> Guides, and follow the instructions... then you're good to go >>>>> (aside from any customizations you need and/or want). >>>>> >>>>> -David >>>>> >>>>> >>>>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>>>> >>>>>> in relative effort this is about 100 times more time than an >>>>>> Ecommerce >>>>>> site to understand. You should plan at least 500 hours to get >>>>>> familiar >>>>>> with ofbiz and Ecommerce to use it correctly >>>>>> >>>>>> I suggest you Get the Data model books to see how the data is done >>>>>> for >>>>>> Ecommerce. >>>>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>>>> >>>>>> >>>>>> Next get familiar with a productstore entity and corresponding pages. >>>>>> then look at the demo data. >>>>>> >>>>>> The Ecommerce component depends on other components. >>>>>> You might also look at the clone Ecommerce in the same component. >>>>>> >>>>>> It is suggested that you use the Ecommerce component and just >>>>>> modify it >>>>>> so just copy the complete component to the hot deploy >>>>>> >>>>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>>>> >>>>>> >>>>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>>>> Hi All >>>>>>> >>>>>>> I am trying to develop an ecommerce website through ofbiz. All I >>>>>>> am doing is >>>>>>> copying the ecommerce from special purpose package. Not sure >>>>>>> whether this is >>>>>>> right way of doing an ecommerce website through ofbiz. >>>>>>> >>>>>>> Please suggest. >>>>>>> >>>>> >>>>> >>>> >>> >>> >> >> > > > |
Administrator
|
You missed display
http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Jacques From: "BJ Freeman" <[hidden email]> >I did a link to the old site and it redirected me to > http://cwiki.apache.org/confluence/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide > I got a page not found > > Jacques Le Roux sent the following on 12/1/2009 12:56 AM: >> This is fixed >> >> Jacques >> >> From: "Jacques Le Roux" <[hidden email]> >>> Note : search is not currently working on cwiki (Apache Confluence). >>> The infra team is aware of the issue... >>> >>> Jacques >>> >>> From: "Jacques Le Roux" <[hidden email]> >>>> Simply change http://docs.ofbiz.org by >>>> http://cwiki.apache.org/confluence >>>> >>>> Jacques >>>> >>>> From: "BJ Freeman" <[hidden email]> >>>>> I agree for someone that wants to run out of the box that is the >>>>> quickest way. >>>>> I took his "development" meaning he was wanting to do more. >>>>> Thanks I know the link will change but here it is. >>>>> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >>>>> >>>>> >>>>> David E Jones sent the following on 11/30/2009 1:35 PM: >>>>>> Wow! You could do all that... or... >>>>>> >>>>>> ... just read through the Business and Technical Production Setup >>>>>> Guides, and follow the instructions... then you're good to go >>>>>> (aside from any customizations you need and/or want). >>>>>> >>>>>> -David >>>>>> >>>>>> >>>>>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>>>>> >>>>>>> in relative effort this is about 100 times more time than an >>>>>>> Ecommerce >>>>>>> site to understand. You should plan at least 500 hours to get >>>>>>> familiar >>>>>>> with ofbiz and Ecommerce to use it correctly >>>>>>> >>>>>>> I suggest you Get the Data model books to see how the data is done >>>>>>> for >>>>>>> Ecommerce. >>>>>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>>>>> >>>>>>> >>>>>>> Next get familiar with a productstore entity and corresponding pages. >>>>>>> then look at the demo data. >>>>>>> >>>>>>> The Ecommerce component depends on other components. >>>>>>> You might also look at the clone Ecommerce in the same component. >>>>>>> >>>>>>> It is suggested that you use the Ecommerce component and just >>>>>>> modify it >>>>>>> so just copy the complete component to the hot deploy >>>>>>> >>>>>>> You can hide and re-arrange the Ecommerce page components using CSS. >>>>>>> >>>>>>> >>>>>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>>>>> Hi All >>>>>>>> >>>>>>>> I am trying to develop an ecommerce website through ofbiz. All I >>>>>>>> am doing is >>>>>>>> copying the ecommerce from special purpose package. Not sure >>>>>>>> whether this is >>>>>>>> right way of doing an ecommerce website through ofbiz. >>>>>>>> >>>>>>>> Please suggest. >>>>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>> >>> >> >> >> > |
In reply to this post by BJ Freeman
I clicked on
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide and got http://cwiki.apache.org/confluence/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Jacques Le Roux sent the following on 12/1/2009 9:51 AM: > You missed display > http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide > > > Jacques > > From: "BJ Freeman" <[hidden email]> >> I did a link to the old site and it redirected me to >> http://cwiki.apache.org/confluence/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >> >> I got a page not found >> >> Jacques Le Roux sent the following on 12/1/2009 12:56 AM: >>> This is fixed >>> >>> Jacques >>> >>> From: "Jacques Le Roux" <[hidden email]> >>>> Note : search is not currently working on cwiki (Apache Confluence). >>>> The infra team is aware of the issue... >>>> >>>> Jacques >>>> >>>> From: "Jacques Le Roux" <[hidden email]> >>>>> Simply change http://docs.ofbiz.org by >>>>> http://cwiki.apache.org/confluence >>>>> >>>>> Jacques >>>>> >>>>> From: "BJ Freeman" <[hidden email]> >>>>>> I agree for someone that wants to run out of the box that is the >>>>>> quickest way. >>>>>> I took his "development" meaning he was wanting to do more. >>>>>> Thanks I know the link will change but here it is. >>>>>> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >>>>>> >>>>>> >>>>>> >>>>>> David E Jones sent the following on 11/30/2009 1:35 PM: >>>>>>> Wow! You could do all that... or... >>>>>>> >>>>>>> ... just read through the Business and Technical Production Setup >>>>>>> Guides, and follow the instructions... then you're good to go >>>>>>> (aside from any customizations you need and/or want). >>>>>>> >>>>>>> -David >>>>>>> >>>>>>> >>>>>>> On Nov 30, 2009, at 11:20 AM, BJ Freeman wrote: >>>>>>> >>>>>>>> in relative effort this is about 100 times more time than an >>>>>>>> Ecommerce >>>>>>>> site to understand. You should plan at least 500 hours to get >>>>>>>> familiar >>>>>>>> with ofbiz and Ecommerce to use it correctly >>>>>>>> >>>>>>>> I suggest you Get the Data model books to see how the data is done >>>>>>>> for >>>>>>>> Ecommerce. >>>>>>>> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Next get familiar with a productstore entity and corresponding >>>>>>>> pages. >>>>>>>> then look at the demo data. >>>>>>>> >>>>>>>> The Ecommerce component depends on other components. >>>>>>>> You might also look at the clone Ecommerce in the same component. >>>>>>>> >>>>>>>> It is suggested that you use the Ecommerce component and just >>>>>>>> modify it >>>>>>>> so just copy the complete component to the hot deploy >>>>>>>> >>>>>>>> You can hide and re-arrange the Ecommerce page components using >>>>>>>> CSS. >>>>>>>> >>>>>>>> >>>>>>>> sac sha sent the following on 11/30/2009 5:50 AM: >>>>>>>>> Hi All >>>>>>>>> >>>>>>>>> I am trying to develop an ecommerce website through ofbiz. All I >>>>>>>>> am doing is >>>>>>>>> copying the ecommerce from special purpose package. Not sure >>>>>>>>> whether this is >>>>>>>>> right way of doing an ecommerce website through ofbiz. >>>>>>>>> >>>>>>>>> Please suggest. >>>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >>> >> > > |
Free forum by Nabble | Edit this page |