diff --git a/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php
index fe8a5a6..2e273b9 100755
--- a/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php
+++ b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php
@@ -57,7 +57,7 @@ class Controllerextensiontgshophandle extends Controller
});
$app->bind(ImageToolInterface::class, function () {
- return new ImageTool(DIR_IMAGE);
+ return new ImageTool(DIR_IMAGE, HTTPS_SERVER);
});
$this->load->model('checkout/order');
diff --git a/spa/src/components/Quantity.vue b/spa/src/components/Quantity.vue
new file mode 100644
index 0000000..40b0128
--- /dev/null
+++ b/spa/src/components/Quantity.vue
@@ -0,0 +1,29 @@
+
+