[OFBiz] Users - Leveraging Ecommerce App
Ashish Hareet
Ashish.Hareet at cpbinc.com
Wed Jun 15 16:30:04 EDT 2005
Alfred,
I'm using OfBiz much like the way you intend to, OfBiz is the API & I'll customize the UI.
Here's some links that might help you get started
- Get a hang of controller.xml, services, request, events, etc - http://www.ofbiz.org/docs/control.html
- Services, look into eca's as well - http://www.ofbiz.org/docs/services.html
- Screen widget's, stay away from regions & jpublish, all's gonna be migrated to screen widgets - search in wiki & the mailing lists
- Simple methods - http://www.ofbiz.org/docs/minilang.html
- Data model - https://ofbiz.dev.java.net/servlets/ProjectDocumentList?folderID=236
- bsh - http://beanshell.org/manual/contents.html
- ftl, if you are dealing with a web based UI - http://www.freemarker.org/docs/index.html
More stuff can be found here - http://www.ofbiz.org/documents.html
wiki - http://ofbizwiki.go-integral.com/Wiki.jsp
HTH
Ashish Hareet
-----Original Message-----
From: users-bounces at lists.ofbiz.org
[mailto:users-bounces at lists.ofbiz.org]On Behalf Of
users-request at lists.ofbiz.org
Sent: Wednesday, June 15, 2005 11:00 AM
To: users at lists.ofbiz.org
Subject: Users Digest, Vol 11, Issue 25
Send Users mailing list submissions to
users at lists.ofbiz.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ofbiz.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request at lists.ofbiz.org
You can reach the person managing the list at
users-owner at lists.ofbiz.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."
Today's Topics:
1. Re: Leveraging Ecommerce App (Rebel Geek)
2. Re: List Type "Automatic Re-Orders" on Shopping Lists
(David E. Jones)
3. Re: Leveraging Ecommerce App (David E. Jones)
----------------------------------------------------------------------
Message: 1
Date: Wed, 15 Jun 2005 10:37:06 -0400
From: Rebel Geek <rebel.geek at gmail.com>
Subject: Re: [OFBiz] Users - Leveraging Ecommerce App
To: OFBiz Users / Usage Discussion <users at lists.ofbiz.org>
Message-ID: <a3ef326d05061507373a6e5f3d at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
Does anybody have any advice on this? Thanks.
>
> Can anyone point me to a doc (website, mailing list post, etc) which I
> may have missed that could explain the approach I need/should take in
> order to modify the ecommerce app to my needs. Thanks in advance.
>
>
> Alfred
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users
>
------------------------------
Message: 2
Date: Wed, 15 Jun 2005 09:47:43 -0600
From: "David E. Jones" <jonesde at ofbiz.org>
Subject: Re: [OFBiz] Users - List Type "Automatic Re-Orders" on
Shopping Lists
To: OFBiz Users / Usage Discussion <users at lists.ofbiz.org>
Message-ID: <1ABADBD1-F027-4516-AE46-375D06A4267C at ofbiz.org>
Content-Type: text/plain; charset="us-ascii"
Yes, OFBiz will try to get the Locale from the client's browser
(through the HttpServletRequest object, which will have the info if
the browser sent it over).
I've heard about this issue with not being able to select English and
I'm not sure what the best way around it is, except to rename the
English properties files like you mentioned or to set your system
locale to English on startup. This is a quirk in the Java
ResourceBundle stuff and I'm not sure what to do about it... If
anyone has any ideas I'm all ears...
-David
On Jun 15, 2005, at 3:25 AM, Sinan Yatkin wrote:
> Ok i rebuild ofbiz and now no EcommerceAddtoCart string is displayed.
>
> I have one more Question!
>
> Why Can OFBiz eCommerce Applikation doesnt show me an English
> ecommerce Applikation. Although i have the Seed data and nothing is
> changed in the general.properties file?
> Can OFBiz get out my Locale from browser or what else?
> And if i try to change Language to English it still shows me a
> German Page.
>
> And my Solution is to this Problem i copy
> EcommerceUiLabels.properties file
> and rename it as EcommerceUiLabels_en.properties and then it works and
> shows me English applikation and i can set it and unset it normally.
>
>
> On 6/14/05, Jacques Le Roux <jacques.le.roux at les7arts.com> wrote:
>
>> Sinan,
>>
>> There is no more EcommerceAddToCart string see
>> http://jira.undersunconsulting.com/browse/OFBIZ-276
>>
>> Is it a EcommerceAddtoCart string that you see on store (note the
>> to and no
>> To) ? Are you sure you use last svn and have made an ant build ?
>>
>> Jacques
>>
>>
>> From: "Sinan Yatkin" <yatkin at gmail.com> Sent: Tuesday, June 14,
>> 2005 12:15
>> PM
>>
>>
>>
>>> Thanks a lot.
>>>
>>> Now it works Fine.
>>>
>>> But why are there only 2 payment methods available although with
>>> Classic Ordering more available like Cash on delivery.
>>>
>>> One more thing on the store near Products it says EcommerceAddToCart
>>> instead of Add to Cart ?
>>>
>>> On 6/14/05, David E. Jones <jonesde at ofbiz.org> wrote:
>>>
>>>>
>>>> Sinan,
>>>>
>>>> Thanks for reporting this. The issues with the calendar popups are
>>>> now fixed (in SVN revision 5152). Once the recurrence options are
>>>> specified you can set active to Y, otherwise it will always stay as
>>>> N. Could probably use some UI improvements, but for now at least it
>>>> works...
>>>>
>>>> -David
>>>>
>>>>
>>>> On Jun 8, 2005, at 6:25 AM, Sinan Yatkin wrote:
>>>>
>>>>
>>>>> Hallo!
>>>>>
>>>>> this is my first Post i hope its the right place for my Question.
>>>>>
>>>>> When i try to create a Shoppinglist with List Type Re-Orders it
>>>>> doesnt
>>>>> seem to Work right.
>>>>>
>>>>> 1. I try to Activate it but its Allways N selected and not active.
>>>>> 2.On the "Shopping List Re-Order Info" I Want to select Start
>>>>> Date and
>>>>> End Date. When i click calendar logo it gives an Error like "Error
>>>>> calling the calendar : no target control specified"
>>>>>
>>>>> Maybe can anybody help me!
>>>>>
>>>>> Thank You!
>>>>>
>>>>> _______________________________________________
>>>>> Users mailing list
>>>>> Users at lists.ofbiz.org
>>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.ofbiz.org
>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>>
>>>>
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.ofbiz.org
>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>
>>
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ofbiz.org
>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2363 bytes
Desc: not available
Url : http://lists.ofbiz.org/pipermail/users/attachments/20050615/e5cae537/smime-0001.bin
------------------------------
Message: 3
Date: Wed, 15 Jun 2005 09:53:43 -0600
From: "David E. Jones" <jonesde at ofbiz.org>
Subject: Re: [OFBiz] Users - Leveraging Ecommerce App
To: OFBiz Users / Usage Discussion <users at lists.ofbiz.org>
Message-ID: <0C1C5810-7603-43B6-BFF5-0D6D5901E1D0 at ofbiz.org>
Content-Type: text/plain; charset="us-ascii"
Alfred,
I'm not really sure what you are looking for, but I can certainly
take a shot at it...
The trick with documentation is that it is impossible for the doc
writer to know in advance what your skill level or knowledge is
already, and what you are trying to do with the system or tool. If
the scope and target audience is definable that helps a lot, but with
OFBiz both the scope and target audience are huge. So, while we have
many hundreds of pages of docs from various resources it's hard to
know which to recommend, and it may be that no doc exists that is
exactly what you are imagining it should be like.
The main resources for docs is the "Docs & Books" page of the http://
www.ofbiz.org web site. There are links to most of the available doc
resources from there, both technical and end user. It also includes
links to the Undersun Consulting site which offers various training
and reference materials, and on-line documentation that is mostly end-
user oriented. If you are trying to do development with OFBiz the
training and reference materials package there is highly recommended,
unless the online docs on ofbiz.org are sufficient for your needs...
-David
On Jun 15, 2005, at 8:37 AM, Rebel Geek wrote:
> Hi,
>
> Does anybody have any advice on this? Thanks.
>
>
>>
>> Can anyone point me to a doc (website, mailing list post, etc)
>> which I
>> may have missed that could explain the approach I need/should take in
>> order to modify the ecommerce app to my needs. Thanks in advance.
>>
>>
>> Alfred
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ofbiz.org
>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2363 bytes
Desc: not available
Url : http://lists.ofbiz.org/pipermail/users/attachments/20050615/5ba38e99/smime-0001.bin
------------------------------
_______________________________________________
Users mailing list
Users at lists.ofbiz.org
http://lists.ofbiz.org/mailman/listinfo/users
End of Users Digest, Vol 11, Issue 25
*************************************
More information about the Users
mailing list