Post by mychoicegames » Tue Aug 23, 2011 7:22 am

Hey I was wondering how I could remove model from products. Most of my products don't need a model.

Newbie

Posts

Joined
Sun Aug 21, 2011 6:10 pm

Post by spitos » Tue Aug 23, 2011 8:34 am

Do you mean from showing on the site or completely from the backend too?

Image
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here


User avatar
Active Member

Posts

Joined
Mon May 23, 2011 6:19 pm
Location - UK

Post by mychoicegames » Tue Aug 23, 2011 12:14 pm

Just the site.

Newbie

Posts

Joined
Sun Aug 21, 2011 6:10 pm

Post by mychoicegames » Tue Aug 23, 2011 3:16 pm

bumpppppppppppppppp

Newbie

Posts

Joined
Sun Aug 21, 2011 6:10 pm

Post by uksitebuilder » Tue Aug 23, 2011 4:05 pm

edit: catalog/view/theme/default/template/product/product.tpl

find and delete:

Code: Select all

        <span><?php echo $text_model; ?></span> <?php echo $model; ?><br />

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by spitos » Tue Aug 23, 2011 4:09 pm

You might also want to make sure it is removed from the compare pages too,

Edit: catalog/view/theme/default/template/product/compare.tpl

Find and delete:

Code: Select all

      <tr>
        <td><?php echo $text_model; ?></td>
        <?php foreach ($products as $product) { ?>
        <td><?php echo $products[$product['product_id']]['model']; ?></td>
        <?php } ?>
      </tr>

Image
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here


User avatar
Active Member

Posts

Joined
Mon May 23, 2011 6:19 pm
Location - UK

Post by uksitebuilder » Tue Aug 23, 2011 4:11 pm

and probably the shopping cart and invoice and order confirmation lol

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom
Who is online

Users browsing this forum: No registered users and 31 guests