added shipping fee
This commit is contained in:
@@ -219,4 +219,10 @@ class TeamStoreModel extends Model {
|
||||
return $i;
|
||||
}
|
||||
|
||||
function delete_cartTmp($field, $cartKey){
|
||||
$i = DB::table('cart_tmp')
|
||||
->where($field, $cartKey)
|
||||
->delete();
|
||||
return $i;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user