Customer journey with an E-commerce

2020-12-26 Thread Arpit Mor
Hello All, I am planning to schedule a discussion series on "Customer journey with an E-commerce." The following point can be discussed in these sessions: - The expectations of a customer while buying from an e-commerce v/s the expectation of a customer while buying from a

Re: OFBiz and E-commerce Payment Gateways

2020-01-08 Thread Gavin Mabie
Happy 2020 to you too Pierre, and to all other Ofbiz users around the world. Gavin On Wed, Jan 8, 2020 at 4:31 PM Pierre Smits wrote: > Hi all, > > First of all allows me to wish you all a happy and prosperous new year. > > In the past I have created some E-Commerce Payme

OFBiz and E-commerce Payment Gateways

2020-01-08 Thread Pierre Smits
Hi all, First of all allows me to wish you all a happy and prosperous new year. In the past I have created some E-Commerce Payment Gateway (EPG) plugins like for MultiSafepay and Adyen (see [1] and [2]). And I am looking forward to continue that kind of contribution to the OFBiz community by

Re: Error in trunk E-commerce

2019-12-22 Thread Bagas Sanjaya
Hi, Can you please tell us steps to reproduce the issue? On 16/12/19 14.33, Shrilesh Korgaonkar wrote: Hi Guys, https://demo-trunk.ofbiz.apache.org/ecommerce/control/main I was trying use e-commerce trunk demo to use document upload in profile I'm getting this is a type of error The Foll

Error in trunk E-commerce

2019-12-15 Thread Shrilesh Korgaonkar
Hi Guys, https://demo-trunk.ofbiz.apache.org/ecommerce/control/main I was trying use e-commerce trunk demo to use document upload in profile I'm getting this is a type of error The Following Errors Occurred: No uploaded content found in context Regards, Shrilesh K.

E-commerce

2019-02-12 Thread Shrilesh Korgaonkar
Hi, I wanted use PayPalServices.java & PayflowPro.java which was excludedJavaSources form application which jar is required for org/apache/ofbiz/accounting/thirdparty/paypal/PayPalServices.java org/apache/ofbiz/accounting/thirdparty/verisign/PayflowPro.java Any pointers or links would be highly a

Re: E-commerce

2019-01-21 Thread Shrilesh Korgaonkar
i got what ur saying but i already done half config Business Email , Api User Name , Api Password , Api Signature - i got them what about ' Api Environment ' what it's value ? thank you for ur reply Thanks & Regards On Mon, Jan 21, 2019 at 12:14 PM Arun Patidar < arun.pati...@hotwaxsystems.com> w

Re: E-commerce

2019-01-20 Thread Arun Patidar
Hello Shrilesh, You will need two accounts on Paypal, one as merchant account and another one as buyer account. Thanks & Regards --- Arun Patidar Director of Information SystemsHotWax Commerce On Sat, Jan 19, 2019 at 3:39 PM Shrilesh Korgaonkar < shrilesh.korgaon...@udyo

E-commerce

2019-01-19 Thread Shrilesh Korgaonkar
Hi, I am trying to configure the PayPal dev account with ofbiz. To that effect could someone please give me some idea about below please..It is the Api environment property that I am confused about. Is it supposed to be any random string that helps identify which environment the PayPal call is made

Re: Mix and Match Product Confuguration for E COmmerce

2018-11-12 Thread Deepak Dixit
Hi Yokesh Your email has been moderated, Please subscribe to mailing list. http://ofbiz.apache.org/mailing-lists.html Thanks & Regards -- Deepak Dixit On Mon, Nov 12, 2018 at 1:57 PM, yokesh wrote: > How to comine/mix and match two or more products in the way of combo in a > ofbiz. > > I

Re: Mix and Match Product Confuguration for E COmmerce

2018-11-12 Thread Suraj Khurana
Hi Yokesh, You can set up a marketing package type product. For example, please refer to OFBiz demo data. Refer: https://cwiki.apache.org/confluence/display/OFBENDUSER/Products HTH. -- Best Regards, Suraj Khurana Technical Consultant *HotWax Commerce * *Real OmniChannel. Real Results. * On M

Re: Mix and Match Product Confuguration for E COmmerce

2018-11-12 Thread Deepak Dixit
Hi Yokesh, You can use Marketing Package for the same. https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductAssoc?productId=GZ-BASKET-PICK Thanks & Regards -- Deepak Dixit On Mon, Nov 12, 2018 at 1:57 PM, yokesh wrote: > How to comine/mix and match two or more products in the way o

Mix and Match Product Confuguration for E COmmerce

2018-11-12 Thread yokesh
How to comine/mix and match two or more products in the way of combo in a ofbiz. It should not be in the way of virtual/variant product. Regards, Yokesh. -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: E-Commerce

2018-10-10 Thread Jacques Le Roux
cording to the above discussions, I guess you need to implement faceted search which is nowadays more popular on the e-commerce sites. [1] The integration of the Apache Solr in OFBIz is at a very basic level for now. So, I recommend you to write a custom implementation for integrating stand-alone Apache So

Re: E-Commerce

2018-10-10 Thread Shrilesh Korgaonkar
ment > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > > On Tue, Oct 9, 2018 at 2:11 PM Pritam Kute > wrote: > > > Hi Shrilesh, > > > > According to the above discussions, I guess you need to implement fa

Re: E-Commerce

2018-10-10 Thread Shrilesh Korgaonkar
thank for your suggestion i got ur point u got me great idea Thanks and Regards On Tue, Oct 9, 2018 at 9:41 AM Pritam Kute wrote: > Hi Shrilesh, > > According to the above discussions, I guess you need to implement faceted > search which is nowadays more > popular on the e-com

Re: E-Commerce

2018-10-09 Thread Rishi Solanki
ng to the above discussions, I guess you need to implement faceted > search which is nowadays more > popular on the e-commerce sites. [1] > > The integration of the Apache Solr in OFBIz is at a very basic level for > now. So, I recommend you to write a custom implementation >

Re: E-Commerce

2018-10-09 Thread Pritam Kute
Hi Shrilesh, According to the above discussions, I guess you need to implement faceted search which is nowadays more popular on the e-commerce sites. [1] The integration of the Apache Solr in OFBIz is at a very basic level for now. So, I recommend you to write a custom implementation for

Re: E-Commerce

2018-10-09 Thread Shrilesh Korgaonkar
supported OOTB on e-commerce for now. You need to > customize the solution. > You can use Apache Solr for enhancing the search capabilities. You can use > stand-alone Apache Solr server for this. Currently, the work is in progress > to > integrate Apache Solr in embedded mode in Apache O

Re: E-Commerce

2018-10-09 Thread Shrilesh Korgaonkar
i got that but it in the form of request and custom response , i don't want that i need a runtime filter on the page just like the product on e-commerce websites Thanks & Regards On Mon, Oct 8, 2018 at 2:22 PM Rishi Solanki wrote: > Shrilesh, > Please refer

Re: E-Commerce

2018-10-08 Thread Rishi Solanki
发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com] > 发送时间: 2018年10月8日 17:27 > 收件人: user@ofbiz.apache.org > 主题: Re: E-Commerce > > Hi Shrilesh, > > Product filtering is not supported OOTB on e-commerce for now. You need to > customize the solution. > You can use Apache Sol

Re: E-Commerce

2018-10-08 Thread Shi Jinghai
" E.g. when user searches for something in given category ", I guess it's a frontend javascript filter, right? -邮件原件- 发件人: Pritam Kute [mailto:pritam.k...@hotwaxsystems.com] 发送时间: 2018年10月8日 17:27 收件人: user@ofbiz.apache.org 主题: Re: E-Commerce Hi Shrilesh, Product f

Re: E-Commerce

2018-10-08 Thread Pritam Kute
Hi Shrilesh, Product filtering is not supported OOTB on e-commerce for now. You need to customize the solution. You can use Apache Solr for enhancing the search capabilities. You can use stand-alone Apache Solr server for this. Currently, the work is in progress to integrate Apache Solr in

E-Commerce

2018-10-08 Thread Shrilesh Korgaonkar
Could you please let me know if product filtering is supported ootb in case of ofbiz? E.g. when user searches for something in given category, i want to show not only products but also filtering pane on left hand side using which one can narrow down what they r looking for

