Statistics

2012-01-01 Thread Gavin Mabie
Hi all Any pointers as to how to customise statistics/hits? Best wishes for 2012 everyone. Gavin

404 links broken in wiki

2012-01-01 Thread Tom
Hi, I am seeing lots of 404 message for links in the wiki, from here; https://cwiki.apache.org/OFBENDUSER/product-and-catalog-information-manager-role.html links are broken to; https://cwiki.apache.org/OFBENDUSER/working-with-the-catalog-manager.html Not Found The requested URL /OFBENDUS

Re: Is here a way to discover whether ofbiz is currently processing a GET or a POST

2012-01-01 Thread David E Jones
You can get the HTTP request method from the standard Java HttpServletRequest object. -David Wai wrote: > Are there any flags or methods currently implemented within ofbiz to let me > know whether the current request is a GET or a POST, other than referring to > ControlServlet.doGet() and Contr

Re: importing many products on mass?

2012-01-01 Thread Adrian Crum
I use that process to integrate client legacy systems with OFBiz, and NDAs prevent me from posting any of it. I could create a generic example if I had time. -Adrian On 1/2/2012 12:13 AM, Mike wrote: Sounds like a great plan Adrian. Would it be possible to post a working example? Never too

Re: importing many products on mass?

2012-01-01 Thread Mike
Sounds like a great plan Adrian. Would it be possible to post a working example? Never too old to learn new tricks [grin]. On Sun, Jan 1, 2012 at 2:13 PM, Adrian Crum wrote: > From my perspective, it is easier to import the CSV data into a temporary > entity that mirrors the CSV file structure.

Integrating OFBiz into web application

2012-01-01 Thread Tobias G. Pfeiffer
Hi, I am currently looking at OFBiz as a possible solution to integrate a web shop and ERP backend into my (to be written) web application. When using OFBiz as a web shop, it seems to be common to use the web interface provided by OFBiz, and theme/customize it. I was wondering what a good practic

Re: importing many products on mass?

2012-01-01 Thread Adrian Crum
From my perspective, it is easier to import the CSV data into a temporary entity that mirrors the CSV file structure. Then I write a service in mini-language to read the temporary entity and process the data it contains. Categories, products and prices can be generated with just a few lines of

Re: importing many products on mass?

2012-01-01 Thread Mike
Here is another reference: https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data See "Use the OFBiz's Data File Tools to read you Cvs in" for (maybe) an easy way of mapping entities. I've never tried the above, even so, you'll STILL need to become intimately familiar with o

Re: importing many products on mass?

2012-01-01 Thread Adrian Crum
http://mail-archives.apache.org/mod_mbox/ofbiz-user/200610.mbox/%3c4524bde9.1040...@sastau.it%3E -Adrian On 1/1/2012 6:19 PM, Tom wrote: Hi, I have an excel sheet with some 500 products, each with a price and image url. Is there a typical process for importing the product database to maint

importing many products on mass?

2012-01-01 Thread Tom
Hi, I have an excel sheet with some 500 products, each with a price and image url. Is there a typical process for importing the product database to maintain the price and image associations correctly? Thanks Tom

tutorial orientated towards configuring the ecommerce application to look-and-feel

2012-01-01 Thread Tom
Hi all, I followed the tutorials relating to setting up the catalog and Company party, and have a pretty good model of my products in the default ecommerce store. However I am having trouble taking the next step to configuring the store look and feel, and disabling some of the default widg