update downloader for hoodie

This commit is contained in:
franknstayn
2022-04-01 21:13:18 +08:00
parent 43929eef33
commit d4a48f84fa

View File

@@ -260,7 +260,7 @@
var size = "{{ $order_item_array[0]->Size }}";
var svgLocation = path + "uniform-templates/" + template_code + "/TSHIRTS/SIZES/" + size + ".svg";
var svgLocation = path + "uniform-templates/" + template_code + "/HOODIE/SIZES/" + size + ".svg";
$.ajax({ //create an ajax request to load_page.php
type: "GET",