This commit is contained in:
franknstayn
2022-01-19 19:18:09 +08:00
parent 171edaa5b2
commit 7721516607

View File

@@ -101,7 +101,7 @@
var size = "{{ $order_item_array[0]->JerseySize }}";
// console.log();
var svgLocation = "{{ config('site_config.images_directory') }}" + "uniform-templates/" + template_code + "/JERSEY/SIZES/" + size + ".svg";
var svgLocation = "{{ config('site_config.images_directory') }}" + "uniform-templates/" + template_code + "/SHORTS/SIZES/" + size + ".svg";
$.ajax({ //create an ajax request to load_page.php
type: "GET",