Product Calculator
{{ section.settings.heading | escape }}
{% if section.settings.intro != blank %}{{ section.settings.intro }}
{% endif %}
ft
ft
Project area
0 sq. ft.
{% if section.settings.waste_percentage > 0 %}
Area incl. {{ section.settings.waste_percentage }}% extra
0 sq. ft.
{% endif %}
Coverage used
—
Recommended amount
—
Enter your dimensions and select a product.
Recommended purchase
Enter your project dimensions and select a cleaner or sealer. For products with published coverage ranges, the calculator uses the conservative low end.
" }, { "type": "range", "id": "waste_percentage", "label": "Extra material allowance", "min": 0, "max": 20, "step": 1, "unit": "%", "default": 0 }, { "type": "text", "id": "button_label", "label": "Add to cart button", "default": "Add Recommended Amount to Cart" }, { "type": "text", "id": "success_message", "label": "Success message", "default": "Recommended products were added to your cart." }, { "type": "range", "id": "padding_top", "label": "Top padding", "min": 0, "max": 120, "step": 4, "unit": "px", "default": 40 }, { "type": "range", "id": "padding_bottom", "label": "Bottom padding", "min": 0, "max": 120, "step": 4, "unit": "px", "default": 40 } ], "presets": [ { "name": "Product Calculator" } ] } {% endschema %}