Виджет 3D визуализации и виртуальной примерки товара в интернет-магазине на платформе inSales
{% if
product.properties.zarbo_uuid.characteristics.first.name
and
product.properties.zarbo_widget_id.characteristics.first.name
%}
<iframe width="100%" height="{{ widget_settings.zarbo_height }}" name="пр" src="https://embed.dev.zarbo.works/{{product.properties.zarbo_uuid.characteristics.first.name}}/{{product.properties.zarbo_widget_id.characteristics.first.name}}/" allowfullscreen allow=" camera; autoplay; xr-spatial-tracking " frameBorder="0"></iframe>
{% endif %}
{
"Высота":[
{
"group_name": "Цвета",
"items":[
{
"type": "number",
"step": 100,
"min": 50,
"max": 900,
"name": "zarbo_height",
"label":"Высота виджета",
"class": "range",
"value": 800,
"with_btns": true,
"enable_server_reload": true
}
]
}
],
"Отступы": [
{
"group_name": "Отступы",
"items": [
{
"class":"range",
"name":"layout-pt",
"min":0,
"max":10,
"step":0.5,
"label":"Отступ сверху",
"type":"range",
"unit":"vw",
"value": 0
},
{
"class":"range",
"name":"layout-pb",
"min":0,
"max":10,
"step":0.5,
"label":"Отступ снизу",
"type":"range",
"unit":"vw",
"value": 0
}
]
}
]
}
{
"ru": {
"align_left": "Слева",
"align_center": "По центру",
"align_right": "Справа",
"alignment": "Расположение"
}
}