{
	"productVariables": [
		{
			"element": "dropdown",
			"variableText": "{glassThicknessVariableText}",
			"variableId": "{glassThickness}",
			"options": [
				{
					"value": "{glassThickness0400}",
					"display": "{glassThickness0400}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0600}",
					"display": "{glassThickness0600}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0800}",
					"display": "{glassThickness0800}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness1000}",
					"display": "{glassThickness1000}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness1200}",
					"display": "{glassThickness1200}",
					"attributes": {
						"selected": false
					}
				}
			],
			"attributes": {
				"required": true
			},
			"sortOrder": 2,
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{width}",
			"attributes": {
				"min": 150,
				"max": 3000,
				"required": true,
				"validation": [],
				"valueSets": [
					{
						"updateruleset": "[[widthLimit]]",
						"max": 2400
					},
					{
						"updateruleset": "[[width2500]]",
						"max": 2500
					},
					{
						"updateruleset": "[[widthLimit2500]]",
						"max": 2000
					}
				]
			},
			"reminderText": "{widthReminderText}",
			"variableText": "{widthVariableText}",
			"errorText": "{widthVariableErrorText}",
			"sortOrder": 4,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height}",
			"attributes": {
				"min": 150,
				"max": 3000,
				"required": true,
				"validation": [],
				"valueSets": [
					{
						"updateruleset": "[[hightLimit]]",
						"max": 2400
					},
					{
						"updateruleset": "[[hight2500]]",
						"max": 2500
					},
					{
						"updateruleset": "[[hightLimit2500]]",
						"max": 2000
					}
				]
			},
			"reminderText": "{heightReminderText}",
			"variableText": "{heightVariableText}",
			"errorText": "{heightVariableErrorText}",
			"sortOrder": 6,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{width1}",
			"attributes": {
				"min": 0,
				"max": 3000,
				"required": true,
				"validation": [
					{
						"compare": "[[{width1}]] <= [[{width}]]",
						"errorText": "{maxWidth1ErrorText}"
					}
				],
				"valueSets": [
					{
						"updateruleset": "[[widthLimit]]",
						"max": 2400
					},
					{
						"updateruleset": "[[width2500]]",
						"max": 2500
					},
					{
						"updateruleset": "[[widthLimit2500]]",
						"max": 2000
					}
				]
			},
			"reminderText": "{width1ReminderText}",
			"variableText": "{width1VariableText}",
			"errorText": "{width1VariableErrorText}",
			"sortOrder": 8,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height1}",
			"attributes": {
				"min": 0,
				"max": 3000,
				"required": true,
				"validation": [
					{
						"compare": "[[{height1}]] <= [[{height}]]",
						"errorText": "{maxHeight1ErrorText}"
					}
				],
				"valueSets": [
					{
						"updateruleset": "[[hightLimit]]",
						"max": 2400
					},
					{
						"updateruleset": "[[hight2500]]",
						"max": 2500
					},
					{
						"updateruleset": "[[hightLimit2500]]",
						"max": 2000
					}
				]
			},
			"reminderText": "{height1ReminderText}",
			"variableText": "{height1VariableText}",
			"errorText": "{height1VariableErrorText}",
			"sortOrder": 10,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{width2}",
			"attributes": {
				"min": 0,
				"max": 3000,
				"required": true,
				"validation": [
					{
						"compare": "[[{width2}]] <= [[{width}]]",
						"errorText": "{maxWidth1ErrorText}"
					},
					{
						"compare": "[[{width1}]] + [[{width2}]] <= [[{width}]]",
						"errorText": "{faconwidthOneTwoCheckErrorText}"
					}
				],
				"valueSets": [
					{
						"updateruleset": "[[widthLimit]]",
						"max": 2400
					},
					{
						"updateruleset": "[[width2500]]",
						"max": 2500
					},
					{
						"updateruleset": "[[widthLimit2500]]",
						"max": 2000
					}
				]
			},
			"reminderText": "{width2ReminderText}",
			"variableText": "{width2VariableText}",
			"errorText": "{width2VariableErrorText}",
			"sortOrder": 12,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{figurID}",
			"attributes": {
				"min": 47,
				"max": 47,
				"required": true,
				"value": 47,
				"validation": [],
				"style": "display:none;"
			},
			"sortOrder": 999
		}
	],
	"images": [],
	"accessories": [],
	"extra": [],
	"formulas": [
		{
			"id": "base_elements",
			"formula": "[[{width}]] + [[{height}]]]] / 1000000) * [[baseProductPrice]] * 1.25 * 1.5"
		},
		{
			"id": "weightCalTEMP",
			"formula": "([[{width}]] * [[{height}]] / 1000000)"		
		},
		{
			"id": "widthLimit",
			"rule": "[[{glassThickness}]] != \"{glassThickness0400}\" && [[{height}]] > 2400"
		},
		{
			"id": "width2500",
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\""
		},
		{
			"id": "widthLimit2500",
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\" && [[{height}]] > 2000"
		},
		{
			"id": "hightLimit",
			"rule": "[[{glassThickness}]] != \"{glassThickness0400}\" && [[{width}]] > 2400"
		},
		{
			"id": "hight2500",
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\""
		},
		{
			"id": "hightLimit2500",
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\" && [[{width}]] > 2000"
		}
	],
	"variantData": [],
	"premium": [],
	"summery": false,
	"productVariablesRules": [],
	"baseProductPrices": [
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\"",
			"productId": "F04001000",
			"note": "4 mm float glas med skarp kant",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0600}\"",
			"productId": "F06001000",
			"note": "6 mm float glas med skarp kant",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0800}\"",
			"productId": "F08001000",
			"note": "8 mm float glas med skarp kant",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness1000}\"",
			"productId": "F10001000",
			"note": "10 mm float glas med skarp kant",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness1200}\"",
			"productId": "F12001000",
			"note": "12 mm float glas med skarp kant",
			"weight": true
		}
	],
	"baseProductPriceFormel": "Math.round(((([[{glassThickness}]] == \"{glassThickness0400}\") ? (((( [[{width}]] * [[{height}]]) / 1000000) <= 0.9940357852882704) ? (0.9940357852882704 * [[baseProductPrice]] * 1.25 * 1.5) : ((([[{width}]] * [[{height}]]) / 1000000) * [[baseProductPrice]] * 1.25 * 1.5)) : (([[{glassThickness}]] == \"{glassThickness0600}\") ? (((( [[{width}]] * [[{height}]]) / 1000000) <= 0.65) ? (0.65 * [[baseProductPrice]] * 1.25 * 1.5) : ((([[{width}]] * [[{height}]]) / 1000000) * [[baseProductPrice]] * 1.25 * 1.5)) : (((( [[{width}]] * [[{height}]]) / 1000000) <= 0.45) ? (0.45 * [[baseProductPrice]] * 1.25 * 1.5) : ((([[{width}]] * [[{height}]]) / 1000000) * [[baseProductPrice]] * 1.25 * 1.5))))))",
	"baseProductWeightFormel": "[[baseProductWeight]] * [[weightCal01_02]]",
	"defaultImgSortOrder": 5
}