Author Topic: Hide the model details from product page  (Read 3186 times)

Offline mike3314

  • Newbie
  • *
  • Posts: 10
  • Karma: +2/-0
    • View Profile
Hide the model details from product page
« on: September 27, 2017, 10:04:08 AM »
Hi,
I would like to hide the model number from the customer on the product page as I will be using this just for my own reference.
Any help would be much appreciated.

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
Re: Hide the model details from product page
« Reply #1 on: September 27, 2017, 12:38:34 PM »
Go to line public_html/storefront/view/default/template/pages/product/product.tpl  line #L301
remove this code:
<?php if ($model){ ?>
                     <li><span class="productinfoleft"><?php echo $text_model; ?></span> <?php echo $model; ?>
                     </li>
                  <?php } ?>

Offline mike3314

  • Newbie
  • *
  • Posts: 10
  • Karma: +2/-0
    • View Profile
Re: Hide the model details from product page
« Reply #2 on: September 27, 2017, 01:43:08 PM »
Thats worked great...Thanks!
I'm now trying to remove the model from the cart page as well, I've managed to find where the code is in the /public_html/storefront/view/default/template/pages/checkout/cart.tpl but if I remove the lines which I've found which contain the word 'model'
Line 32  <th class="align_left"><?php echo $column_model; ?></th>
and
Line 54 <td class="align_left"><?php echo $product['model']; ?></td>
it does actually remove the model number but still leaved the heading 'title' and the price is now listed under the model  :-\
Any ideas again much appreciated.

Offline mike3314

  • Newbie
  • *
  • Posts: 10
  • Karma: +2/-0
    • View Profile
Re: Hide the model details from product page
« Reply #3 on: September 27, 2017, 01:53:01 PM »
Just gone through the above procedure again to remove model from the 'cart' and this time it seems to have worked so don't know what I'd done wrong the first time  - thanks again for your help

 

Powered by SMFPacks Social Login Mod