diff --git a/resources/views/admin_pages/download_pages/hoodie.blade.php b/resources/views/admin_pages/download_pages/hoodie.blade.php index 04e1e27..19a3a8e 100644 --- a/resources/views/admin_pages/download_pages/hoodie.blade.php +++ b/resources/views/admin_pages/download_pages/hoodie.blade.php @@ -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",