Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. $attributes = array(); foreach ($product['attribute'] as $attr) { // тут выбираете какие нужно // и добавляете в массив $attribures } $data['products'][] = array( // добавляем в массив с товарами 'attributes' => $attributes, 'cart_id' => $product['cart_id'], 'thumb' => $image, 'name' => $product['name'], 'model' => $product['model'], 'option' => $option_data, 'recurring' => $recurring, 'quantity' => $product['quantity'], 'stock' => $product['stock'] ? true : !(!$this->config->get('config_stock_checkout') || $this->config->get('config_stock_warning')), 'reward' => ($product['reward'] ? sprintf($this->language->get('text_points'), $product['reward']) : ''), 'price' => $price, 'total' => $total, 'href' => $this->url->link('product/product', 'product_id=' . $product['product_id']) );
  2. вы прикалываетесь? вам же уже разжевали
  3. я думаю, такая принудиловка приведет к тому, что большинство просто уйдет с сайта
  4. если на своем хосте и поэтапно, почему бы и нет первые этапы помельче
  5. и мне ссылку на сайт(если еще актуально)
  6. в меню? возле названия фото?
×
×
  • 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.