hello,
i need help,
when a buyer make an order - i get an email with all the detail of items he buy
i need in this email to see the sku, but i don't know how to do that
i have see that when buyer make an order it will post the order to the database in ab_order_products
now i have added a sku row and i have added
this line - sku = '" . $this->db->escape($product['sku']) . "',
on the order.php file
but the sku don't send to the database and i really need any help.
thanks