Re: E-commerce

2018-08-27 Thread Nicolas Malin
org.apache.ofbiz.widget.model.ThemeFactory.java Code looks for Theme.xml file to load your theme's definitions. Thanks and Best Regards, Girish Vasmatkar On Sat, Aug 25, 2018 at 3:02 PM Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in> wrote: Plugins – e-commerce How does plugins\ecommerce\widget\Theme.xml Where it is

Re: E-commerce

2018-08-27 Thread Shrilesh Korgaonkar
hai all please ignore this message... On Mon, Aug 27, 2018 at 3:36 PM, Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in> wrote: > ofbiz ecommerce out-of-the-box pdf > > if anybody has that book send plz >

Re: E-commerce

2018-08-27 Thread Michael Brohl
This is a commercial book you have to pay for. Please don't ask for sharing in our mailing lists. Thanks, Michael Am 27.08.18 um 12:06 schrieb Shrilesh Korgaonkar: ofbiz ecommerce out-of-the-box pdf if anybody has that book send plz smime.p7s Description: S/MIME Cryptographic Signatur

Re: e-commerce

2018-08-27 Thread Deepak Dixit
Hi Shrilesh Korgaonkar, What you wan to know about this code? This is freemarker template that generates HTML https://freemarker.apache.org/ Thanks & Regards -- Deepak Dixit On Mon, Aug 27, 2018 at 4:35 PM, Deepak Dixit wrote: > Hi Shrilesh Korgaonkar, > > Your email has been moderated, Pleas

Re: e-commerce

2018-08-27 Thread Deepak Dixit
Hi Shrilesh Korgaonkar, Your email has been moderated, Please subscribe to the mailing list http://ofbiz.apache.org/mailing-lists.html Thanks & Regards -- Deepak Dixit On Mon, Aug 27, 2018 at 3:28 PM, Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in> wrote: > came anyone explains this

E-commerce

2018-08-27 Thread Shrilesh Korgaonkar
ofbiz ecommerce out-of-the-box pdf if anybody has that book send plz

e-commerce

2018-08-27 Thread Shrilesh Korgaonkar
came anyone explains this code <#list productCategoryList as childCategoryList> <#assign cateCount = 0/> <#list childCategoryList as productCategory> <#if (cateCount > 2)> <#assign cateCount = 0/>

Re: E-commerce

2018-08-25 Thread Girish Vasmatkar
org.apache.ofbiz.widget.model.ThemeFactory.java Code looks for Theme.xml file to load your theme's definitions. Thanks and Best Regards, Girish Vasmatkar On Sat, Aug 25, 2018 at 3:02 PM Shrilesh Korgaonkar < shrilesh.korgaon...@udyogmandir.in> wrote: > Plugins – e-commerce > > How does plugins\ecomme

E-commerce

2018-08-25 Thread Shrilesh Korgaonkar
Plugins – e-commerce How does plugins\ecommerce\widget\Theme.xml Where it is defined as the theme file Or it automatically loader with others files which are there in the widget folder

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Jacques Le Roux
nds:     - is it worth introducing in other components? If yes, it's better to enhance the widget system by having XML translation to freemarker macros     - is it specific to the e-commerce component and not reusable elsewhere? Then yeah fine drop down to and do your thing The above approach mig

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Jacques Le Roux
what is proposed in this thread: - If the feature is easy and straight forward, then the widget implementation can be pure. - If the feature is difficult, then it depends:     - is it worth introducing in other components? If yes, it's better to enhance the widget system by having XML translation

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Jacques Le Roux
easy and straight forward, then the widget implementation can be pure. - If the feature is difficult, then it depends: - is it worth introducing in other components? If yes, it's better to enhance the widget system by having XML translation to freemarker macros - is it specific to th

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Kenneth Paskett
tain locations in the ecommerce > >>> component that require bling bling and fancy UI, and even some of > >>> those can be done through Macros for the benefit of using them > >>> elsewhere in the framework. So perhaps maybe we should think of the > >>> it

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Jacques Le Roux
s difficult, then it depends: - is it worth introducing in other components? If yes, it's better to enhance the widget system by having XML translation to freemarker macros - is it specific to the e-commerce component and not reusable elsewhere? Then yeah fine drop down to and do your thi

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-25 Thread Kenneth Paskett
maybe we should think of the > > items below in implementing what is proposed in this thread: > > - If the feature is easy and straight forward, then the widget > > implementation can be pure. > > - If the feature is difficult, then it depends: > > - is it worth intr

