Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Lost model number...

    Hi all,
    A little while ago i remember seeing the model number in the product description page, just below the image of the product, but now, it is not there ok, i have installed many mods, but only just realised this, so im not sure which mod may have caused this error.
    I do have the model number on the listing pages, but i would still prefer to have it on the product description page.
    Does anyone have any idea how i could get this back on the page please, or what page to add some text too?
    I have checked all settings in admin, and nothing in there does the trick.
    Thanks in advance.
    Nic.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Lost model number...

    What's your setting in the first option in Admin - Catalog - Product Types - Edit Layout ?

    If that isn't it, we'll need to see the site.

  3. #3
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Lost model number...

    Quote Originally Posted by stevesh View Post
    What's your setting in the first option in Admin - Catalog - Product Types - Edit Layout ?

    If that isn't it, we'll need to see the site.
    Just checked it, and the show model number is set to true.
    Site is HERE

  4. #4
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Lost model number...

    I think when the mods were installed, somewhere the model line may have been deleated, thats all i can think of really, cant be anything else
    Well i hope not lol.

  5. #5
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Lost model number...

    Any help as i still have not resolved this problem.
    Thanks
    Nic.

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Lost model number...

    Hard for anyone to diagnose from here. Did any of those mods change tpl_product_info_display.php ?

  7. #7
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Lost model number...

    Quote Originally Posted by stevesh View Post
    Hard for anyone to diagnose from here. Did any of those mods change tpl_product_info_display.php ?
    Hi
    Yes i can see in the above file the Wholesale price mod was installed within the product_info_display.php

    i cannot find anything to do with model number in there
    I can post the file here? so you can see?
    Thanks
    Nic

  8. #8
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Lost model number...

    Quote Originally Posted by bridge32 View Post
    Hi
    Yes i can see in the above file the Wholesale price mod was installed within the product_info_display.php

    i cannot find anything to do with model number in there
    I can post the file here? so you can see?
    Thanks
    Nic
    It's ok i sorted it! Seems this file was deleted from the above location:
    <!--bof Product details list -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <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"; ?>
    <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br />
    <?php
    }
    ?>
    <!--eof Product details list -->

    So i took this from the back up i had and the model number now shows

 

 

Similar Threads

  1. How do I get the Model Number on the same line as Model??
    By MandyMac in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Jul 2014, 04:27 AM
  2. v139f How to add "Model" infront of my model number above my product pictures?
    By missymissy in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Apr 2014, 06:44 AM
  3. I have lost my Model Number
    By RsUnv in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 1 Jul 2010, 10:42 AM
  4. Changing 'Model number' to 'Part Number'
    By bottyz in forum General Questions
    Replies: 1
    Last Post: 24 Mar 2010, 03:53 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