template has been added

This commit is contained in:
Mohammed Ashab Uddin
2020-08-11 12:01:30 +04:00
parent 5967fbc35e
commit 336470060c

View File

@@ -77,6 +77,7 @@ class Website {
j["bannerUrl"] = this.bannerUrl;
j["email"] = this.email;
j["description"] = this.desc;
j["template"] = 'Colo_Shop';
let csv = 'product id,product name,description,cost,product image url\n';
for (let prod of this.products.getAllData().values())