Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    GA, USA
    Posts
    7
    Plugin Contributions
    0

    help question Changing Manufacturers Text Name Change

    I like the functionality, location, and everything about the Manufacturers option but........I sell photography prints and I will be having multiple artist on board. Is there an easy way to keep the functionality of the "Manufacturers" as it is and have it read "Artist" instead? Name/text change only?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Changing Manufacturers Text Name Change

    Look in:-

    includes/languages/your_template/english.php

    for:-

    PHP Code:
    // manufacturers box text in sideboxes/manufacturers.php
      
    define('BOX_HEADING_MANUFACTURERS''Manufacturers'); 
    change to:-

    PHP Code:
    // manufacturers box text in sideboxes/manufacturers.php
      
    define('BOX_HEADING_MANUFACTURERS''Artists'); 
    20 years a Zencart User

  3. #3
    Join Date
    Mar 2008
    Location
    GA, USA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Changing Manufacturers Text Name Change

    Excellent, SchoolBoy. That did the trick. I found one other area that needs to be changed.
    PHP Code:
    // manufacturer box text
      
    define('BOX_HEADING_MANUFACTURER_INFO''Artist Info'); 
    Just an FYI for anyone else needing to make this change, the address line will still be proceeded with (index.php?main_page=index&manufacturers_id=1) when you choose a manufacture/artist out of the list.

 

 

Similar Threads

  1. v139h Change Order Status Name and Change Email Text
    By traytray in forum General Questions
    Replies: 0
    Last Post: 10 Nov 2013, 04:29 AM
  2. Replies: 2
    Last Post: 12 Feb 2009, 01:02 AM
  3. Changing Item Name- Text
    By bswinnerton in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jul 2008, 06:08 PM
  4. Change the Manufacturers sidebox to text links
    By hipmaster in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 10 May 2006, 02:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg