Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default How to change Model to catalog

    Is there a possible way to change the "model" to "catalog" in product?

    thanks

  2. #2
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: How to change Model to catalog

    If all you want to alter is the terminology of how the customer sees it (insteadd of seeing "model" you want them to see "catalog") then you can do this by looking at the language files.

    In your case it would be specifically the following file:

    /includes/languages/english/product_info.php

    Find the following line and alter as needed

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

    (Yours would look like this:)
    define('TEXT_PRODUCT_MODEL', 'Catalog: ');
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #3
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to change Model to catalog

    Quote Originally Posted by econcepts View Post
    If all you want to alter is the terminology of how the customer sees it (insteadd of seeing "model" you want them to see "catalog") then you can do this by looking at the language files.

    In your case it would be specifically the following file:

    /includes/languages/english/product_info.php

    Find the following line and alter as needed

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

    (Yours would look like this:)
    define('TEXT_PRODUCT_MODEL', 'Catalog: ');
    econcepts,

    Thanks for the reply. It works.

 

 

Similar Threads

  1. How to change title 'Model:'?
    By Akos in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 22 Feb 2010, 04:03 PM
  2. How do I change Model #?
    By raguirre in forum General Questions
    Replies: 1
    Last Post: 29 Dec 2008, 04:30 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