Files
2025-08-02 16:30:27 +02:00

578 lines
27 KiB
JSON

{
"order_discounts": [
{
"id": 1,
"date_created": "2019-09-13 12:00:00",
"name": "Test discount",
"display_name": "Discount 10%",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 2,
"date_created": "2019-09-13 12:00:00",
"name": "Test discount",
"display_name": "Gift",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 3,
"date_created": "2019-09-13 12:00:00",
"name": "Test user_type",
"display_name": "Test user_type",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 4,
"date_created": "2019-09-13 12:00:00",
"name": "Test user_first_purchase",
"display_name": "Test user_first_purchase",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 5,
"date_created": "2019-09-13 12:00:00",
"name": "Test user_groups",
"display_name": "Test user_group",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 6,
"date_created": "2019-09-13 12:00:00",
"name": "Test language trigger",
"display_name": "Test language trigger",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 7,
"date_created": "2019-09-13 12:00:00",
"name": "Test currency trigger - CZK",
"display_name": "Test currency trigger",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 8,
"date_created": "2019-09-13 12:00:00",
"name": "Test currency trigger - not CZK",
"display_name": "Test currency trigger",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 9,
"date_created": "2019-09-13 12:00:00",
"name": "Test uses_count trigger",
"display_name": "Test uses_count trigger",
"uses_count": 1,
"active": 0,
"data": null
},
{
"id": 10,
"date_created": "2019-09-13 12:00:00",
"name": "Test price_range trigger",
"display_name": "Test price_range trigger",
"uses_count": 1,
"active": 0,
"data": null
},
{
"id": 11,
"date_created": "2019-09-13 12:00:00",
"name": "Test discount 500",
"display_name": "Discount 500 CZK",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 12,
"date_created": "2019-09-13 12:00:00",
"name": "Test discount 1000",
"display_name": "Discount 1000 CZK",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 13,
"date_created": "2019-09-13 12:00:00",
"name": "Discount 10% when specified delivery is selected",
"display_name": "Discount 10% when specified delivery is selected",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 14,
"date_created": "2019-09-13 12:00:00",
"name": "Product discount 10%",
"display_name": "Product discount 10%",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 15,
"date_created": "2019-09-13 12:00:00",
"name": "Product Gift",
"display_name": "Product Gift",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 361,
"date_created": "2023-03-14 12:34:06",
"name": "use coupon test",
"display_name": "use coupon test",
"uses_count": 9,
"active": 0,
"data": null,
"position": 305
},
{
"id" : 503,
"date_created" : "2023-06-20 11:00:22",
"name" : "Test zbytku",
"display_name" : "",
"uses_count" : 1,
"active" : "A",
"data" : null,
"position" : 428,
"type" : null
},
{
"id" : 783,
"date_created" : "2023-08-15 07:48:28",
"name" : "Test ISICu",
"display_name" : "",
"uses_count" : 0,
"active" : 0,
"data" : null,
"position" : 288,
"type" : null
},
{
"id": 784,
"date_created": "2019-09-13 12:00:00",
"name": "Test user_groups with invert",
"display_name": "Test user_group with invert",
"uses_count": 0,
"active": 0,
"data": null
},
{
"id": 785,
"date_created": "2019-09-13 12:00:00",
"name": "Test UseCouponAction",
"display_name": "Test UseCouponAction",
"uses_count": 0,
"active": 0,
"data": null
}
],
"order_discounts_triggers": [
{
"id": "1",
"id_order_discount": 1,
"type": "coupon",
"data":"{\"codes\":[\"TEST321\",\"TEST3213\"],\"multiple\":\"Y\"}"
},
{
"id": 2,
"id_order_discount": 3,
"type": "user_type",
"data":"{\"user_type\":\"user\"}"
},
{
"id": 3,
"id_order_discount": 4,
"type": "user_first_purchase",
"data":null
},
{
"id": 4,
"id_order_discount": 5,
"type": "user_group",
"data":"{\"groups\":[1]}"
},
{
"id": 5,
"id_order_discount": 6,
"type": "language",
"data":"{\"languages\":[\"cs\"]}"
},
{
"id": 6,
"id_order_discount": 7,
"type": "currency",
"data":"{\"currency\":[\"CZK\"]}"
},
{
"id": 7,
"id_order_discount": 8,
"type": "currency",
"data":"{\"currency\":[\"CZK\"],\"currency_invert\":\"invert\"}"
},
{
"id": 8,
"id_order_discount": 9,
"type": "uses_count",
"data":"{\"max_uses_count\":\"2\"}"
},
{
"id": 9,
"id_order_discount": 10,
"type": "price_range",
"data":"{\"min\":\"1500\",\"max\":\"\"}"
},
{
"id": 11,
"id_order_discount": 11,
"type": "coupon",
"data":"{\"codes\":[\"TEST500\",\"TEST500500\"]}"
},
{
"id": 12,
"id_order_discount": 12,
"type": "coupon",
"data":"{\"codes\":[\"TEST1000\"]}"
},
{
"id": 13,
"id_order_discount": 13,
"type": "delivery_type",
"data":"{\"delivery_type\":[\"1\"]}"
},
{
"id": 14,
"id_order_discount": 784,
"type": "user_group",
"data":"{\"groups\":[1],\"groups_invert\":\"invert\"}"
},
{
"id": 1598,
"id_order_discount": 361,
"type": "generated_coupon",
"data": "{\"generate_coupon\":\"182\",\"multiple\":\"Y\"}"
},
{
"id" : 2413,
"id_order_discount" : 503,
"type" : "coupon",
"data" : "{\"codes\":[\"TEST_ZBYTEK\"],\"multiple\":\"N\"}"
},
{
"id" : 1600,
"id_order_discount" : 783,
"type" : "isic",
"data" : null
},
{
"id": 1601,
"id_order_discount": 785,
"type": "generated_coupon",
"data": "{\"generate_coupon\":\"182\",\"multiple\":\"Y\"}"
}
],
"order_discounts_actions": [
{
"id": "1",
"id_order_discount": 1,
"type": "global_discount",
"data": "{\"discount\":\"10\",\"unit\":\"perc\"}"
},
{
"id": "2",
"id_order_discount": 11,
"type": "global_discount",
"data": "{\"discount\":\"500\",\"unit\":\"CZK\"}"
},
{
"id": "3",
"id_order_discount": 12,
"type": "global_discount",
"data": "{\"discount\":\"1000\",\"unit\":\"CZK\"}"
},
{
"id": "4",
"id_order_discount": 13,
"type": "global_discount",
"data": "{\"discount\":\"10\",\"unit\":\"perc\"}"
},
{
"id": "5",
"id_order_discount": 14,
"type": "product_discount",
"data": "{\"discount\":\"10\",\"unit\":\"perc\",\"vat\":\"1\",\"combine\":\"Y\",\"divideDiscountPrice\":\"N\",\"filter\":{\"parametersValuesOperator\":\"AND\",\"variationsValuesOperator\":\"AND\",\"discount\":{\"min\":\"\",\"max\":\"\"},\"price\":{\"min\":\"\",\"max\":\"\"},\"in_store_range\":{\"min\":\"\",\"max\":\"\"},\"date_added_range\":{\"from\":\"\",\"to\":\"\"}}}"
},
{
"id": 15,
"id_order_discount": 15,
"type": "gift",
"data": "{\"gifts\":[{\"id_product\":\"1\"}],\"gift_pieces\":\"2\",\"preselect_first\":\"1\",\"price\":\"100\",\"unit\":\"CZK\"}"
},
{
"id": 449,
"id_order_discount": 361,
"type": "use_coupon",
"data": "{\"discount\":10000,\"unit\":\"CZK\",\"vat\":\"1\"}"
},
{
"id" : 592,
"id_order_discount" : 503,
"type" : "use_coupon",
"data" : "{\"discount\":2000,\"unit\":\"EUR\",\"vat\":\"8\"}"
},
{
"id" : 780,
"id_order_discount" : 783,
"type" : "product_discount",
"data" : "{\"discount\":\"10\",\"unit\":\"perc\",\"vat\":\"1\",\"combine\":\"Y\",\"divideDiscountPrice\":\"N\",\"filter\":{\"parametersValuesOperator\":\"AND\",\"variationsValuesOperator\":\"AND\",\"discount\":{\"min\":\"\",\"max\":\"\"},\"price\":{\"min\":\"\",\"max\":\"\"},\"in_store_range\":{\"min\":\"\",\"max\":\"\"},\"date_added_range\":{\"from\":\"\",\"to\":\"\"}}}"
},
{
"id" : 781,
"id_order_discount" : 785,
"type" : "use_coupon",
"data" : "{\"discount\":500.500089,\"unit\":\"CZK\",\"vat\":\"1\"}"
}
],
"users": [
{
"id":1,
"id_language":"cs",
"passw":"79c2b46ce2594ecbcb5b73e928345492",
"user_key":"",
"figure":"Y",
"name":"Petr",
"surname":"Jebavý",
"firm":"wpj s.r.o.",
"street":"Nádražní 471",
"city":"Vrchlabí",
"zip":54301,
"country":"",
"currency":"CZK",
"email":"petr@wpj.cz",
"ico":"",
"dic":"",
"phone":775131400,
"mobile":"",
"fax":"",
"gender":null,
"delivery_name":"",
"delivery_surname":"",
"delivery_firm":"",
"delivery_street":"",
"delivery_city":"",
"delivery_zip":"",
"delivery_country":"",
"account_no":"",
"account_bank":"",
"account_symbol":"",
"get_news":"Y",
"prefer_transport":1,
"date_reg":"2013-09-30 12:09:05",
"date_updated":"2013-09-30 12:12:44",
"date_logged":null,
"custom_address":"",
"state":"",
"delivery_custom_address":"",
"delivery_state":"",
"date_subscribe":"2013-09-30 12:09:05",
"date_unsubscribe":null,
"note":null,
"custom_data":null,
"delivery_phone":""
},
{
"id":2,
"id_language":"cs",
"passw":"79c2b46ce2594ecbcb5b73e928345492",
"user_key":"",
"figure":"Y",
"name":"Petr",
"surname":"Jebavý",
"firm":"wpj s.r.o.",
"street":"Nádražní 471",
"city":"Vrchlabí",
"zip":54301,
"country":"",
"currency":"CZK",
"email":"wpj_test@wpj.cz",
"ico":"",
"dic":"",
"phone":775131400,
"mobile":"",
"fax":"",
"gender":null,
"delivery_name":"",
"delivery_surname":"",
"delivery_firm":"",
"delivery_street":"",
"delivery_city":"",
"delivery_zip":"",
"delivery_country":"",
"account_no":"",
"account_bank":"",
"account_symbol":"",
"get_news":"Y",
"prefer_transport":1,
"date_reg":"2013-09-30 12:09:05",
"date_updated":"2013-09-30 12:12:44",
"date_logged":null,
"custom_address":"",
"state":"",
"delivery_custom_address":"",
"delivery_state":"",
"date_subscribe":"2013-09-30 12:09:05",
"date_unsubscribe":null,
"note":null,
"custom_data":null,
"delivery_phone":""
},
{
"id":3,
"id_language":"cs",
"passw":"79c2b46ce2594ecbcb5b73e928345492",
"user_key":"",
"figure":"Y",
"name":"Petr",
"surname":"Jebavý",
"firm":"wpj s.r.o.",
"street":"Nádražní 471",
"city":"Vrchlabí",
"zip":54301,
"country":"",
"currency":"CZK",
"email":"wpj_test2@wpj.cz",
"ico":"",
"dic":"",
"phone":775131400,
"mobile":"",
"fax":"",
"gender":null,
"delivery_name":"",
"delivery_surname":"",
"delivery_firm":"",
"delivery_street":"",
"delivery_city":"",
"delivery_zip":"",
"delivery_country":"",
"account_no":"",
"account_bank":"",
"account_symbol":"",
"get_news":"Y",
"prefer_transport":1,
"date_reg":"2013-09-30 12:09:05",
"date_updated":"2013-09-30 12:12:44",
"date_logged":null,
"custom_address":"",
"state":"",
"delivery_custom_address":"",
"delivery_state":"",
"date_subscribe":"2013-09-30 12:09:05",
"date_unsubscribe":null,
"note":null,
"custom_data":null,
"delivery_phone":""
}
],
"users_groups": [
{
"id": 1,
"name": "Group"
},
{
"id": 2,
"name": "Group 2"
}
],
"users_groups_relations": [
{
"id_group": 1,
"id_user": 1
},
{
"id_group": 2,
"id_user": 2
}
],
"price_levels": [
{
"id":1,
"name":"Test",
"descr":"Test",
"discount":10,
"discount_discount":null,
"unit":"perc",
"combine":"Y"
}
],
"discounts" : [
{
"id": 182,
"descr": "test omluva",
"apply": "order",
"condition_type": "generate_coupon",
"compare_sign": "=",
"condition_value": "OVEOM",
"discount": null,
"unit": "perc",
"compatible": "N",
"to_who": "user",
"date_from": null,
"date_to": null,
"uses_count": 6,
"uses_max": 15,
"min_price": null,
"languages": null,
"data": "{\"valid_months\":\"\",\"bg_img\":{\"path\":\"data\\/coupon\\/\",\"original\":\"182.pdf\",\"size\":{\"width\":831,\"height\":416},\"png\":\"182.png?1639045739\"},\"JSON\":{\"version\":\"2.4.3\",\"objects\":[{\"type\":\"PlaceholderText\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":550,\"top\":280,\"width\":130,\"height\":18,\"fill\":\"#000000\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1.5,\"scaleY\":1.5,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"{KOD}\",\"fontSize\":16,\"fontWeight\":\"normal\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"left\",\"textBackgroundColor\":\"\",\"charSpacing\":0,\"minWidth\":20,\"styles\":[]},{\"type\":\"PlaceholderText\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":150,\"top\":280,\"width\":130,\"height\":18,\"fill\":\"#000000\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1.5,\"scaleY\":1.5,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"{PLATNOST}\",\"fontSize\":16,\"fontWeight\":\"normal\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"left\",\"textBackgroundColor\":\"\",\"charSpacing\":0,\"minWidth\":20,\"styles\":[]},{\"type\":\"textbox\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":16,\"top\":115,\"width\":318,\"height\":22.6,\"fill\":\"#324F5C\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":2.5,\"scaleY\":2.2,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"D\\u00c1RKOV\\u00dd POUKAZ\",\"fontSize\":20,\"fontWeight\":\"bold\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"center\",\"textBackgroundColor\":\"\",\"charSpacing\":100,\"minWidth\":20,\"styles\":[]},{\"type\":\"textbox\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":50,\"top\":185,\"width\":730,\"height\":20.34,\"fill\":\"#557988\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"na n\\u00e1kup v eshopu v hodnot\\u011b\",\"fontSize\":18,\"fontWeight\":\"normal\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"center\",\"textBackgroundColor\":\"\",\"charSpacing\":0,\"minWidth\":20,\"styles\":[]},{\"type\":\"textbox\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":16,\"top\":205,\"width\":318,\"height\":22.6,\"fill\":\"#324F5C\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":2.5,\"scaleY\":2.2,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"1 500 K\\u010d\",\"fontSize\":20,\"fontWeight\":\"bold\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"center\",\"textBackgroundColor\":\"\",\"charSpacing\":50,\"minWidth\":20,\"styles\":[]},{\"type\":\"textbox\",\"version\":\"2.4.3\",\"originX\":\"center\",\"originY\":\"top\",\"left\":415,\"top\":8,\"width\":250,\"height\":18.08,\"fill\":\"#FFFFFF\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"#90B0C0\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"www.oveckarna.cz\",\"fontSize\":16,\"fontWeight\":\"normal\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"center\",\"textBackgroundColor\":\"\",\"charSpacing\":0,\"minWidth\":20,\"styles\":[]},{\"type\":\"textbox\",\"version\":\"2.4.3\",\"originX\":\"left\",\"originY\":\"top\",\"left\":50,\"top\":335,\"width\":730,\"height\":29.29,\"fill\":\"#557988\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"text\":\"Poukaz lze uplatnit pouze na e-shopu www.oveckarna.cz. D\\u00e1rkov\\u00fd poukaz nelze kombinovat s ostatn\\u00edmi slevov\\u00fdmi akcemi. Na jeden n\\u00e1kup lze uplatnit pouze jeden D\\u00e1rkov\\u00fd poukaz. Nelze jej vym\\u011bnit za pen\\u00edze, ani jej rozm\\u011bnit a m\\u016f\\u017ee b\\u00fdt uplatn\\u011bn pouze jednou.\",\"fontSize\":12,\"fontWeight\":\"normal\",\"fontFamily\":\"Proxima-Nova\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"center\",\"textBackgroundColor\":\"\",\"charSpacing\":0,\"minWidth\":20,\"styles\":[]},{\"type\":\"image\",\"version\":\"2.4.3\",\"originX\":\"center\",\"originY\":\"top\",\"left\":415,\"top\":45,\"fill\":\"#000000\",\"stroke\":null,\"strokeWidth\":0,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeLineJoin\":\"miter\",\"strokeMiterLimit\":4,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"clipTo\":null,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"transformMatrix\":null,\"skewX\":0,\"skewY\":0,\"crossOrigin\":\"\",\"cropX\":0,\"cropY\":0,\"src\":\"https:\\/\\/www.oveckarna.cz\\/templates\\/images\\/logo.png\",\"filters\":[]}]},\"SVG\":\"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"no\\\" ?><!DOCTYPE svg PUBLIC \\\"-\\/\\/W3C\\/\\/DTD SVG 1.1\\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/Graphics\\/SVG\\/1.1\\/DTD\\/svg11.dtd\\\"><svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.1\\\" width=\\\"831\\\" height=\\\"416\\\" viewBox=\\\"0 0 831 416\\\" xml:space=\\\"preserve\\\"><desc>Created with Fabric.js 2.4.3<\\/desc><defs><\\/defs><g transform=\\\"matrix(1.5 0 0 1.5 648.25 294.31)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"16\\\" font-style=\\\"normal\\\" font-weight=\\\"normal\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-65\\\" y=\\\"5.03\\\" >{KOD}<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(1.5 0 0 1.5 248.25 294.31)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"16\\\" font-style=\\\"normal\\\" font-weight=\\\"normal\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-65\\\" y=\\\"5.03\\\" >{PLATNOST}<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(2.5 0 0 2.2 414.75 140.96)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"20\\\" font-style=\\\"normal\\\" font-weight=\\\"bold\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(50,79,92); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-102.65\\\" y=\\\"6.28\\\" >D<\\/tspan><tspan x=\\\"-87\\\" y=\\\"6.28\\\" >\\u00c1<\\/tspan><tspan x=\\\"-71.3\\\" y=\\\"6.28\\\" >R<\\/tspan><tspan x=\\\"-56.45\\\" y=\\\"6.28\\\" >K<\\/tspan><tspan x=\\\"-42.55\\\" y=\\\"6.28\\\" >O<\\/tspan><tspan x=\\\"-25.65\\\" y=\\\"6.28\\\" >V<\\/tspan><tspan x=\\\"-9.95\\\" y=\\\"6.28\\\" >\\u00dd<\\/tspan><tspan x=\\\"4.95\\\" y=\\\"6.28\\\" style=\\\"white-space: pre; \\\"> <\\/tspan><tspan x=\\\"12.05\\\" y=\\\"6.28\\\" >P<\\/tspan><tspan x=\\\"26.55\\\" y=\\\"6.28\\\" >O<\\/tspan><tspan x=\\\"43.85\\\" y=\\\"6.28\\\" >U<\\/tspan><tspan x=\\\"60.4\\\" y=\\\"6.28\\\" >K<\\/tspan><tspan x=\\\"75.1\\\" y=\\\"6.28\\\" >A<\\/tspan><tspan x=\\\"90.8\\\" y=\\\"6.28\\\" >Z<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(1 0 0 1 415.5 195.67)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"18\\\" font-style=\\\"normal\\\" font-weight=\\\"normal\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(85,121,136); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-116.12\\\" y=\\\"5.65\\\" >na n\\u00e1kup v eshopu v hodnot\\u011b<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(2.5 0 0 2.2 414.75 230.96)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"20\\\" font-style=\\\"normal\\\" font-weight=\\\"bold\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(50,79,92); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-41.97\\\" y=\\\"6.28\\\" >1<\\/tspan><tspan x=\\\"-32.77\\\" y=\\\"6.28\\\" style=\\\"white-space: pre; \\\"> <\\/tspan><tspan x=\\\"-26.67\\\" y=\\\"6.28\\\" >5<\\/tspan><tspan x=\\\"-13.52\\\" y=\\\"6.28\\\" >0<\\/tspan><tspan x=\\\"-0.12\\\" y=\\\"6.28\\\" >0<\\/tspan><tspan x=\\\"13.28\\\" y=\\\"6.28\\\" style=\\\"white-space: pre; \\\"> <\\/tspan><tspan x=\\\"19.38\\\" y=\\\"6.28\\\" >K<\\/tspan><tspan x=\\\"33.08\\\" y=\\\"6.28\\\" >\\u010d<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(1 0 0 1 415 17.54)\\\" style=\\\"\\\" >\\t\\t<rect fill=\\\"#90B0C0\\\" x=\\\"-125\\\" y=\\\"-9.04\\\" width=\\\"250\\\" height=\\\"18.08\\\"><\\/rect>\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"16\\\" font-style=\\\"normal\\\" font-weight=\\\"normal\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-60.86\\\" y=\\\"5.03\\\" >www.oveckarna.cz<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(1 0 0 1 415.5 350.14)\\\" style=\\\"\\\" >\\t\\t<text xml:space=\\\"preserve\\\" font-family=\\\"Proxima-Nova\\\" font-size=\\\"12\\\" font-style=\\\"normal\\\" font-weight=\\\"normal\\\" style=\\\"stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(85,121,136); fill-rule: nonzero; opacity: 1; white-space: pre;\\\" ><tspan x=\\\"-359.43\\\" y=\\\"-4.1\\\" >Poukaz lze uplatnit pouze na e-shopu www.oveckarna.cz. D\\u00e1rkov\\u00fd poukaz nelze kombinovat s ostatn\\u00edmi slevov\\u00fdmi akcemi. Na jeden n\\u00e1kup<\\/tspan><tspan x=\\\"-315.55\\\" y=\\\"11.63\\\" >lze uplatnit pouze jeden D\\u00e1rkov\\u00fd poukaz. Nelze jej vym\\u011bnit za pen\\u00edze, ani jej rozm\\u011bnit a m\\u016f\\u017ee b\\u00fdt uplatn\\u011bn pouze jednou.<\\/tspan><\\/text><\\/g><g transform=\\\"matrix(1 0 0 1 415 65)\\\" >\\t<image style=\\\"stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;\\\" xlink:href=\\\"https:\\/\\/www.oveckarna.cz\\/templates\\/images\\/logo.png\\\" x=\\\"-104\\\" y=\\\"-20\\\" width=\\\"208\\\" height=\\\"40\\\"><\\/image><\\/g><\\/svg>\\n\",\"valid_days\":\"365\"}"
}
],
"discounts_coupons": [
{
"id": 1914268,
"id_discount": 182,
"code": "OVEOMN46X5",
"date_from": null,
"date_activated": "2021-03-14 14:53:20",
"date_to": null,
"id_order_purchased": null,
"id_order_used": null,
"id_order_item": null,
"used": "N",
"data": null,
"id_user": null
},
{
"id": 1914269,
"id_discount": 182,
"code": "KUP500",
"date_from": null,
"date_activated": "2021-03-14 14:53:20",
"date_to": null,
"id_order_purchased": null,
"id_order_used": null,
"id_order_item": null,
"used": "N",
"data": null,
"id_user": null
}
]
}