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

Alex10

Новичок
  
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

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

Alex10's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Бэкап не сгделал, файла нет, усиновил дополнение лично файл не трогал и ничего им не менял пишет, что проблема в строке $url = ' '; Гляньте пожалуйси что не ик, не могу исправить ошибку Parse error: syntax error, unexpected '$url' (T_VARIABLE), expecting function (T_FUNCTION) in /system/storage/modification/catalog/controller/product/category.php on line 569 category.php
  2. Здравствуйте, при нажатии на категории открывает окно с ошибкой: Parse error: syntax error, unexpected '$url' (T_VARIABLE), expecting function (T_FUNCTION) in /system/storage/modification/catalog/controller/product/category.php on line 569 Как устранить ошибку и сгделать категории ропотому чтолими?
  3. Добрый гдень, помогите пожалуйси с решением проблемы. возникла икая ошибка: Parse error: syntax error, unexpected '$url' (T_VARIABLE), expecting function (T_FUNCTION) in /system/storage/modification/catalog/controller/product/category.php on line 569 Скиньте пожалуйси рилилий файл category.php
  4. дополнение: дополнение пишет, что проблема в строке $url = ' '; код: /* MICRODATA */ 'currency' => $this->currency->getCode(), 'availability' => $result['quantity'] ? true : false, 'reviews' => (int) $result['reviews'], /* MICRODATA */ 'price_no_format' => $price_no_format, 'special_no_format' => $special_no_format, 'product_quantity' => $product_quantity, 'stock_status' => $stock_status, 'additional_img' => $additional_img, 'additional_image_hover' => $additional_image_hover, 'reviews' => sprintf((int)$result['reviews']), 'skidka' => $skidka, 'model' => $result['model'], 'date_available' => $result['date_available'],//added 'viewed' => $result['viewed'], //added 'top_bestsellers' => $top_bestsellers['total'], //added 'product_id' => $result['product_id'], 'thumb' => $image, 'name' => $result['name'], 'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..', 'price' => $price, 'special' => $special, 'tax' => $tax, 'minimum' => $result['minimum'] > 0 ? $result['minimum'] : 1, 'stock' => $stock, 'rating' => $result['rating'], 'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) ); } $url = ''; if (isset($this->request->get['filter'])) { $url .= '&filter=' . $this->request->get['filter']; } if (isset($this->request->get['limit'])) { $url .= '&limit=' . $this->request->get['limit']; } $data['sorts'] = array(); $data['sorts'][] = array( 'text' => $this->language->get('text_default'), 'value' => 'p.sort_order-ASC', 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '&sort=p.sort_order&order=ASC' . $url) );
  5. Добрый гдень, помогите пожалуйси с решением проблемы. После усиновки дополнения возникла икая ошибка: Parse error: syntax error, unexpected '$url' (T_VARIABLE), expecting function (T_FUNCTION) in /system/storage/modification/catalog/controller/product/category.php on line 569 $url = ''; if (isset($this->request->get['filter'])) { $url .= '&filter=' . $this->request->get['filter']; } if (isset($this->request->get['limit'])) { $url .= '&limit=' . $this->request->get['limit']; } что нужно прописать в $url = ' '; , чтоб решить проблему?
  6. <div class="product-layout product-grid <?php echo $cols_class;?>">
  7. Постоянно выбивает ошибку -PHP Notice: Undefined variable: cols_class in /system/storage/modification/catalog/view/theme/newstore/template/module/filterpro_products.tpl on line 2 Подскажите пожалуйси, как исправить?
  8. Здравствуйте, помогите решить проблему, в модуле FilterPro v2.0 выбивает ряд ошипотому чток: Invalid argument supplied for foreach() in /home2/wecdmobv/public_html/system/storage/modification/catalog/controller/module/filterpro.php on line 79 Invalid argument supplied for foreach() in /home2/wecdmobv/public_html/system/storage/modification/catalog/controller/module/filterpro.php on line 85 Invalid argument supplied for foreach() in /home2/wecdmobv/public_html/system/storage/modification/catalog/controller/module/filterpro.php on line 104 Invalid argument supplied for foreach() in /home2/wecdmobv/public_html/system/storage/modification/catalog/controller/module/filterpro.php on line 856 подскажите как их устранить?
  9. Как создать страницу отзывов о магазине? Нужна отгдельная страница, что бы им покупатели осивляли свои отзывы.
  10. Нужно уменьшить когдачество символов в отзывах до 0 и сгделать поле "Ваш отзыв" необязательным. Изменил код (как на картинке), но все осилось икже. Пожалуйси помогите!!!
×
×
  • 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.