Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2009
    Posts
    41
    Plugin Contributions
    0

    Default Newbie: How do I change the name "model" to another name?

    ZC 1.3.8a

    Refer to http://hugocruzgallery.com/shop/inde...e=products_new

    I searched the forums and could not find an answer. I hope this is an easy answer. How can I change the name "Model" (the actual word "model" that Zencart automatically adds to relevant pages) to something else? For instance, I would like it to change to "Art Medium"

    How can i do this? I would appreciate specifics because I am pretty new to this (although I can manage pretty well with direction).

    Thank you.

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Newbie: How do I change the name "model" to another name?

    Look in includes/languages/english/document_product_info.php and find:

    define('TEXT_PRODUCT_MODEL', 'Model: ');

    change to

    define('TEXT_PRODUCT_MODEL', 'Art Medium: ');

    and save to includes/languages/english/custom_template/document_product_info.php
    Last edited by bobdog; 18 May 2009 at 05:47 AM. Reason: path to custom folder

  3. #3
    Join Date
    Apr 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Newbie: How do I change the name "model" to another name?

    Hello Bobdog (or any one else reading),

    I followed the instructions and changed the appropriate document_product_info.php file and saved it into my custom template folder. Unfortunately, "Model:" still appears as shown in the following pages:

    http://hugocruzgallery.com/shop/inde...&products_id=1

    and

    http://hugocruzgallery.com/shop/inde...e=products_new

    I also decided to use "Type:" in place of "Model:" ... i refreshed my pages several times but the word "model" still appears.

    Where did i go wrong? i hope you can help.

    Thank you. i really appreciate your assistance.

  4. #4
    Join Date
    Apr 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Newbie: How do I change the name "model" to another name?

    Well, thanks to the direction of Bobdog, I experimented with other PHP files within the English folder and answered my own question. For any one else whom may read this in the future, I edited the following php pages and added them to my custom template folder as instructed by bobdog above:

    I made the following change

    define('TEXT_PRODUCTS_MODEL','Type: ');

    in all the following PHP files:

    products_all.php
    products_new.php
    product_info.php
    featured_products.php

    and all went well :-)

  5. #5
    Join Date
    Jun 2009
    Location
    NC
    Posts
    174
    Plugin Contributions
    1

    Default Re: Newbie: How do I change the name "model" to another name?

    Excellent, I was trying to fix this for my company as well. This was very helpful. Thank you.

    Dale

 

 

Similar Threads

  1. Can the "option name" display name be different than the actual "option name"?
    By yukionna in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 3 Dec 2013, 01:06 AM
  2. Can't change the "price" and "Item Name" Link
    By thricelll in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 27 Feb 2011, 08:16 AM
  3. how to change the name "specials" to "on sale"?
    By lina0962 in forum Basic Configuration
    Replies: 1
    Last Post: 20 Nov 2010, 12:16 AM
  4. Newbie: How do I make this minor change to "model"?
    By hugozc in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2009, 09:07 PM
  5. How to change the "Document" sidebox name to other names? Thanks!
    By marshall in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jun 2007, 07:58 PM

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