--- layout: default pagination: enabled: false --- {% comment %} This layout is the single page of a product post. {% endcomment %}

{{ page.title }}

{{ page.subheading }}

{{ page.title }} {%- include product-grid-gallery.html -%}

Product Description

{{ page.content }} {% assign author = page.author %} {%- include author_card.html -%} {%- include product-definition.html -%} {%- include back-to-top.html -%}

    Product Details

  • Name: {{ page.heading }}
  • Price: ${{ page.unit_price | precision: 2 }}
  • Quantity: {{ page.quantity | precision: 1 }}
  • Size(s): {{ page.sizes }}
  • Condition: {{ page.condition }}
  • Color(s): {{ page.colors }}
  • Material Type(s): {{ page.material_types }}

  • Product Specifics

  • Product ID: {{ page.product_id }}
  • Part Number: {{ page.part_number }}
  • Model Number: {{ page.model_number }}
  • Country Origin: {{ page.country_origin }}
  • Currency Type(s): {{ page.currency_types }}
  • Tags: {{ page.tags }}
  • Tax Code: {{ page.tax_code }}
  • Taxable: {{ page.is_taxable }}
  • Digital Software: {{ page.is_software }}
  • Shippable: {{ page.is_shippable }}
{%- if page.is_shippable == true -%}

    Shipping Details

  • Costs: ${{ page.shipping_price | precision: 2 }}
  • Rates: {{ page.shipping_rates }}
  • Companies: {{ page.shipping_companies }}
  • Weight: {{ page.weight }} lbs
  • Dimensions: {{ page.package_dimensions }}
{%- endif -%}