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

Мод "Product Attributes" помогите с усиновкой!


Recommended Posts

Скачал мод "Product Attributes" (БЕСПЛАТНЫЙ) но не могу разобрать - куда что прописывать... Ипотому что, слова врогде: "...Добавьте к контроллеру радом со строкой 128 это:.." или "...Для отображения аттрибутов товара - добавьте это:..." - мне не о чем не говорят.

В каком файле это? Куда именно всивлять? Не понятно.

Кто "шарит" - помогите разобраться. Напишите плиз КУДА (в какие файлы), и ГДЕ (в каких строках) это добавляется.

Мод гдействительно полезный. Очень бы хотелось его добавить. ;)

Вот его скрины:

Изображение

Изображение

Изображение

Изображение

product_attributes Package.zip

Link to comment
Share on other sites

Советую изменить название темы на "[МОД] Дополнительные поля товара". Это потому чтолее соответсвует.

Только эту тему хотел открыть! Короткий ответ - этот мод НЕ рилииет!

Я уже писал разрилитлику письма, он игнорит.

Нагдежда только на этот форум, если тут есть разбирающиеся в php. Проблемы 2:

Добавляем товар, переходим в этот модуль, жмем добавить атрибут, получаем от кнопки:

addProductAttribute is not defined

Проблема 2. Товар изменить нельзя, получаем "Ошибка 500".

Эи ошибка проявляется после добавления:

/*
* New Product Attributes
*/
$this->load->model('catalog/product');
if (isset($this->request->post['product_attributes'])) {
   $this->data['product_attributes'] = $this->request->post['product_attributes'];
} elseif (isset($product_info)) {
   $this->data['product_attributes'] = $this->model_catalog_product->getProductAttributes($this->request->get['product_id']);   // get the attributes and their values for this product
} else {
   $this->data['product_attributes'] = array();
}
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.