table
{% if product.metafields.custom.6height != blank %} {% endif %} {% if product.metafields.custom.dimensions != blank %} {% endif %} {% if product.metafields.custom.year != blank %} {% endif %} {% if product.metafields.custom.seat_height != blank %} {% endif %} {% if product.metafields.custom.weight != blank %} {% endif %}
| Height | {{ product.metafields.custom.6height }} |
|---|---|
| Dimensions | {{ product.metafields.custom.dimensions }} |
| Year | {{ product.metafields.custom.year }} |
| Seat Height | {{ product.metafields.custom.seat_height }} |
| Weight | {{ product.metafields.custom.weight }} |