Re: E-Commerce

2017-09-25 Thread hadwin_dai
the ecommerce component is good example for you Sent from my iPhone > On 25 Sep 2017, at 18:40, Rishi Solanki wrote: > > Some quick references; > > - https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features > - https://cwiki.apache.org/confluence/display/OFBI

Re: E-Commerce

2017-09-25 Thread Rishi Solanki
Some quick references; - https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features - https://cwiki.apache.org/confluence/display/OFBIZ/E-commerce+16.11 - https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide Rishi Solanki Sr Manager

E-Commerce

2017-09-25 Thread Saverio Scavelli
Hi everyone, I'm new to ofbiz and I'm mainly interested in E commerce. I would like to build a platform similar to amazon (to give the idea). I'm primarily a java and front-end developer. I've had and overview of ofbiz creating some selling product and catalogs and payments

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Deepak Dixit
etter > to enhance the widget system by having XML translation to freemarker > macros > - is it specific to the e-commerce component and not reusable > elsewhere? Then yeah fine drop down to and do > your thing > > The above approach might give us some advantages like: > - Reducin

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Saurabh Dixit
Hello, I think this is a good idea. We can start the bootstrap integration to the e-commerce. I have created the ticket for the same. Below is the link, https://issues.apache.org/jira/browse/OFBIZ-9760 Best, Saurabh Dixit Enterprise Software Engineer HotWax Systems On Sat, Sep 23, 2017 at 2

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Deepak Dixit
he FTL macros level in themes, not in widgets in the ecommerce component. > This would probably be the cleanest solution IMHO. > > On Sep 23, 2017 11:53 AM, "Nitish Mishra" > wrote: > > Nice Idea Mayank, > > We can firstly move forward with integrating bootstrap fram

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Taher Alkhateeb
AM, "Nitish Mishra" wrote: Nice Idea Mayank, We can firstly move forward with integrating bootstrap framework for e-commerce website and later we can proceed with UI improvements and markup changes. On Sat, Sep 23, 2017 at 2:16 PM, Deepak Dixit < deepak.di...@hotwaxsystems.com>

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Rishi Solanki
;ll be available for discussion and co-ordination. > > Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > www.hotwax.co > > On Sat, Sep 23, 2017 at 2:08 PM, Mayank Lambhate < > mayank.lambh...@hotwaxsystems.com> wrote: > > > Hello, > > > &g

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Nitish Mishra
Nice Idea Mayank, We can firstly move forward with integrating bootstrap framework for e-commerce website and later we can proceed with UI improvements and markup changes. On Sat, Sep 23, 2017 at 2:16 PM, Deepak Dixit < deepak.di...@hotwaxsystems.com> wrote: > Nice Idea Mayank, >

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Deepak Dixit
wrote: > Hello, > > The E-Commerce website in OFBiz currently contains custom styling for the > UI. We are planning to use the bootstrap framework so that the UI would be > more arranged and user-friendly. Also, we would require changing the markup > accordingly. > > Let us kno

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Blockfreight™ | Julian Smith
Attn: *OFBiz All* Re: *Bootstrap for OFBiz* Hi All, Further to our discussion, I am 1000% in support of moving to Bootstrap. - Please ask me to help. - Currently working on Bitcoin support. I look forward to your advice. Kind Regards, Julian Smith Founder, CEO Blockfreight™

Re: Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Jacques Le Roux
+1, with hopefully next a Foundation one, to compare the difficulty and the result ;) Jacques Le 23/09/2017 à 10:38, Mayank Lambhate a écrit : Hello, The E-Commerce website in OFBiz currently contains custom styling for the UI. We are planning to use the bootstrap framework so that the UI

