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

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. другими словами, ваше будет чем то отличаться? там, сразу нельзя добавить в корзину, несколько кусков разной длины
  2. <?php if ($attribute_groups) { ?> <div class="tab-pane" id="tab-specification"> <table class="table table-bordered"> <?php foreach ($attribute_groups as $attribute_group) { ?> <?php if($attribute_group['attribute_group_id'] != 'id группы'){ ?> <thead> <tr> <td colspan="2"><strong><?php echo $attribute_group['name']; ?></strong></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 } ?> <?php } ?> </table> </div> <?php } ?>
  3. вот и разбейте на блоки, а дальше как говорил @Vetroff
  4. страницы, разные во всем? или все же есть одинаковые блоки(к премеру header, footer)?
  5. как вариант foreach ($results as $result) { if(!$this->customer->isLogged() && $result['product_id'] == 'идентификатор товара'){ continue; } // тут код контроллера }
  6. а действительно, чем 2.3 не угодил?
  7. добавить в контроллер registr в метод validate проверку на количество пользователей нужной группы. если больше, выдаем сообщение в шаблоне, добавить вывод сообщения
  8. я думаю, количество зарегистрированных пользователей, определенной группы. @Allaur или нет?
×
×
  • 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.