{
	"productVariables": [
		{
			"element": "input",
			"type": "number",
			"variableId": "{width}",
			"attributes": {
				"min": 100,
				"max": 2500,
				"required": true
			},
			"reminderText": "{widthReminderText}",
			"variableText": "{widthVariableText}",
			"errorText": "{widthVariableErrorText}",
			"sortOrder": 1,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height}",
			"attributes": {
				"min": 300,
				"max": 2500,
				"required": true,
				"validation": [
					{
						"compare": "([[{width}]]  * [[{height}]] / 1000000) <= 5",
						"errorText": "{overmaxm2VariableErrorText}"
					}
				]
			},
			"reminderText": "{heightReminderText}",
			"variableText": "{heightVariableText}",
			"errorText": "{heightVariableErrorText}",
			"sortOrder": 2,
			"unit": "mm",
			"tooltip": {}
		},
		
		{
			"element": "dropdown",
			"variableId": "{glassType}",
			"attributes": {
			  "required": true
			},
			"options": [
			  {
				"value": "T04001000hulTLP1",
				"display": "",
				"attributes": {
				  "selected": true
				}
			  }
			],
			"reminderText": "",
			"variableText": "{glassTypeText}",
			"errorText": "",
			"sortOrder": 8
		  },
		{
			"element": "input",
			"type": "number",
			"variableId": "{width1}",
			"attributes": {
				"min": 15,
				"max": 2485,
				"required": true,
				"validation": [
					{
						"compare": "[[{width1}]] + 12 + ([[{diameterVariableID}]] / 2) <= [[{width}]]",
						"errorText": "{drillEdgeRVariableErrorText}"
					},
					{
						"compare": "[[{width1}]] - ([[{diameterVariableID}]] / 2) >= 12",
						"errorText": "{drillEdgeLVariableErrorText}"
					}
				]
			},
			"reminderText": "{width1ReminderText}",
			"variableText": "{width1VariableText}",
			"errorText": "{width1VariableErrorText}",
			"sortOrder": 3,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height1}",
			"attributes": {
				"min": 15,
				"max": 2485,
				"required": true,
				"validation": [
					{
						"compare": "[[{height1}]] + 12 + ([[{diameterVariableID}]] / 2) <= [[{height}]]",
						"errorText": "{drillEdgeTVariableErrorText}"
					},
					{
						"compare": "[[{height1}]] - ([[{diameterVariableID}]] / 2) >= 12",
						"errorText": "{drillEdgeBVariableErrorText}"
					}
				]
			},
			"reminderText": "{height1ReminderText}",
			"variableText": "{height1VariableText}",
			"errorText": "{height1VariableErrorText}",
			"sortOrder": 4,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{diameterVariableID}",
			"attributes": {
				"min": 5,
				"max": 500,
				"required": true
			},
			"reminderText": "",
			"variableText": "{diameterVariableID}",
			"errorText": "{widthVariableErrorText}",
			"sortOrder": 5,
			"unit": "mm",
			"tooltip": {}
		}
	],
	"images": [],
	"accessories": [],
	"extra": [
		{
			"productId": "T04001000hulTLP1",
			"amount": "[[glassFormula]]",
			"rules": {
				"include": [
					{
						"compare": "[[{glassType}]] == \"T04001000hulTLP1\""
					}
				]
			}
		}
	],
	"formulas": [
		{
			"id": "glassFormula",
			"formula": "([[{width}]]  * [[{height}]] / 1000000) <= 0.5 ?  0.5 - 1 : ([[{width}]]  * [[{height}]] / 1000000)-1"
		},
		{
			"id": "weightCal",
			"formula": "([[{width}]] * [[{height}]] / 1000000)"		
		}
	],
	"premium": [],
	"variantData":[
		{
            "id":"{glassType}",
            "name":"{glassType}"
        }
	],
	"baseProductPrices": [
		{
			"rule" :"1 == 1",
			"productId": "10918"
		}
	],
	"productVariablesRules": [],
	"summery": false,
	"productAddedImage": "",
	
	"baseProductPriceFormel": "([[baseProductPrice]] * 1.25)",
	"baseProductWeightFormel": "[[baseProductWeight]] * [[weightCal]]",
	"defaultImgSortOrder": 5
}