specifications
Specs |
{% if product.metafields.product.ExteriorHeightin != blank %}
Exterior Height x Width x Depth {{ product.metafields.product.ExteriorHeightin.value }} x {{ product.metafields.product.ExteriorWidthin.value }} in x {{ product.metafields.product.ExteriorDepthin.value }} {{ product.metafields.product.ExteriorHeightcm.value }} x {{ product.metafields.product.ExteriorWidthcm.value }} in x {{ product.metafields.product.ExteriorDepthcm.value }} {% endif %} {% if product.metafields.product.InteriorHeightin != blank %} Interior Height x Width x Depth {{ product.metafields.product.InteriorHeightin.value }} x {{ product.metafields.product.InteriorWidthin.value }} x {{ product.metafields.product.InteriorDepthin.value }} {{ product.metafields.product.InteriorHeightcm.value }} x {{ product.metafields.product.InteriorWidthcm.value }} x {{ product.metafields.product.InteriorDepthcm.value }} {% endif %} {% if product.metafields.product.interiorCapacity != blank %} Capacity {{ product.metafields.product.interiorCapacity.value }} {{ product.metafields.product.InteriorVolumeliter.value }} {% endif %} {% if product.metafields.product.WeightWoPackaginglbs != blank %} Weight {{ product.metafields.product.WeightWoPackaginglbs.value }} {{ product.metafields.product.WeightWoPackagingkg.value }} {% endif %} |