add currency for teamstore

This commit is contained in:
Frank John Begornia
2019-08-19 21:37:47 +08:00
parent e60bb3baf8
commit b7e81adf31
68 changed files with 9977 additions and 442 deletions

View File

@@ -115,9 +115,8 @@ class MainController extends Controller {
$cartKey = $request->session()->get('cartkey');
echo $i = $m->cartCount($cartKey);
echo $i = $m->cartCount($cartKey);
}else{
echo 0;
}