4_15_2019 update

This commit is contained in:
Frank John Begornia
2019-04-15 22:38:53 +08:00
parent 0fe1270756
commit c5862dfbf4
665 changed files with 401297 additions and 194 deletions

View File

@@ -486,6 +486,14 @@ class DesignerController extends Controller {
$json_Shorts_Right = null;
}
if(isset($post['json_Shirts_Front'])){
$json_Jersey_Front = $post['json_Shirts_Front'];
}
if(isset($post['json_Shirts_Back'])){
$json_Jersey_Back = $post['json_Shirts_Back'];
}
try {
$design_info = array(
'ClientId' => $clientId,
@@ -509,8 +517,8 @@ class DesignerController extends Controller {
if($res){
// dd(Uuid::generate());
// return redirect('/designer/preview/'.$designCode);
return redirect('http://localhost/crew-designer/mydesign/'.$designCode.'/');
return redirect('/designer/preview/'.$designCode);
// return redirect('http://localhost/crew-designer/mydesign/'.$designCode.'/');
}
// else{