google analytics test

This commit is contained in:
Frank John Begornia
2019-06-19 21:53:01 +08:00
parent 2e79d9b38d
commit c8309e7d3f
12 changed files with 183 additions and 58 deletions

View File

@@ -598,8 +598,8 @@ class UserController extends Controller {
$getYear = date('y');
$store_id = Auth::user()->store_id;
$templateCode = null;
$designCode = null;
$templateCode = $post['templateCode'];
$designCode = $post['designCode'];
$itemName = $post['itemName'];
$itemDescription = $post['itemDescription'];
$itemPrice = $post['itemPrice'];