пʼятницю, 14 лютого 2014 р.

Поменять местами Описание и Характеристики

catalog/view/theme/YOUR_THEME/template/product/product.tpl


было:
<a href="#tab-description"><?php echo $tab_description; ?></a>
 <?php if ($attribute_groups) { ?>
 <a href="#tab-attribute"><?php echo $tab_attribute; ?></a>
 <?php } ?>
стало:
<?php if ($attribute_groups) { ?>
 <a href="#tab-attribute"><?php echo $tab_attribute; ?></a>
 <?php } ?>
  <a href="#tab-description"><?php echo $tab_description; ?></a>

было:
  <div id="tab-description" class="tab-content"><?php echo $description; ?></div>
  <?php if ($attribute_groups) { ?>
  <div id="tab-attribute" class="tab-content">
 <table class="attribute">
   <?php foreach ($attribute_groups as $attribute_group) { ?>
   <thead>
  <tr>
    <td colspan="2"><?php echo $attribute_group['name']; ?></td>
  </tr>
   </thead>
   <tbody>
  <?php foreach ($attribute_group['attribute'] as $attribute) { ?>
  <tr>
    <td><?php echo $attribute['name']; ?></td>
    <td><?php echo $attribute['text']; ?></td>
  </tr>
  <?php } ?>
   </tbody>
   <?php } ?>
 </table>
  </div>
  <?php } ?>

стало:
  <?php if ($attribute_groups) { ?>
  <div id="tab-attribute" class="tab-content">
 <table class="attribute">
   <?php foreach ($attribute_groups as $attribute_group) { ?>
   <thead>
  <tr>
    <td colspan="2"><?php echo $attribute_group['name']; ?></td>
  </tr>
   </thead>
   <tbody>
  <?php foreach ($attribute_group['attribute'] as $attribute) { ?>
  <tr>
    <td><?php echo $attribute['name']; ?></td>
    <td><?php echo $attribute['text']; ?></td>
  </tr>
  <?php } ?>
   </tbody>
   <?php } ?>
 </table>
  </div>
  <?php } ?>
 <div id="tab-description" class="tab-content"><?php echo $description; ?></div>

По отзывам:
catalog/language/russian/product/product.php
было:
$_['tab_review']  = 'Отзывы (%s)';
стало:
$_['tab_review']  = 'Отзывы';


Биксеноновые линзы на все модели автомобилей

Немає коментарів:

Дописати коментар