Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

убрать производителя из сравнения товаров


Recommended Posts

Всем здравствуйте!

Задача убрать поле "Производитель" из сравнения товаров. Есть способ это сделать?

Заранее спасибо за ответ :)

post-17235-0-57591000-1327174458_thumb.jpg

Link to comment
Share on other sites


А зачем стирать?,можеш закоментировать, вдруг опять понадобится :-)

catalogviewthemeВАША ТЕМАtemplateproductcompare.ptl

Находим код:

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

и приписываем

<tr>
   <?php if (1 == 2): ?>
		<td><?php echo $text_manufacturer; ?></td>
		<?php foreach ($products as $product) { ?>
		<td><?php echo $products[$product['product_id']]['manufacturer']; ?></td>
		<?php } ?>
  <?php endif; ?>
	  </tr>

Все :-)

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.