Jump to content


Photo
- - - - -

Как добавить свою вкладку?

вкладки

Best Answer Василий , 04 September 2013 - 11:43

Всё разобрался. Нужно было ещё в файл positions.xml добавить мою вкладку. 

Go to the full post


  • This topic is locked This topic is locked
1 reply to this topic

#1 Василий

Василий
  • JBZoo User (rus)
  • User rate: 0
  • posts: 533
  • topics: 100

Posted 04 September 2013 - 11:31

Здравствуйте!

 

Что я недоделываю?

1. Добавил в карточке товара

media/zoo/applications/jbuniversal/templates/catalog/renderer/item/012-kuhonnye-stoly-i-stulya/

в файле full.php три участка кода:

<?php if ($this->checkPosition('tab-text')
    || $this->checkPosition('tab-gallery')
    || $this->checkPosition('tab-properties')
    || $this->checkPosition('tab-reviews')
    || $this->checkPosition('tab-comments')
	|| $this->checkPosition('tab-stolesh')
) :


            <?php if ($this->checkPosition('tab-stolesh')) : ?>
                <li>
                    <a href="#tab-stolesh"><?php echo JText::_('JBZOO_ITEM_TAB_STOLESH'); ?></a>
                </li>
            <?php endif; ?>


        <?php if ($this->checkPosition('tab-stolesh')) : ?>
            <div id="tab-stolesh"><?php echo $this->renderPosition('tab-stolesh', $positionParams); ?></div>
        <?php endif; ?>

В языковой файл тоже внес JBZOO_ITEM_TAB_STOLESH = "Столешницы". 

Вкладка в шаблоне full данного товара не появляется. 


  • 0

#2 Василий

Василий
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0
  • posts: 533
  • topics: 100

Posted 04 September 2013 - 11:43   Best Answer

Всё разобрался. Нужно было ещё в файл positions.xml добавить мою вкладку. 


  • 0





Also tagged with one or more of these keywords: вкладки

Click to return to top of page in style!