Sha256: e6ff7afbfb7b9893c9c54b61171912ad77003b809d36d4f9258626d87dee5f40

Contents?: true

Size: 1.26 KB

Versions: 10

Compression:

Stored size: 1.26 KB

Contents

---
layout: default
---

<section>
  <header>
    <h1>{{ page.title }}</h1>
  </header>

  <div class="content">
    {{ content }}
  </div>

  <div id="user" data-controller="cart-contact">
    <h2>{{ page.user }}</h2>

    <form data-target="cart-contact.form">
      {% for field in site.data.forms.user %}
        {% assign template = field[1].type | append: '.html' %}
        {% include {{ template }} field=field form='user' %}
      {% endfor %}
    </form>
  </div>

  <div
    id="shipping-address"
    class="mt-3"
    data-controller="cart-shipping"
    data-scroll-to="cart-shipping"
    data-cart-shipping-next="{{ site.payment.url }}"
    data-cart-shipping-template="assets/templates/shipping_methods.html">

    <h2>{{ page.shipping_address }}</h2>

    <form
      data-target="cart-shipping.form"
      data-action="cart-shipping#rates">
      {% for field in site.data.forms.shipping_address %}
        {% assign template = field[1].type | append: '.html' %}
        {% include {{ template }} field=field %}
      {% endfor %}
    </form>

    <div id="cart-shipping">
      <h2 class="mt-3">{{ page.shipping_methods }}</h2>

      <div data-target="cart-shipping.methods">
        {{ page.shipping_methods_help | markdownify }}
      </div>
    </div>
  </div>
</section>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc0 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.4.2 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.4.1 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.4.0 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.3.5 _layouts/shipment.html
observatorio-jekyll-theme-0.1.3 _layouts/shipment.html
observatorio-jekyll-theme-0.1.2 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.3.4 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.3.3 _layouts/shipment.html
editorial-autogestiva-jekyll-theme-0.3.2 _layouts/shipment.html