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. это же стандартный функционал в товарах, проставлены категории?(в админке)
  2. куда вставили код? обновили модификаторы? кеш почистили?
  3. $sql = "SELECT shipping_method as sm, payment_method as pm FROM " . DB_PREFIX . "order WHERE order_id = '" . (int) $this->session->data['order_id'] . "'"; $query = $this->db->query($sql); $result = $query->row; $data['shipping_method'] = $result['sm']; $data['payment_method'] = $result['pm']; <p>метод оплаты - <?php echo $payment_method; ?></p> <p>метоы доставки - <?php echo $shipping_method; ?></p>
  4. какой страницы, где вывести? что подобное? вывести определенную статью? где вывести?
  5. мало ли, может нужен специффффический функционал так все уже придумали до нас
×
×
  • 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.