Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inpromotion/4c04ef1ee395583cd7601afeb4860148 to your computer and use it in GitHub Desktop.
Save inpromotion/4c04ef1ee395583cd7601afeb4860148 to your computer and use it in GitHub Desktop.
Фикс дублей ocFilter при сохранении товара в админке ocStore
Проделайте следующее:
1. Откройте admin/model/catalog/product.php
2. Найдите $data['product_recurrings']
3. Замените все найденные записи на $data['product_recurring']
4. Очистите и обновите модификаторы
5. Проверьте
// Надо оформить это в виде отдельного модификатора.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment