add currency for teamstore
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user