Author Topic: Change Manufacturer to Business  (Read 592 times)

dnlsmns

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Change Manufacturer to Business
« on: August 19, 2010, 11:02:08 AM »
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.

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Re: Change Manufacturer to Business
« Reply #1 on: August 20, 2010, 12:08:03 AM »
The store front and admin app text is all within message catalogs.

dnavarro

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Change Manufacturer to Business
« Reply #2 on: August 20, 2010, 02:08:35 AM »

 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.