I would like to redefine the notion of a "manufacturer" in the demo app to be "business". In other words, my store will be comprised of a set of businesses each of which have 1 or more products. Just a simple terminology change that I would prefer to be able to change in one spot from the admin app (if possible) rather than having to try a global replace of the string "Manufacturer" in the project.
The store front and admin app text is all within message catalogs.
Hi Daniel,
Change the text "Manufacturer" by "Business" in:
"konakart\webapps\konakart\WEB-INF\classes":
- Messages.properties,
- Messages_de.properties,
- Messages_es.properties,
- Messages_pt.properties
Inside them you can find:
- advanced.search.body.all.manufacturers=All Manufacturers
- advanced.search.body.manufacturers=Manufacturers
- seo.product.manufacturer=manufacturer
- manufacturer.tile.manufacturerinfo=Manufacturer
- products.body.all.manufacturers= All Manufacturers
- search.by.manufacturer.tile.title=Manufacturer[/]
Best regards,
David Navarro.