Using Bootstrap Framework for E-Commerce Website

2017-09-23 Thread Mayank Lambhate
Hello, The E-Commerce website in OFBiz currently contains custom styling for the UI. We are planning to use the bootstrap framework so that the UI would be more arranged and user-friendly. Also, we would require changing the markup accordingly. Let us know your thoughts. Thanks and regards

Re: Release 13.07 Demo Front End E-Commerce Store link not accessible

2017-09-16 Thread Lalit Dashora
d by the previous version of our site >> >> http://ofbiz-vm2.apache.org:28080/ecommerce/control/main >> >> You can't mix HTTPS and 28080 port >> >> We need to change the URL on our new site >> >> Jacques >> >> >> Le 16/09/2017 à 0

Re: Release 13.07 Demo Front End E-Commerce Store link not accessible

2017-09-16 Thread Jacques Le Roux
cques Le 16/09/2017 à 08:27, Lalit Dashora a écrit : Hi, I was going through the new website and found that the Front End e-commerce store link is not accessible of Release 13.07 - Demo https://ofbiz.apache.org/ofbiz-demos.html The link <https://ofbiz-vm2.apache.org:28080/ecommerce/control/

Re: Release 13.07 Demo Front End E-Commerce Store link not accessible

2017-09-16 Thread Jacques Le Roux
going through the new website and found that the Front End e-commerce store link is not accessible of Release 13.07 - Demo https://ofbiz.apache.org/ofbiz-demos.html The link <https://ofbiz-vm2.apache.org:28080/ecommerce/control/main> is accessible on http port but not on https port. Best Regards,

Release 13.07 Demo Front End E-Commerce Store link not accessible

2017-09-15 Thread Lalit Dashora
Hi, I was going through the new website and found that the Front End e-commerce store link is not accessible of Release 13.07 - Demo https://ofbiz.apache.org/ofbiz-demos.html The link <https://ofbiz-vm2.apache.org:28080/ecommerce/control/main> is accessible on http port but not on http

Re: Last content feature on OFBiz E-commerce

2017-05-11 Thread Aditya Sharma
com> wrote: > Hi Priya, > > I guess the question is: do you/we really need it in ecommerce context? > > Jacques > > > > Le 28/04/2017 à 07:00, Priya Sharma a écrit : > >> Hello All, >> >> I am working on OFBiz 14.12 though I tried it on other relea

Re: Last content feature on OFBiz E-commerce

2017-05-08 Thread Jacques Le Roux
Hi Priya, I guess the question is: do you/we really need it in ecommerce context? Jacques Le 28/04/2017 à 07:00, Priya Sharma a écrit : Hello All, I am working on OFBiz 14.12 though I tried it on other releases too. On the e-commerce page whenever a user selects a content from the Browse

Last content feature on OFBiz E-commerce

2017-04-27 Thread Priya Sharma
Hello All, I am working on OFBiz 14.12 though I tried it on other releases too. On the e-commerce page whenever a user selects a content from the Browse Content section, the section "Last content" (similar to Last Products) should be visible on the right hand side panel but this does

Re: Ofbiz and AAL was OfBiz e-commerce customization

