update downloader for hoodie
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
var size = "{{ $order_item_array[0]->Size }}";
|
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
|
$.ajax({ //create an ajax request to load_page.php
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
|||||||
Reference in New Issue
Block a user