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

chukcha

Users
  • Posts

    20,495
  • Joined

  • Last visited

Everything posted by chukcha

  1. public function addOrderHistory($order_id, $order_status_id По идее вы должны это делать в платежной системе (она отвечает за статус), проверяя "статус" товара
  2. Для цього існує інший модуль Переклад - це тільки треба задати prompt на переклад
  3. $product_attribute_query = $this->db->query("SELECT a.attribute_id, ad.name, pa.text FROM " . DB_PREFIX . "product_attribute pa LEFT JOIN " . DB_PREFIX . "attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN " . DB_PREFIX . "attribute_description ad ON (a.attribute_id = ad.attribute_id) WHERE a.attribute_id NOT IN (список невидимих атрибутів) AND pa.product_id = '" . (int)$product_id . "' AND a.attribute_group_id = '" . (int)$product_attribute_group['attribute_group_id'] . "' AND ad.language_id = '" . (int)$this->config->get('config_language_id') . "' AND pa.language_id = '" . (int)$this->config->get('config_language_id') . "' ORDER BY a.sort_order, ad.name");
  4. CREATE TABLE `oc_cart` ( `cart_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `api_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `session_id` varchar(32) NOT NULL, `product_id` int(11) NOT NULL, `recurring_id` int(11) NOT NULL, `option` text NOT NULL, `quantity` int(5) NOT NULL, `date_added` datetime NOT NULL, $cart_query = $this->db->query("SELECT * FROM " . DB_PREFIX . "cart WHERE api_id = '" . (isset($this->session->data['api_id']) ? (int)$this->session->data['api_id'] : 0) . "' AND customer_id = '" . (int)$this->customer->getId() . "' AND session_id = '" . $this->db->escape($this->session->getId()) . "' ORDER BY ???? ");
  5. Валюта - це ознака товару Тому можна зробити щось для додавання валюти за будь-якими умовами.
  6. Без додаткової ознаки ніяк, Ознака можна встановити при додаванні товару в замовлення.
  7. Не бачу сенсу. але змінити код без окмоду )))) неможливо
  8. ))) https://github.com/leon-mbs/zstore/blob/6bc31f5d8246fcb4307d2e79d559e1a527406f51/www/app/helper.php#L188 Вважайте це жартом
  9. Аналізувати тип товара (кількості) та додавати свою мовну.
  10. А в мене є модуль ))) Але якщо замовлень 3-5 у день, то довго чекати Але треба мотивація
  11. Как вариант Создать расширение/метод, по принципу статей, чтобы были свои сео поля и с указанием товаров для сравнения
  12. Швидкість потрібна при ловлі бліх та при проносі. Але не в СЕО.
×
×
  • 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.