2010-09-06 Thread BJ Freeman
om: Bruno Busco To: user@ofbiz.apache.org Date: 05/09/2010 04:31 PM Subject: Re: Ofbiz and AAL was OfBiz e-commerce customization Yes, the idea is to distribute the framework with some basic applications that allows to manage parties and contents. On top of that, specific applications (even not ER

Re: Ofbiz and AAL was OfBiz e-commerce customization

2010-09-06 Thread Vadim Eisenberg
usco wrote on 05/09/2010 04:30:01 PM: > From: > > Bruno Busco > > To: > > user@ofbiz.apache.org > > Date: > > 05/09/2010 04:31 PM > > Subject: > > Re: Ofbiz and AAL was OfBiz e-commerce customization > > Yes, the idea is to distribute the f

Re: OfBiz e-commerce customization

2010-09-06 Thread Shi Jinghai
As it's mentioned in other threads, you can trim OFBiz to make a product to compete with Apple education (iTune U more exactly). You don't have to spend 4 years, 2 years is enough. 在 2010-09-05日的 10:29 +0300,Vadim Eisenberg写道: > Hi Shi Jinghai, > > We considered other ope

Re: OfBiz e-commerce customization

2010-09-05 Thread BJ Freeman
tymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Vadim Eisenberg sent the following on 9/5/2010 12:01 AM: Hi BJ, It is an interesting idea ! You actually propose to use OfBiz as the core platform for the AAL, and not only as an e-commerce solution. We will

Re: OfBiz e-commerce customization

2010-09-05 Thread BJ Freeman
resting idea ! You actually propose to use OfBiz as the core platform for the AAL, and not only as an e-commerce solution. We will consider it as an option. However, I would say that it seems that it could be an overkill to use an ERP solution as a general platform for applications and devices. This o

Re: Ofbiz and AAL was OfBiz e-commerce customization

2010-09-05 Thread Bruno Busco
ons, not necessary ERP related ? > > Best Regards, > Vadim > --- > Vadim Eisenberg > IT for Healthcare & Life Sciences > IBM Research - Haifa > > > > > From: > Bruno Busco > To: > user@ofbiz.apache.org > Date: > 05/09/20

Re: Ofbiz and AAL was OfBiz e-commerce customization

2010-09-05 Thread Vadim Eisenberg
runo Busco To: user@ofbiz.apache.org Date: 05/09/2010 03:06 PM Subject: Re: Ofbiz and AAL was OfBiz e-commerce customization Yes, Vadim, consider also that there is an in-progress work aimed to better separate the framework from the higher level applications. This will let users like you use

Re: OfBiz e-commerce customization

2010-09-05 Thread Hans Bakker
/hansbak Antwebsystems.com: Quality services for competitive rates. On Sun, 2010-09-05 at 10:01 +0300, Vadim Eisenberg wrote: > Hi BJ, > > It is an interesting idea ! You actually propose to use OfBiz as the core > platform for the AAL, and not only as an e-commerce solution. We will

Re: Ofbiz and AAL was OfBiz e-commerce customization

2010-09-05 Thread Bruno Busco
tion/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > > Vadim Eisenberg sent the following on 9/5/2010 12:01 AM: > > > Hi BJ, >> >> It is an

Ofbiz and AAL was OfBiz e-commerce customization

2010-09-05 Thread BJ Freeman
ing on 9/5/2010 12:01 AM: Hi BJ, It is an interesting idea ! You actually propose to use OfBiz as the core platform for the AAL, and not only as an e-commerce solution. We will consider it as an option. However, I would say that it seems that it could be an overkill to use an ERP solution as a ge

Re: OfBiz e-commerce customization

2010-09-05 Thread Vadim Eisenberg
Hi Shi Jinghai, We considered other open-source e-commerce solutions such as osCommerce http://www.oscommerce.com/, but it is licensed under GPL. We cannot use GPL/LGPL code in our project. So the advantage of OfBiz is its Apache license. We are unaware of other open source e-commerce

Re: OfBiz e-commerce customization

2010-09-05 Thread Vadim Eisenberg
l partners from academic institutions/industry. One of the goals is to save funds by re-using existing solutions. I understand what you mean, but I guess subcontracting/consulting is out of question here. If we choose OfBiz as a base for our e-commerce solution, we would have four years to wor

Re: OfBiz e-commerce customization

2010-09-05 Thread Vadim Eisenberg
Hi BJ, It is an interesting idea ! You actually propose to use OfBiz as the core platform for the AAL, and not only as an e-commerce solution. We will consider it as an option. However, I would say that it seems that it could be an overkill to use an ERP solution as a general platform for

Re: OfBiz e-commerce customization

2010-09-04 Thread Shi Jinghai
> Please note that the project I participate in, is a kind of Research and > Development project, sponsored by EU and implemented by a consortium of > academic and industrial partners. The project is planned for four years > (ending in January 2014). One of its goals is to create an

Re: OfBiz e-commerce customization

2010-09-04 Thread Divesh Dutta
project. Its goal is to create a platform for applications, services and > devices for Ambient Assisted Living, that is a kind of "Smart Home" for > senior citizens. As part of the platform, we - several software developers > - have to develop an e-commerce site - uStore >

Re: OfBiz e-commerce customization

2010-09-04 Thread BJ Freeman
David Don't give up the ship yet. Obiz in my estimation is the best thing out there from a overall maintenance and adding to. I believed that back in 2002 when I first saw it and believe that now. The first problem you ran into was you started during a recession. So people were looking for "ine

Re: OfBiz e-commerce customization

2010-09-04 Thread David E Jones
for your prompt response. I think I've got the general idea. I >>> still would like to ask a question about learning OfBiz: >>> The three volumes of the data model book comprise about 1700 pages >>> together. Should I use the book as a reference or do I have to read all &g

Re: OfBiz e-commerce customization

2010-09-04 Thread BJ Freeman
participate in, is a kind of Research and Development project, sponsored by EU and implemented by a consortium of academic and industrial partners. The project is planned for four years (ending in January 2014). One of its goals is to create an open source implementation of an e-commerce solution - uSt

Fw: OfBiz e-commerce customization

2010-09-04 Thread Vadim Eisenberg
fe Sciences IBM Research - Haifa - Forwarded by Vadim Eisenberg/Haifa/IBM on 04/09/2010 11:40 AM - From: Vadim Eisenberg/Haifa/i...@ibmil To: user@ofbiz.apache.org Date: 04/09/2010 11:02 AM Subject: Re: OfBiz e-commerce customization Hi David, Thank you for your answer and explana

Re: OfBiz e-commerce customization

2010-09-04 Thread Vadim Eisenberg
Please note that the project I participate in, is a kind of Research and Development project, sponsored by EU and implemented by a consortium of academic and industrial partners. The project is planned for four years (ending in January 2014). One of its goals is to create an open source implementat

Re: OfBiz e-commerce customization

2010-09-03 Thread BJ Freeman
nior citizens. As part of the platform, we - several software developers - have to develop an e-commerce site - uStore http://universaal.org/index.php?option=com_content&view=category&layout=blog&id=9&Itemid=21 . This site would be a one-stop-shop for software, services and devices fo

Re: OfBiz e-commerce customization

2010-09-03 Thread David E Jones
universaal.org/. It is a consortium European > project. Its goal is to create a platform for applications, services and > devices for Ambient Assisted Living, that is a kind of "Smart Home" for > senior citizens. As part of the platform, we - several software developers > -

Re: OfBiz e-commerce customization

2010-09-03 Thread Vadim Eisenberg
> 03/09/2010 08:54 PM > > Subject: > > Re: OfBiz e-commerce customization > > the first volume is the one you will use the most for understanding the > data model used by ofbiz. It explains things that are not explained any > other place. I suggest at least a curso

Re: OfBiz e-commerce customization

2010-09-03 Thread BJ Freeman
tware developers - have to develop an e-commerce site - uStore http://universaal.org/index.php?option=com_content&view=category&layout=blog&id=9&Itemid=21 . This site would be a one-stop-shop for software, services and devices for Ambient Assisted Living. We consider using OfBiz f

Re: OfBiz e-commerce customization

2010-09-02 Thread BJ Freeman
al.org/. It is a consortium European project. Its goal is to create a platform for applications, services and devices for Ambient Assisted Living, that is a kind of "Smart Home" for senior citizens. As part of the platform, we - several software developers - have to develop an e-commerc

Re: Mobile E-Commerce

2010-07-29 Thread Jacques Le Roux
e tackled a fully fledged mobile e-commerce site for iphone/blackberry/wm/droid, etc? It seems it's going to be an essential part of business for anyone selling B2C. Thanks.

Re: Mobile E-Commerce

2010-07-28 Thread Shi Jinghai
gards, Shi Jinghai/Beijing Langhua Ltd. 在 2010-07-28三的 10:57 -0700,Scott.写道: > Have any of the devs/service providers here tackled a fully fledged mobile > e-commerce site for iphone/blackberry/wm/droid, etc? It seems it's going to > be an essential part of business for anyone selling B2C. > > Thanks.

Re: Mobile E-Commerce

2010-07-28 Thread Scott.
.n4.nabble.com/Mobile-E-Commerce-tp2305400p2305613.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Mobile E-Commerce

2010-07-28 Thread BJ Freeman
: Lawyer advised against it with our current federal and state laws about using hand held devices with driving, under the product liability of the software. Scott. sent the following on 7/28/2010 10:57 AM: Have any of the devs/service providers here tackled a fully fledged mobile e-commerce site

Re: Mobile E-Commerce

2010-07-28 Thread Jacques Le Roux
ving, under the product liability of the software. Scott. sent the following on 7/28/2010 10:57 AM: Have any of the devs/service providers here tackled a fully fledged mobile e-commerce site for iphone/blackberry/wm/droid, etc? It seems it's going to be an essential part of business fo

Re: Mobile E-Commerce

2010-07-28 Thread Scott Gray
following on 7/28/2010 10:57 AM: >> >> Have any of the devs/service providers here tackled a fully fledged mobile >> e-commerce site for iphone/blackberry/wm/droid, etc? It seems it's going to >> be an essential part of business for anyone selling B2C. >> >&

Re: Mobile E-Commerce

2010-07-28 Thread BJ Freeman
Lawyer advised against it with our current federal and state laws about using hand held devices with driving, under the product liability of the software. Scott. sent the following on 7/28/2010 10:57 AM: Have any of the devs/service providers here tackled a fully fledged mobile e-commerce

Re: Facing Problem while creating a New E commerce Project

2010-05-10 Thread BJ Freeman
Ruth Hoffman has a book on ecommerce. I have not read it so not sure what it supports. you can find her on the mailing list. The source code is the best documentation, other than that. BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Facing Problem while creating a New E commerce Project

2010-05-10 Thread kaliagaurav
Thanks Freeman. I am a novice it will be great you can give me some documentation link if you dont mind so that I can read the process on which you are guiding me. TIA Regards Gaurav -- View this message in context: http://ofbiz.135035.n4.nabble.com/Facing-Problem-while-creating-a-New-E

Re: Facing Problem while creating a New E commerce Project

2010-05-10 Thread BJ Freeman
you only need a seperate database if the person using it is not the same company that has the other website. if you do have seperate company then you should use the multitenacy feature that was just develope by David. either way you use the ecomnclone as an example of how to create a separate webs

Re: Facing Problem while creating a New E commerce Project

2010-05-10 Thread kaliagaurav
-a-New-E-commerce-Project-tp2132389p2165460.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Facing Problem while creating a New E commerce Project

2010-05-06 Thread BJ Freeman
question :) > > Can I copy ecommerce folder to hotdeploy in order to create a exactly > same copy of ecommerce for a very new different project. > > Please suggest > > Thanks > Gaurav > > On Thursday 06 May 2010 03:49 PM, Gaurav Kalia wrote: >> Hi All >>

