Vikas, BTW if you are looking for more customization in base, you should look for option to extend the component into hot-deploy, rather to make more changes in existing code. It will give you more flexibility in customizing as is system.
Following document would be helpful :- Search for " Extending an Existing Component " https://cwiki.apache.org/OFBIZ/addressing-custom-requirements-in-ofbiz.html -- Thanks And Regards Sumit Pandit Tata Consultancy Services Cell:- 917503046188 ____________________________________________ ----- Original Message ----- | From: "Rishi Solanki" <[email protected]> | To: [email protected] | Sent: Thursday, March 28, 2013 4:33:49 PM | Subject: Re: Remove Menu Items | Look into the ofbiz-component.xml exists in each component and | generally | for each web application. | Change the Title="Catalog" to Title="Products" will work for you. You | will | see the following code in the products ofbiz-component.xml. | <wbapp name="catalog" | title="Catalog" | service="default-server" | ..... | mount-point="/catalog" /> | Hope it helps! | -- | Rishi Solanki | Manager, Enterprise Software Development | HotWax Media Pvt. Ltd. | Direct: +91-9893287847 | http://www.hotwaxmedia.com | On Thu, Mar 28, 2013 at 3:57 PM, Vikas <[email protected]> wrote: | > Hi Thank you for your reply!!!! | > | > Is it possible to change the menu text ? "Example : Catalog to | > Products" | > | > | > | > -- | > View this message in context: | > http://ofbiz.135035.n4.nabble.com/Remove-Menu-Items-tp4640177p4640185.html | > Sent from the OFBiz - User mailing list archive at Nabble.com. | > =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
