observatorio-jekyll-theme 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +168 -0
- data/README.md +164 -0
- data/_config.yml +112 -0
- data/_data/assets.json +4 -0
- data/_data/en.yml +106 -0
- data/_data/es.yml +131 -0
- data/_data/forms/asociate.yml +55 -0
- data/_data/forms/contacto.yml +59 -0
- data/_data/forms/dona.yml +60 -0
- data/_data/forms/newsletter.yml +18 -0
- data/_data/forms/shipping_address.yml +94 -0
- data/_data/forms/sumate.yml +46 -0
- data/_data/forms/user.yml +13 -0
- data/_data/layouts/about.yml +112 -0
- data/_data/layouts/banner_1.yml +65 -0
- data/_data/layouts/banner_2.yml +89 -0
- data/_data/layouts/biblioteca.yml +110 -0
- data/_data/layouts/cart.yml +222 -0
- data/_data/layouts/confirmation.yml +68 -0
- data/_data/layouts/contacto.yml +82 -0
- data/_data/layouts/email.yml +56 -0
- data/_data/layouts/integrante.yml +60 -0
- data/_data/layouts/menu.yml +73 -0
- data/_data/layouts/payment.yml +126 -0
- data/_data/layouts/peticiones.yml +87 -0
- data/_data/layouts/post.yml +135 -0
- data/_data/layouts/product.yml +142 -0
- data/_data/layouts/shipment.yml +126 -0
- data/_data/layouts/theme.yml +266 -0
- data/_includes/5b0263ea6cfc4dab9f3d3fcec87a8337.webp +0 -0
- data/_includes/archive.html +14 -0
- data/_includes/archive_layout_about.html +0 -0
- data/_includes/archive_layout_articulos.html +14 -0
- data/_includes/archive_layout_banner-1.html +0 -0
- data/_includes/archive_layout_banner-2.html +0 -0
- data/_includes/archive_layout_banner_1.html +0 -0
- data/_includes/archive_layout_banner_2.html +0 -0
- data/_includes/archive_layout_biblioteca.html +16 -0
- data/_includes/archive_layout_contacto.html +0 -0
- data/_includes/archive_layout_integrantes.html +26 -0
- data/_includes/archive_layout_layout.html +0 -0
- data/_includes/archive_layout_menu.html +0 -0
- data/_includes/archive_layout_theme.html +0 -0
- data/_includes/archive_post.html +0 -0
- data/_includes/boolean.html +30 -0
- data/_includes/cart_add.html +8 -0
- data/_includes/cart_controller.html +11 -0
- data/_includes/contact.html +23 -0
- data/_includes/content.html +1 -0
- data/_includes/country.html +53 -0
- data/_includes/device_detector.html +15 -0
- data/_includes/donacion.html +125 -0
- data/_includes/email.html +1 -0
- data/_includes/file.html +35 -0
- data/_includes/floating_alert.html +6 -0
- data/_includes/footer.html +11 -0
- data/_includes/form/boolean.html +1 -0
- data/_includes/form/content.html +1 -0
- data/_includes/form/email.html +1 -0
- data/_includes/form/file.html +1 -0
- data/_includes/form/hidden.html +1 -0
- data/_includes/form/image.html +1 -0
- data/_includes/form/input.html +1 -0
- data/_includes/form/markdown_content.html +1 -0
- data/_includes/form/number.html +1 -0
- data/_includes/form/predefined_array.html +1 -0
- data/_includes/form/section.html +1 -0
- data/_includes/form/separator.html +1 -0
- data/_includes/form/string.html +1 -0
- data/_includes/form/submit.html +1 -0
- data/_includes/form/tel.html +1 -0
- data/_includes/form/text.html +1 -0
- data/_includes/form/url.html +1 -0
- data/_includes/hidden.html +5 -0
- data/_includes/image.html +32 -0
- data/_includes/input.html +49 -0
- data/_includes/intento%20logo%20b_edited.webp +0 -0
- data/_includes/item.html +38 -0
- data/_includes/logo.png +0 -0
- data/_includes/logo.svg +1560 -0
- data/_includes/markdown_content.html +1 -0
- data/_includes/matomo.html +15 -0
- data/_includes/menu.html +27 -0
- data/_includes/navbar.html +32 -0
- data/_includes/newsletter.html +10 -0
- data/_includes/notification.html +5 -0
- data/_includes/number.html +1 -0
- data/_includes/pack.html +1 -0
- data/_includes/password.html +1 -0
- data/_includes/pay_what_you_can_controller.html +13 -0
- data/_includes/picture.html +23 -0
- data/_includes/post.html +48 -0
- data/_includes/postal_code.html +45 -0
- data/_includes/predefined_array.html +39 -0
- data/_includes/preload_font.html +1 -0
- data/_includes/product.html +38 -0
- data/_includes/search.html +25 -0
- data/_includes/section.html +1 -0
- data/_includes/separator.html +1 -0
- data/_includes/share.html +22 -0
- data/_includes/share_box.html +29 -0
- data/_includes/social_networks.html +8 -0
- data/_includes/state.html +52 -0
- data/_includes/string.html +3 -0
- data/_includes/subitem.html +7 -0
- data/_includes/submit.html +5 -0
- data/_includes/tel.html +1 -0
- data/_includes/text.html +32 -0
- data/_includes/url.html +1 -0
- data/_includes/video.html +7 -0
- data/_layouts/about.html +52 -0
- data/_layouts/acciones.html +21 -0
- data/_layouts/archive.html +5 -0
- data/_layouts/asociate.html +20 -0
- data/_layouts/biblioteca.html +85 -0
- data/_layouts/cart.html +72 -0
- data/_layouts/confirmation.html +23 -0
- data/_layouts/contacto.html +47 -0
- data/_layouts/default.html +72 -0
- data/_layouts/dona.html +20 -0
- data/_layouts/home.html +142 -0
- data/_layouts/integrante.html +26 -0
- data/_layouts/layout-categories.html +5 -0
- data/_layouts/layout.html +6 -0
- data/_layouts/page.html +5 -0
- data/_layouts/participa.html +12 -0
- data/_layouts/payment.html +21 -0
- data/_layouts/peticiones.html +24 -0
- data/_layouts/post.html +91 -0
- data/_layouts/product.html +110 -0
- data/_layouts/shipment.html +52 -0
- data/_layouts/sumate.html +20 -0
- data/_sass/accessibility.scss +54 -0
- data/_sass/content.scss +11 -0
- data/_sass/editor.scss +29 -0
- data/_sass/embed.scss +13 -0
- data/_sass/floating_alert.scss +48 -0
- data/_sass/fonts.scss +29 -0
- data/_sass/helpers.scss +379 -0
- data/_sass/menu.scss +36 -0
- data/_sass/share_box.scss +26 -0
- data/_sass/slider.scss +29 -0
- data/_sass/snap.scss +60 -0
- data/_sass/toggler.scss +62 -0
- data/assets/css/styles.scss +173 -0
- data/assets/data/site.json +10 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js +114 -0
- data/assets/js/pack.9dc6883564ec9354c89d.js.map +1 -0
- data/assets/templates/alert.html +9 -0
- data/assets/templates/cart.html +67 -0
- data/assets/templates/confirmation.html +67 -0
- data/assets/templates/payment_methods.html +64 -0
- data/assets/templates/recover_order.html +13 -0
- data/assets/templates/results.html +53 -0
- data/assets/templates/shipping_methods.html +38 -0
- metadata +568 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<div class="alert alert-{{ type }} alert-dismissible" role="alert">
|
|
3
|
+
{{ content }}
|
|
4
|
+
|
|
5
|
+
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
|
6
|
+
<span aria-hidden="true">×</span>
|
|
7
|
+
</button>
|
|
8
|
+
</div>
|
|
9
|
+
{% endraw %}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
{% for product in products %}
|
|
3
|
+
<div
|
|
4
|
+
class="border-bottom row no-gutters align-items-center justify-content-center mb-3 mb-md-0 pb-3 pb-md-0"
|
|
5
|
+
data-controller="cart"
|
|
6
|
+
data-cart-variant-id="{{ product.variant_id }}"
|
|
7
|
+
data-cart-image="{{ product.image }}"
|
|
8
|
+
data-cart-title="{{ product.title }}"
|
|
9
|
+
data-cart-extra="{{ product.extra | join: '|' }}"
|
|
10
|
+
data-cart-line-item-id="{{ product.line_item.id }}">
|
|
11
|
+
<div class="col-12 col-md-6 col-lg-4 p-3">
|
|
12
|
+
<div class="d-flex align-items-center flex-wrap">
|
|
13
|
+
<img class="mr-3" loading="lazy" src="{{ product.image }}" alt="{{ product.title }}" />
|
|
14
|
+
|
|
15
|
+
<div class="gray-600 align-middle mt-3 mt-md-0">
|
|
16
|
+
<h1 class="f-3 font-weight-bold m-0">{{ product.title }}</h1>
|
|
17
|
+
<p class="font-weight-light m-0">{{ product.extra | join: ', ' }}</p>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="col-12 col-md-6 col-lg-8">
|
|
23
|
+
<div class="row no-gutters align-items-center">
|
|
24
|
+
<div class="col-12 col-lg p-3">
|
|
25
|
+
<p class="font-weight-light gray-600 m-0 text-center">
|
|
26
|
+
<strong class="d-lg-none mr-3">{{ site.cart.price }}:</strong>
|
|
27
|
+
<span>
|
|
28
|
+
{{ product.line_item.attributes.price }} {{ product.line_item.attributes.currency }}
|
|
29
|
+
</span>
|
|
30
|
+
</p>
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
<div class="col-12 col-lg p-3">
|
|
34
|
+
<div class="form-group m-0">
|
|
35
|
+
<label for="cart-quantity-{{ product.variant_id }}" class="sr-only">{{ site.cart.quantity }}</label>
|
|
36
|
+
<input
|
|
37
|
+
class="form-control"
|
|
38
|
+
aria-describedby="cart-quantity-help-{{ production.variant_id }}"
|
|
39
|
+
type="number"
|
|
40
|
+
min="1"
|
|
41
|
+
data-target="cart.quantity"
|
|
42
|
+
value="{{ product.line_item.attributes.quantity }}" />
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div class="col-12 col-lg p-3">
|
|
47
|
+
<p class="font-weight-light gray-600 m-0 text-center">
|
|
48
|
+
<strong class="d-lg-none mr-3">{{ site.cart.subtotal }}:</strong>
|
|
49
|
+
<span data-target="cart.subtotal">
|
|
50
|
+
{{ product.line_item.attributes.discounted_amount }}
|
|
51
|
+
</span>
|
|
52
|
+
|
|
53
|
+
{{ product.line_item.attributes.currency }}
|
|
54
|
+
</p>
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
<div class="col-12 col-lg-2 text-center">
|
|
58
|
+
<button class="btn btn-transparent border-0 gray-600" data-action="cart#remove">
|
|
59
|
+
<i class="fa fa-trash-o fa-2x fa-fw"></i>
|
|
60
|
+
<span class="sr-only">{{ site.cart.remove }}</span>
|
|
61
|
+
</button>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
{% endfor %}
|
|
67
|
+
{% endraw %}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<div>
|
|
3
|
+
<dl>
|
|
4
|
+
<dt>{{ site.confirmation.number }}</dt>
|
|
5
|
+
<dd>{{ order.number }}</dd>
|
|
6
|
+
|
|
7
|
+
<dt>{{ site.confirmation.delivery }}<dt>
|
|
8
|
+
<dd><address>{{ shipping_address.address1 }}, {{ shipping_address.city }} ({{ shipping_address.zipcode }})</address></dd>
|
|
9
|
+
|
|
10
|
+
<dt>{{ site.confirmation.email }}</dt>
|
|
11
|
+
<dd>{{ order.email }}</dd>
|
|
12
|
+
</dl>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<div class="">
|
|
16
|
+
<h1>{{ site.confirmation.your_order }}</h1>
|
|
17
|
+
<div class="row no-gutters align-items-center">
|
|
18
|
+
<div class="d-none d-md-block col-md-4">
|
|
19
|
+
<h2 class="f-3 font-weight-bold text-uppercase">{{ site.cart.product }}</h2>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="d-none d-md-block col-md-4 pl-3">
|
|
23
|
+
<h2 class="f-3 font-weight-bold text-uppercase">{{ site.cart.price }}</h2>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div class="d-none d-md-block col-md-4 pl-3">
|
|
27
|
+
<h2 class="f-3 font-weight-bold text-uppercase">{{ site.cart.subtotal }}</h2>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
{% for product in products %}
|
|
31
|
+
<div class="col-12 col-md-4">
|
|
32
|
+
<h2 class="f-3 font-weight-bold text-uppercase d-md-none">{{ site.cart.product }}</h2>
|
|
33
|
+
<h2 class="f-3 font-weight-bold">{{ product.title }}</h2>
|
|
34
|
+
<p>{{ product.extra | join: ',' }}</p>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<div class="col-12 col-md-4 pl-md-3">
|
|
38
|
+
<h2 class="f-3 font-weight-bold text-uppercase d-md-none">{{ site.cart.price }}</h2>
|
|
39
|
+
<p>
|
|
40
|
+
{{ product.line_item.attributes.price }}
|
|
41
|
+
{{ product.line_item.attributes.currency }}
|
|
42
|
+
</p>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<div class="col-12 col-md-4 pl-md-3">
|
|
46
|
+
<h2 class="f-3 font-weight-bold text-uppercase d-md-none">{{ site.cart.subtotal }}</h2>
|
|
47
|
+
<p>
|
|
48
|
+
{{ product.line_item.attributes.discounted_amount }}
|
|
49
|
+
{{ product.line_item.attributes.currency }}
|
|
50
|
+
</p>
|
|
51
|
+
</div>
|
|
52
|
+
{% endfor %}
|
|
53
|
+
|
|
54
|
+
<div class="col-6 col-md-8 text-right border-top border-red pt-3">
|
|
55
|
+
<p>
|
|
56
|
+
{{ site.cart.subtotal }}
|
|
57
|
+
</p>
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
<div class="col-6 col-md-4 border-top border-red pt-3 pl-3">
|
|
61
|
+
<p>
|
|
62
|
+
{{ order.total }}
|
|
63
|
+
</p>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
{% endraw %}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<form id="coupon" data-controller="cart-coupon" data-action="cart-coupon#apply"></form>
|
|
3
|
+
|
|
4
|
+
<form
|
|
5
|
+
data-action="cart-payment-methods#pay"
|
|
6
|
+
data-target="cart-payment-methods.form">
|
|
7
|
+
{% for payment_method in payment_methods %}
|
|
8
|
+
<div class="custom-control custom-radio mt-3">
|
|
9
|
+
<input
|
|
10
|
+
class="custom-control-input"
|
|
11
|
+
type="radio"
|
|
12
|
+
data-target="cart-payment-methods.method"
|
|
13
|
+
name="payment_method_id"
|
|
14
|
+
id="payment_method_id_{{ payment_method.id }}"
|
|
15
|
+
value="{{ payment_method.id }}"
|
|
16
|
+
/>
|
|
17
|
+
|
|
18
|
+
<label
|
|
19
|
+
class="font-weight-bold custom-control-label"
|
|
20
|
+
for="payment_method_id_{{ payment_method.id }}">
|
|
21
|
+
<h3>{{ payment_method.attributes.name }}</h3>
|
|
22
|
+
|
|
23
|
+
<p class="lead">{{ payment_method.attributes.description }}</p>
|
|
24
|
+
</label>
|
|
25
|
+
</div>
|
|
26
|
+
{% endfor %}
|
|
27
|
+
|
|
28
|
+
<div class="border-top pt-3 d-flex justify-content-between flex-wrap">
|
|
29
|
+
<div class="order-last order-md-first mt-3 mt-sm-0">
|
|
30
|
+
<a href="{{ back.url }}"
|
|
31
|
+
class="btn btn-transparent border border-black black text-uppercase">
|
|
32
|
+
{{ site.payment.back }}
|
|
33
|
+
</a>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div class="order-first order-md-last">
|
|
37
|
+
<details class="w-100 mb-3">
|
|
38
|
+
<summary class="blue"><small>{{ site.i18n.cart.layouts.payment.promo_code }}</small></summary>
|
|
39
|
+
|
|
40
|
+
<div class="d-flex">
|
|
41
|
+
{% comment %}
|
|
42
|
+
Estos elementos pertenecen al formulario de cupones
|
|
43
|
+
{% endcomment %}
|
|
44
|
+
<div class="flex-grow-1 mr-2">
|
|
45
|
+
<label for="coupon_code" class="sr-only">{{ site.payment.promo_code }}</label>
|
|
46
|
+
<input form="coupon" type="text" id="coupon_code" name="coupon_code" required class="form-control" />
|
|
47
|
+
<div id="coupon-code-invalid" class="invalid-feedback"></div>
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
<div>
|
|
51
|
+
<input form="coupon" type="submit" value="Aplicar" class="btn btn-secondary" />
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</details>
|
|
55
|
+
|
|
56
|
+
<input type="submit"
|
|
57
|
+
class="btn btn-primary btn-lg text-uppercase"
|
|
58
|
+
data-target="cart-payment-methods.submit"
|
|
59
|
+
disabled
|
|
60
|
+
value="{{ site.payment.next_step }} {{ cart.data.attributes.total | floor }} {{ cart.data.attributes.currency }}"/>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</form>
|
|
64
|
+
{% endraw %}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<div class="alert alert-{{ type }} alert-dismissible" role="alert" data-controller="cart">
|
|
3
|
+
{{ content }}
|
|
4
|
+
|
|
5
|
+
<button data-action="cart#recover notification#hide" type="button" class="btn btn-primary">
|
|
6
|
+
{{ site.i18n.recover_order }}
|
|
7
|
+
</button>
|
|
8
|
+
|
|
9
|
+
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
|
10
|
+
<span aria-hidden="true">×</span>
|
|
11
|
+
</button>
|
|
12
|
+
</div>
|
|
13
|
+
{% endraw %}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<section class="row no-gutters justify-content-center">
|
|
3
|
+
<header class="col-10 mb-3">
|
|
4
|
+
<h1>{{ q | capitalize }}</h1>
|
|
5
|
+
</header>
|
|
6
|
+
|
|
7
|
+
<div class="col-10 container">
|
|
8
|
+
<div class="row justify-content-start row-cols-1 row-cols-md-2">
|
|
9
|
+
{% for post in results %}
|
|
10
|
+
{%- if site.ignored_layouts contains post.layout -%}{%- continue -%}{%- endif -%}
|
|
11
|
+
{%- assign height = site.i18n.post.height -%}
|
|
12
|
+
|
|
13
|
+
<article class="col d-flex flex-column mb-3">
|
|
14
|
+
<a href="{{ post.url }}">
|
|
15
|
+
<picture>
|
|
16
|
+
<img
|
|
17
|
+
class="u-photo w-100 fit-cover h-{{ height }}"
|
|
18
|
+
loading="lazy"
|
|
19
|
+
itemprop="image"
|
|
20
|
+
src="{{ post.image.path | default: 'public/placeholder.png' }}"
|
|
21
|
+
alt="{{ post.image.description | default: post.title }}" />
|
|
22
|
+
</picture>
|
|
23
|
+
</a>
|
|
24
|
+
|
|
25
|
+
<div class="pl-3 pr-3 pb-3 d-flex flex-column">
|
|
26
|
+
<header class="position-relative">
|
|
27
|
+
<h1 class="f-4 mt-3">
|
|
28
|
+
<a
|
|
29
|
+
class="black line-clamp-5"
|
|
30
|
+
href="{{ post.url }}">
|
|
31
|
+
<span>{{ post.title }}</span>
|
|
32
|
+
</a>
|
|
33
|
+
</h1>
|
|
34
|
+
|
|
35
|
+
<p>
|
|
36
|
+
<time datetime="{{ post.date }}">
|
|
37
|
+
{{ post.date | date: site.i18n.date.format }}
|
|
38
|
+
</time>
|
|
39
|
+
</p>
|
|
40
|
+
|
|
41
|
+
<p>
|
|
42
|
+
{% for category in post.categories %}
|
|
43
|
+
<a href="{{ category.url }}" class="badge badge-primary">{{ category.title }}</a>
|
|
44
|
+
{% endfor %}
|
|
45
|
+
</p>
|
|
46
|
+
</header>
|
|
47
|
+
</div>
|
|
48
|
+
</article>
|
|
49
|
+
{% endfor %}
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</section>
|
|
53
|
+
{% endraw %}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{% raw %}
|
|
2
|
+
<form
|
|
3
|
+
data-action="cart-shipping#payment"
|
|
4
|
+
data-target="cart-shipping.rates">
|
|
5
|
+
<input type="hidden" name="id" value="{{ shipping_method.id }}" />
|
|
6
|
+
|
|
7
|
+
<div class="row no-gutters justify-content-center">
|
|
8
|
+
{% for shipping_rate in shipping_rates %}
|
|
9
|
+
<div class="col-12">
|
|
10
|
+
<div class="custom-control custom-radio mt-3">
|
|
11
|
+
<input
|
|
12
|
+
class="custom-control-input"
|
|
13
|
+
type="radio"
|
|
14
|
+
{% if shipping_rate.attributes.selected %}
|
|
15
|
+
checked
|
|
16
|
+
{% endif %}
|
|
17
|
+
name="selected_shipping_rate_id"
|
|
18
|
+
id="order_shipments_attributes_selected_shipping_rate_id_{{ shipping_rate.id }}"
|
|
19
|
+
value="{{ shipping_rate.id }}"
|
|
20
|
+
/>
|
|
21
|
+
|
|
22
|
+
<label
|
|
23
|
+
class="font-weight-bold custom-control-label"
|
|
24
|
+
for="order_shipments_attributes_selected_shipping_rate_id_{{ shipping_rate.id }}">
|
|
25
|
+
<span class="lead">{{ shipping_rate.attributes.name }}</span>
|
|
26
|
+
<br/>
|
|
27
|
+
{{ shipping_rate.attributes.display_cost }}
|
|
28
|
+
</label>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
{% endfor %}
|
|
32
|
+
|
|
33
|
+
<div class="col-12 mt-3">
|
|
34
|
+
<input type="submit" class="btn btn-block btn-success" value="{{ site.shipment.next_step }}" />
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</form>
|
|
38
|
+
{% endraw %}
|