Re: Facing Problem while creating a New E commerce Project

2010-05-06 Thread Rishi Solanki
> Thanks > Gaurav > > > On Thursday 06 May 2010 03:49 PM, Gaurav Kalia wrote: > >> Hi All >> >> I am a beginner and hence following the beginners guide to create a new e >> commerce project. >> >> I am following the below link to create a

Re: Facing Problem while creating a New E commerce Project

2010-05-06 Thread Gaurav Kalia
. Please suggest Thanks Gaurav On Thursday 06 May 2010 03:49 PM, Gaurav Kalia wrote: Hi All I am a beginner and hence following the beginners guide to create a new e commerce project. I am following the below link to create a new project. https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz

Re: Facing Problem while creating a New E commerce Project

2010-05-06 Thread BJ Freeman
trk=tab_pro> Gaurav Kalia sent the following on 5/6/2010 3:19 AM: > Hi All > > I am a beginner and hence following the beginners guide to create a new > e commerce project. > > I am following the below link to create a new project. > > https://cwiki.apache.org

Facing Problem while creating a New E commerce Project

2010-05-06 Thread Gaurav Kalia
Hi All I am a beginner and hence following the beginners guide to create a new e commerce project. I am following the below link to create a new project. https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide I have followed all the steps (may be i

  1   2   >