Re: Get the ecommerce Url within a java method

2012-11-21 Thread Paul Piper
Try: CatalogUrlServlet.makeCatalogUrl(request, productId, currentCategoryId, previousCategoryId); Though I must admit it is probably a wrong location for the function and should be moved to a CatalogUtil class. -- View this message in context:

Re: Get the ecommerce Url within a java method

2012-11-21 Thread Paul Piper
Yea - well, the trick is to look into the freemarkerTransforms in this case, since within freemarker the function is used the most. Glad I could be of help. Cheers -- View this message in context:

Order - Invoice basics

2012-11-21 Thread Phillip Rhodes
Hi, While ofbiz is overkill for my initial purposes, I want to learn it;) I will be manually entering an Order (one per day) that will represent a summary of sales from our external POS. Part of the information we need to track is the amount of credit card and cash receipts we got for the day

Re: Order - Invoice basics

2012-11-21 Thread Paul Piper
I am not sure I fully understand, but in general you require a set of information - the invoices are then generated for you automatically. I would suggest to look into the demo data that is available (search for OrderHeader in *data.xml files) and try to follow the datasets there. There is already