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. в свободной ячейке вводите 30 копируете выделяете диапазон ячеек которые нужно изменить контекстное меню - специальная вставка - сложить
  2. т.су уже подсказали модуль для этого, в другой теме. как я понимаю, нужно только вывести
  3. так вроде в другой теме взялись делать? если нет, пишите сделаю
  4. что например? наберите в google слайдер js. или забанили?
  5. а что мешает попробовать, предварительно сохранив нужную копию?
  6. $sql = "SELECT sum(total) FROM " . DB_PREFIX . "order WHERE customer_id = '" . (int)$customer_id . "' AND store_id = '" . $this->config->get('config_store_id') . "'";
  7. ну да, только, насколько я понял, в зависимости от схемы по разному
  8. $query = $this->db->query("SELECT layout_id FROM " . DB_PREFIX . "category_to_layout WHERE category_id = '" . (int) $category_id . "' AND store_id = '" . $this->config->get('config_store_id') . "'"); $category_layout = $query->row['layout_id'];
×
×
  • 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.