Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    57
    Plugin Contributions
    0

    Default Change display "Model: XXX" to "Catalog: XXX"

    I'm trying to change the default "Model" (which, by my investigation is the TEXT_PRODUCT_MODEL field/tag/??) in the code to read "Catalog: xxxx"

    but, i can't find where TEXT_PRODUCT_MODEL is defined. I've searched the entire db and the entire source code. Only

    <ul id="productDetailsList" class="floatingBox back">
    <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>

    so on...

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,053
    Plugin Contributions
    1

    Default Re: Change display "Model: XXX" to "Catalog: XXX"

    Did you search for 'model' in Admin - Tools - Developers Tool Kit ?

  3. #3
    Join Date
    Oct 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Change display "Model: XXX" to "Catalog: XXX"

    Quote Originally Posted by stevesh View Post
    Did you search for 'model' in Admin - Tools - Developers Tool Kit ?
    I did, thank you. Had never used that before. Funny, that I did a site wide search from within Dreamweaver and it didn't find the handful of files that define that.

    \includes\languages\english\product_info.php and a few others were the culprits.

    thanks again

 

 

Similar Threads

  1. Display "Best Sellers" like "What's New" or "Specials" lists.
    By jsmooth in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jun 2010, 12:06 AM
  2. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  3. Replies: 0
    Last Post: 5 Jan 2007, 02:35 AM

Bookmarks

Posting Permissions

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