Re: How to Create Own Store
> Regards > -- > Chirag Manocha > HotWax Media Pvt. Ltd. > Website :- www.hotwaxmedia.com > Contact :- +91-98263-19099 > > > > Sumit Pandit wrote: >> Hi Kumar, >> >> Please refer eCommerce - DemoProduct.xml. >> >> -- >> Thanks and Regards >> Sumit Pandit >> >> On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: >> >>> Hi, >>> >>> can u please help : How to Create Own Store using ofbiz. >>> >>> wating for reply >>> >>> Thanks. >>> Kumar >> > > -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25781661.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
http://freemarker.org/ Jacques From: "Jitender" what is the .ftl file in ofbiz how it works? wating for reply --- Chirag Manocha-2 wrote: Hi Kumar, As Sumit said you can refer DemoProducts.xml and if you want to do the setup from front end then you can refer https://demo.ofbiz.org/catalog/control/EditProductStore Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Sumit Pandit wrote: Hi Kumar, Please refer eCommerce - DemoProduct.xml. -- Thanks and Regards Sumit Pandit On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530610.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
what is the .ftl file in ofbiz how it works? wating for reply --- Chirag Manocha-2 wrote: > > Hi Kumar, > As Sumit said you can refer DemoProducts.xml and if you want to do the > setup from front end then you can refer > https://demo.ofbiz.org/catalog/control/EditProductStore > > Regards > -- > Chirag Manocha > HotWax Media Pvt. Ltd. > Website :- www.hotwaxmedia.com > Contact :- +91-98263-19099 > > > > Sumit Pandit wrote: >> Hi Kumar, >> >> Please refer eCommerce - DemoProduct.xml. >> >> -- >> Thanks and Regards >> Sumit Pandit >> >> On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: >> >>> Hi, >>> >>> can u please help : How to Create Own Store using ofbiz. >>> >>> wating for reply >>> >>> Thanks. >>> Kumar >> > > -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530610.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Hi Kumar, http://docs.ofbiz.org/x/oR4 Jacques From: "Jitender" Hi Chirag and others ! how to call some some other API Methods wihich is available in WSDL file wating for reply : Thanks. Jitender - Chirag Manocha-2 wrote: Hi Kumar, As Sumit said you can refer DemoProducts.xml and if you want to do the setup from front end then you can refer https://demo.ofbiz.org/catalog/control/EditProductStore Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Sumit Pandit wrote: Hi Kumar, Please refer eCommerce - DemoProduct.xml. -- Thanks and Regards Sumit Pandit On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530579.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Hi Chirag and others ! how to call some some other API Methods wihich is available in WSDL file wating for reply : Thanks. Jitender - Chirag Manocha-2 wrote: > > Hi Kumar, > As Sumit said you can refer DemoProducts.xml and if you want to do the > setup from front end then you can refer > https://demo.ofbiz.org/catalog/control/EditProductStore > > Regards > -- > Chirag Manocha > HotWax Media Pvt. Ltd. > Website :- www.hotwaxmedia.com > Contact :- +91-98263-19099 > > > > Sumit Pandit wrote: >> Hi Kumar, >> >> Please refer eCommerce - DemoProduct.xml. >> >> -- >> Thanks and Regards >> Sumit Pandit >> >> On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: >> >>> Hi, >>> >>> can u please help : How to Create Own Store using ofbiz. >>> >>> wating for reply >>> >>> Thanks. >>> Kumar >> > > -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530579.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Hello. how to call some other API Methods with the help of OFBIZ ? please any one can provide the to me Thanks, Jitender Vivek Mishra-2 wrote: > > Hello, > > For setting up your e-commerce store you need to start with basic data > setup. > Refer DemoProduct.xml file, in this file you will see the store data > setup using "ProductStore" entity. > > Thanks! > -- Vivek > > Jitender Kumar Maurya wrote: >> Hi, >> >> can u please help : How to Create Own Store using ofbiz. >> >> wating for reply >> >> Thanks. >> Kumar >> >> > > > -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530576.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Hi Jitender, You can study this document as a good start: http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide -André On Monday den 21. September 2009 10:50:11 Jitender wrote: > any one can help me > > how we get the connection in database in ofbiz ? > > === > > Vivek Mishra-2 wrote: > > Hello, > > > > For setting up your e-commerce store you need to start with basic data > > setup. > > Refer DemoProduct.xml file, in this file you will see the store data > > setup using "ProductStore" entity. > > > > Thanks! > > -- Vivek > > > > Jitender Kumar Maurya wrote: > >> Hi, > >> > >> can u please help : How to Create Own Store using ofbiz. > >> > >> wating for reply > >> > >> Thanks. > >> Kumar
Re: How to Create Own Store
Hello Kumar, OFBiz provides default database which is derby and it does not require any connection and if you want to use other than derby then you have to do setting accordingly for postgresql etc. On Mon, Sep 21, 2009 at 2:20 PM, Jitender wrote: > > any one can help me > > how we get the connection in database in ofbiz ? > > === > > > Vivek Mishra-2 wrote: > > > > Hello, > > > > For setting up your e-commerce store you need to start with basic data > > setup. > > Refer DemoProduct.xml file, in this file you will see the store data > > setup using "ProductStore" entity. > > > > Thanks! > > -- Vivek > > > > Jitender Kumar Maurya wrote: > >> Hi, > >> > >> can u please help : How to Create Own Store using ofbiz. > >> > >> wating for reply > >> > >> Thanks. > >> Kumar > >> > >> > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530236.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
Re: How to Create Own Store
any one can help me how we get the connection in database in ofbiz ? === Vivek Mishra-2 wrote: > > Hello, > > For setting up your e-commerce store you need to start with basic data > setup. > Refer DemoProduct.xml file, in this file you will see the store data > setup using "ProductStore" entity. > > Thanks! > -- Vivek > > Jitender Kumar Maurya wrote: >> Hi, >> >> can u please help : How to Create Own Store using ofbiz. >> >> wating for reply >> >> Thanks. >> Kumar >> >> > > > -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25530236.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Hi, Please provide some more details that what exactly you want to achieve. If you just have entered in OFBiz world and want to create your own application in it. I think this link will help you : http://docs.ofbiz.org/x/UBE Thanks! -- Vivek Hi Vivek and All I am rely very-2 thanks to u. m having some more issues. can u please help us like how we integrate to one of my Running application which is providing some services that will be used by your ur application ofbiz like addShipping Property like that wating for reply Thanks. Kumar smime.p7s Description: S/MIME Cryptographic Signature
Re: How to Create Own Store
Hi Kumar, As Sumit said you can refer DemoProducts.xml and if you want to do the setup from front end then you can refer https://demo.ofbiz.org/catalog/control/EditProductStore Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Sumit Pandit wrote: Hi Kumar, Please refer eCommerce - DemoProduct.xml. -- Thanks and Regards Sumit Pandit On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar
Re: How to Create Own Store
Jitender wrote: > > > > Vivek Mishra-2 wrote: >> >> Hello, >> >> For setting up your e-commerce store you need to start with basic data >> setup. >> Refer DemoProduct.xml file, in this file you will see the store data >> setup using "ProductStore" entity. >> >> Thanks! >> -- Vivek >> >> Jitender Kumar Maurya wrote: >>> Hi, >>> >>> can u please help : How to Create Own Store using ofbiz. >>> >>> wating for reply >>> >>> Thanks. >>> Kumar >>> >>> >> >> >> > Hi Vivek and All > > I am running ofbiz in my machine > but still m having problem How to can i make own setting for the eccomarce > store which is for APACHE ofbiz:i wants to change the Name as i wants > Any one can help me > > > wating for reply asap > > > Thank. > Kumar > > Hi Vivek and All I am rely very-2 thanks to u. m having some more issues. can u please help us like how we integrate to one of my Running application which is providing some services that will be used by your ur application ofbiz like addShipping Property like that wating for reply Thanks. Kumar -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25520194.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Vivek Mishra-2 wrote: > > Hello, > > For setting up your e-commerce store you need to start with basic data > setup. > Refer DemoProduct.xml file, in this file you will see the store data > setup using "ProductStore" entity. > > Thanks! > -- Vivek > > Jitender Kumar Maurya wrote: >> Hi, >> >> can u please help : How to Create Own Store using ofbiz. >> >> wating for reply >> >> Thanks. >> Kumar >> >> > > > Hi Vivek and All I am running ofbiz in my machine but still m having problem How to can i make own setting for the eccomarce store which is for APACHE ofbiz:i wants to change the Name as i wants Any one can help me wating for reply asap Thank. Kumar -- View this message in context: http://www.nabble.com/How-to-Create-Own-Store-tp25504237p25520108.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: How to Create Own Store
Jitender, This should definitely help you: http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide -- Thanks & Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com mridul.pat...@hotwaxmedia.com - direct: +91 - 942.592.6892 On Fri, Sep 18, 2009 at 12:54 PM, Jitender Kumar Maurya < jitender.kumarmau...@pb.com> wrote: > Hi, > > can u please help : How to Create Own Store using ofbiz. > > wating for reply > > Thanks. > Kumar >
Re: How to Create Own Store
Hello, For setting up your e-commerce store you need to start with basic data setup. Refer DemoProduct.xml file, in this file you will see the store data setup using "ProductStore" entity. Thanks! -- Vivek Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar smime.p7s Description: S/MIME Cryptographic Signature
Re: How to Create Own Store
Hi Kumar, Please refer eCommerce - DemoProduct.xml. -- Thanks and Regards Sumit Pandit On 18-Sep-09, at 12:54 PM, Jitender Kumar Maurya wrote: Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar
How to Create Own Store
Hi, can u please help : How to Create Own Store using ofbiz. wating for reply Thanks. Kumar