Hello all, I'm about to ramble a bit.
I have just started looking at OFBiz. I'm a Java developer with Struts 1 / 2 and Spring MVC experience. I'm interested in developing some personal eCom sites based on OFBiz. I understand OFBiz has backend admin functions. I understand OFBiz has a eCom front end. I want to modify showcart, so I know this so far: controller.xml = Used by framework to map requests. CartScreens.xml = Defines cart related screens. ShowCart.groovy = Working on how this is used. (Do not have groovy debug working yet in my IDE. ) ShowCart.ftl = Used to render cart list. My question is: - How is everyone handling making modifications to existing ecommerce app screens? For example I want to modify the ShowCart screen. What is the recommended method for doing this and still be able to update from SVN without crazy merge issues. Do I modify the existing ShowCart.ftl or do I copy it and replace it. It would nice to be able to package my app changes separate from the public project. Robert Wynkoop
