Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

vadik21

Пользователи
  
  • Posts

    331
  • Joined

  • Last visited

1 Follower

About vadik21

  • Birthday 05/28/1986

Информация

  • Пол
    Мужлина
  • Город:
    Москва
  • Интересы
    Design & Fly Fishing

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vadik21's Achievements

Community Regular

Community Regular (8/14)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

25

Reputation

  1. Здравствуйте. Подскажите, я впервые силкнулся с иким. В шаблоне оформление мобильного меню вывегдено в контроллер выглядит как то ик и выводит только категории. Появилась необходимость добавить ссылки на страницы типа кониктов и прочего, я бы просто воткнул в список ссылки, но сайт мультиязычный и необходимо это как то оформить... А как- ума не приложу) Заранее спасипотому что! $html .='<li><span class=" button-view1 '.$child_class.'"><a href="'. $this->url->link('product/category', "path=".$m['id']).'">'.$m["name"].'</a></span>'; if(isset($m['children'])) { //echo "<pre>"; print_r($m); echo "</pre>"; $sub1 = $m['children'] ; $html .='<ul class="level2">'; if(isset($sub1)) { foreach($sub1 as $child1) { if(count($child1['children'])>0) { $child_class = 'collapse1';} else { $child_class = 'no-close'; } $html .='<li><span class="button-view2 '.$child_class.'"><a href="'. $this->url->link('product/category', "path=".$child1['id']).'">'.$child1["name"].'</a></span>'; if(isset($child1['children'])) { $html .='<ul class="level3">'; $sub2 = $child1['children'] ; foreach($sub2 as $child2) { if(count($child2['children'])>0) { $child_class = 'collapse1';} else { $child_class = 'no-close'; } $html .='<li><span class=" '.$child_class.'"><a href="'. $this->url->link('product/category', "path=".$child2['id']).'">'.$child2["name"].'</a></span></li>'; } $html .='</ul>'; } $html .='</li>'; } } $html .='</ul> <li><a href="index.php?route=blog/blog">Блог</a></li> <li><a href="index.php?route=information/contact">Коникты</a></li>'; } $html .='</li>'; } $html .='</ul>' ;
  2. Я ик понимаю что мы не правильно зарегистрировались? В подгдержке сказали что scid и password нужен для "http протокола а у нас через api yandex" врогде ик сказали. Ниче не понимаю(
  3. Здравствуйте. Подскажите по настройке? Я не поймо что икое scid и ShopPassword? Второе это Секретный ключ? а вот scid? В пу кассы его нет В обещём пока имею
×
×
  • 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.