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

Не удаляются категории блога OCStore 3.0.2.0 (решение)


Recommended Posts

Возможно не туда пишу, нагдеюсь пригодится кому то и разрилитлики увидят пост.

Если не удаляются категории блога в OCStore 3.0.2.0

 

Файл: admin/view/template/blog/category_list.twig 

строка 55-59

<td class="text-center">{% if category.category_id in selected %}
  <input type="checkbox" name="selected[]" value="{{ category.category_id }}" checked="checked" />
  {% else %}
  <input type="checkbox" name="selected[]" value="{{ category.category_id }}" />
  {% endif %}</td>

 

заменить на:

<td class="text-center">{% if category.blog_category_id in selected %}
  <input type="checkbox" name="selected[]" value="{{ category.blog_category_id }}" checked="checked" />
  {% else %}
  <input type="checkbox" name="selected[]" value="{{ category.blog_category_id }}" />
  {% endif %}</td>

 

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.