archil
OpenCart-TR
- Katılım
- 11 Şub 2010
- Mesajlar
- 59
- Tepkime puanı
- 0
- Puanları
- 0
Kredi kartı ile ödeme yapılacağı sırda en üste çıkıyor
Notice: Undefined index: subtract in /var/www/vhosts/localhost/httpdocs/catalog/m
order php 75 Satırı
$this->db->query("INSERT INTO " . DB_PREFIX . "order_product SET order_id = '" . (int)$order_id . "', product_id = '" . (int)$product['product_id'] . "', name = '" . $this->db->escape($product['name']) . "', model = '" . $this->db->escape($product['model']) . "', price = '" . (float)$product['price'] . "', total = '" . (float)$product['total'] . "', tax = '" . (float)$product['tax'] . "', quantity = '" . (int)$product['quantity'] . "', subtract = '" . (int)$product['subtract'] . "'");
Notice: Undefined index: subtract in /var/www/vhosts/localhost/httpdocs/catalog/m
order php 75 Satırı
$this->db->query("INSERT INTO " . DB_PREFIX . "order_product SET order_id = '" . (int)$order_id . "', product_id = '" . (int)$product['product_id'] . "', name = '" . $this->db->escape($product['name']) . "', model = '" . $this->db->escape($product['model']) . "', price = '" . (float)$product['price'] . "', total = '" . (float)$product['total'] . "', tax = '" . (float)$product['tax'] . "', quantity = '" . (int)$product['quantity'] . "', subtract = '" . (int)$product['subtract'] . "'");