Commit 2c8bfc9f by Jansa Jose

add to cart

parent f4f71a89
......@@ -1090,6 +1090,7 @@ class Webservice_model extends CI_Model {
$postData['created_date'] = date('Y-m-d h:i:s');
if($this->db->insert('cart',$postData)){
$respArr['data'] = $this->db->insert_id();
$respArr['status'] = 'success';
}
return $respArr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment