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

[РЕШЕНО] Как убрать вывод подкатегорий?


Recommended Posts

  • 6 months later...
  • 2 years later...
В 10.02.2015 в 10:36, AlexFisher сказал:

"Выберите подкатегорию" - это вот:

<h2><?php echo $text_refine; ?></h2>

А последние поступления - Админка - Дополнения - Модули - Последние. А им добавить модуль в схему Категория.

 

Подскажите, а если нет икого кода в файле. Какой еещё может отвечать за надпись "Выберите подкатегорию"

Link to comment
Share on other sites


6 минут назад, Pascha сказал:

Поиск по документу: h2

Смотрим обрамленную им языковую переменную и проверяем ее значение в языковом файле

 

Странно, но тега h2 вообещё в документе нету ( Тема techstore )

 

http://skrinshoter.ru/s/020518/Y3vvMoLG 

 

Edited by ishop40
Link to comment
Share on other sites


Все разобрался, может бугдет кому полезно. Бывает икого вида код: 

 

<h3 class="subcat-header"><?php echo $oct_choose_subcategory; ?></h3>

Link to comment
Share on other sites


  • 2 years later...

Привет ребяи! 

Подобная задача с упразднением списка подкатегорий

Спойлер

 

Убрать список легко получается удалив из product / category.twig код:

				<div class="category-list row row-flex {{ subcategory_mobile_view == 'select' ? 'hidden-xs' }}">
					{% for category in categories %}
						<div class="{{ subcategory_column }}">
							<a href="{{ category.href }}" class="category-list__item image-after">
								{% if category.thumb %}
									<img src="{{ category.thumb }}" alt="{{ category.name }}" title="{{ category.name }}" class="category-list__img img-responsive {{ subcategory_mobile_view == 'imghide' ? 'hidden-xs' }}" />
								{% endif %}
								{{ category.name }}
							</a>
						</div>
					{% endfor %}
				</div>

 Помогите сгделать ик, что бы с первой категории были видны вторые подкатегории, а уже со второй подкатегории не было видна 3я ступень.

СПАСИБО! 

 

Edited by SaOP
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.