Files
kupshop/tests/functional/PriceLevelTest.json
2025-08-02 16:30:27 +02:00

170 lines
3.2 KiB
JSON

{
"price_levels": [
{
"id": 14,
"name": "vip - ranges",
"descr": "",
"discount": 14,
"discount_discount": null,
"unit": "perc",
"combine": "N"
},
{
"id": 15,
"name": "vip - sections",
"descr": "",
"discount": 10,
"discount_discount": null,
"unit": "perc",
"combine": "N"
},
{
"id": 16,
"name": "vip - producers",
"descr": "",
"discount": 10,
"discount_discount": null,
"unit": "perc",
"combine": "N"
},
{
"id": 17,
"name": "vip - products",
"descr": "",
"discount": 17,
"discount_discount": null,
"unit": "perc",
"combine": "N"
},
{
"id": 18,
"name": "vip - products",
"descr": "",
"discount": 17,
"discount_discount": null,
"unit": "perc",
"combine": "Y"
},
{
"id": 19,
"name": "vip - products",
"descr": "",
"discount": 10,
"discount_discount": 19,
"unit": "perc",
"combine": "Y"
}
],
"products" : [
{
"id": 123,
"title": "Test",
"code": "QO591",
"ean": 45254,
"short_descr": "Lorem ipsum dolor sit amet",
"long_descr": "",
"parameters": "",
"price": 1000,
"vat": 1,
"discount": 0,
"producer": 15,
"guarantee": 24,
"in_store": 0,
"pieces_sold": 0,
"delivery_time": 0,
"campaign": "N,L",
"updated": "2015-02-16 11:18:43",
"date_added": "2015-02-16 09:41:00",
"figure": "Y",
"show_raw_price": "N",
"position": null,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"show_in_feed": "N",
"max_cpc": 0,
"in_store_min": null
}
],
"price_levels_ranges": [
{
"id_price_level": 14,
"range_from": 50,
"range_to": 100,
"discount": 14,
"unit": "perc"
},
{
"id_price_level": 15,
"range_from": 50,
"range_to": 100,
"discount": 20,
"unit": "perc"
},
{
"id_price_level": 16,
"range_from": 50,
"range_to": 100,
"discount": 20,
"unit": "perc"
},
{
"id_price_level": 17,
"range_from": 50,
"range_to": 100,
"discount": 20,
"unit": "perc"
}
],
"price_levels_sections": [
{
"id_price_level": 15,
"id_section": 1,
"discount": 15,
"unit": "perc"
},
{
"id_price_level": 16,
"id_section": 1,
"discount": 16,
"unit": "perc"
},
{
"id_price_level": 17,
"id_section": 1,
"discount": 17,
"unit": "perc"
}
],
"price_levels_producers": [
{
"id_price_level": 16,
"id_producer": 15,
"discount": 16,
"unit": "perc"
},
{
"id_price_level": 17,
"id_producer": 15,
"discount": 17,
"unit": "perc"
}
],
"price_levels_products": [
{
"id_price_level": 17,
"id_product": 123,
"discount": 17,
"unit": "perc"
}
],
"products_in_sections": [
{
"id_product":123,
"id_section":1,
"figure":"Y",
"generated":0
}
]
}