Informations
- Présidente :
- nalak
- Activité :
- 0 connectée(s)
- 1 membres
- 0 messages postés
- Date de création :
- le 12/08/2014 à 10:14
Présentation
<!-- Winter Breeze --> <!-- Common Base Styling -->
{% assign primary_font = "Lato"%} {% assign primary_font_color = "#000000" %}
<!-- Black text color -->{% assign primary_font_size = "11px"%} {% assign secondary_font = "Lato"%} {% assign secondary_font_color = "#333333" %}
<!-- Grey text color -->{% assign theme_color = "#303336"%}
// <![CDATA[ var fHead = document.head || document.getElementsByTagName('head')[0]; {% assign font_weights = "300,400,700" | split: ',' %} {% for font_weight in font_weights %} var font1Id = 'font-{{ primary_font | replace: " ", "-" }}-{{ font_weight }}'; if (!document.getElementById(font1Id)) { var linkElement = document.createElement('link'); linkElement.setAttribute('id', font1Id) linkElement.setAttribute('rel', 'stylesheet'); linkElement.setAttribute('type', 'text/css'); linkElement.setAttribute('href', 'https://fonts.googleapis.com/css?family={{ primary_font | replace: " ", "+" }}:{{ font_weight }}&subset=latin-ext'); fHead.appendChild(linkElement); }; {% if secondary_font != blank and secondary_font != primary_font %} var font2Id = 'font-{{ secondary_font | replace: " ", "-" }}-{{ font_weight }}'; if (!document.getElementById(font2Id)) { var linkElement = document.createElement('link'); linkElement.setAttribute('id', font2Id) linkElement.setAttribute('rel', 'stylesheet'); linkElement.setAttribute('type', 'text/css'); linkElement.setAttribute('href', 'https://fonts.googleapis.com/css?family={{ secondary_font | replace: " ", "+" }}:{{ font_weight }}&subset=latin-ext'); fHead.appendChild(linkElement); }; {% endif %} {% endfor %} // ]]> // <![CDATA[ $(function () { if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { $("body").addClass("safari"); } }); // ]]> <!-- /* ### BASE - PAGE SIZING AND MARGIN SETUP NORMALIZATION ACROSS BROWSERS ### */ @page { margin: 12mm !important; margin-top: 12mm !important; margin-right: 12mm !important; margin-bottom: 12mm !important; margin-left: 12mm !important; } @media print { .safari { padding-top: 15px; box-sizing: border-box; } .printer-preview-content:after { content: ""; display: table; clear: both; } .printer-preview-content .printer-preview-content { padding-left: 15px; padding-right: 15px; box-sizing: border-box; } } @media screen { .printer-preview-content { padding: 14px 0; min-height: 800px; /* background-image: url(http://basehold.it/i/14) */ } .printer-preview-content .printer-preview-content { margin-right: auto; margin-left: auto; max-width: 680px; } } @media screen,print { /* ### BASE - TYPOGRAPHY AND REMOVAL OF STANDARD SHOPIFY STYLING ### */ .printer-preview-content .t120336 * { color: {{ secondary_font_color }}; font-family: '{{ primary_font }}'; font-size: {{ primary_font_size }}; font-weight: 400; line-height: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; margin: 0 0 0 0; padding: 0 0 0 0; -webkit-print-color-adjust: exact; overflow: visible !important; } .printer-preview-content .t120336 h1 { font-size: 18px; line-height: 28px; } .printer-preview-content .t120336 h2 { font-size: 18px; line-height: 28px; } .printer-preview-content .t120336 h3 { font-size: 14px; line-height: 28px; } .printer-preview-content .t120336 h1, .printer-preview-content .t120336 h2, .printer-preview-content .t120336 h3 { margin-bottom: 14px; } .printer-preview-content .t120336 a, .printer-preview-content .t120336 a * { text-decoration: none !important; } .printer-preview-content .t120336 b, .printer-preview-content .t120336 b * { font-weight: bold; } .printer-preview-content .t120336 .text-right { text-align: right; } .printer-preview-content .t120336 .text-center { text-align: center; } .printer-preview-content .t120336 .no-wrap { white-space: nowrap; } /* ### BASE - GRID AND RE-USABLE LAYOUT COMPONENTS ### */ .printer-preview-content .t120336 .row { width: 100%; display: block; clear: both; } .printer-preview-content .t120336 .row:after { content: ""; display: table; clear: both; } .printer-preview-content .t120336 .col-xs-1, .printer-preview-content .t120336 .col-xs-2, .printer-preview-content .t120336 .col-xs-3, .printer-preview-content .t120336 .col-xs-4, .printer-preview-content .t120336 .col-xs-5, .printer-preview-content .t120336 .col-xs-6, .printer-preview-content .t120336 .col-xs-7, .printer-preview-content .t120336 .col-xs-8, .printer-preview-content .t120336 .col-xs-9, .printer-preview-content .t120336 .col-xs-10, .printer-preview-content .t120336 .col-xs-11, .printer-preview-content .t120336 .col-xs-12 { float: left; min-height: 1px; margin-bottom: 28px; } .printer-preview-content .t120336 .col-xs-12 { width: 100%; } .printer-preview-content .t120336 .col-xs-11 { width: 91.66666667%; } .printer-preview-content .t120336 .col-xs-10 { width: 83.33333333%; } .printer-preview-content .t120336 .col-xs-9 { width: 75%; } .printer-preview-content .t120336 .col-xs-8 { width: 66.66666667%; } .printer-preview-content .t120336 .col-xs-7 { width: 58.33333333%; } .printer-preview-content .t120336 .col-xs-6 { width: 50%; } .printer-preview-content .t120336 .col-xs-5 { width: 41.66666667%; } .printer-preview-content .t120336 .col-xs-4 { width: 33.33333333%; } .printer-preview-content .t120336 .col-xs-3 { width: 25%; } .printer-preview-content .t120336 .col-xs-2 { width: 16.66666667%; } .printer-preview-content .t120336 .col-xs-1 { width: 8.33333333%; } .printer-preview-content .t120336 .col-no-margin { margin-bottom: 0 !important; } .printer-preview-content .t120336 .clear-fix::after { content: ""; clear: both; display: table; } .printer-preview-content .t120336 .half-margin-top { margin-top: 7px !important; } .printer-preview-content .t120336 .half-margin-bottom { margin-bottom: 7px !important; } .printer-preview-content .t120336 .margin-bottom { margin-bottom: 14px !important; margin-top: 1px; } .printer-preview-content .t120336 .margin-top { margin-top: 14px !important; } .printer-preview-content .t120336 .double-margin-top { margin-top: 28px !important; } .printer-preview-content .t120336 .double-margin-bottom { margin-bottom: 28px !important; } .printer-preview-content .t120336 .strikethrough { text-decoration: line-through !important; } .printer-preview-content .t120336 .break { word-break: break-all !important; } /* ### BASE - TABLE STYLING ### */ .printer-preview-content .t120336 table, .printer-preview-content .t120336 .table { width: 100%; max-width: 100%; background-color: transparent; border-collapse: collapse; } .printer-preview-content .t120336 table thead { display: table-row-group; } .printer-preview-content .t120336 table tbody tr { page-break-inside:avoid !important; page-break-after:auto !important; } .printer-preview-content .t120336 table tbody tr td { page-break-inside:avoid !important; } .printer-preview-content .t120336 th { white-space: nowrap; text-align: left; vertical-align: middle; border-top: 0; border-bottom: 0; } .printer-preview-content .t120336 td { vertical-align: top; border-top: 0; border-bottom: 0; } .printer-preview-content .t120336 .order-table tbody > tr td { background-color: #FFFFFF; } .printer-preview-content .t120336 .pricing-table { position: relative; top: 1px; } .printer-preview-content .t120336 .pricing-table tbody > tr > td { background-color: #FFFFFF; } /* .printer-preview-content .t120336 .pricing-table tbody > tr > td.pricing-table-title { word-break: break-all; }*/ .printer-preview-content .t120336 th.order-table-qty { width: 10%; } .printer-preview-content .t120336 th.order-table-price { width: 10%; } .printer-preview-content .t120336 th.order-table-item-total, .printer-preview-content .t120336 th.order-table-reason { width: 17%; } .printer-preview-content .t120336 th.order-table-return-comments { width: 30%; } .printer-preview-content .t120336 .pricing-table-text { text-align: right; white-space: nowrap; } /* ### BASE - PRODUCT IMAGE SIZING TO RETAIN LINE HEIGHT RYTHM) ### */ .printer-preview-content .t120336 .product-image-wrapper { width: 0px; max-height: 0px; vertical-align: middle; text-align: center; } .printer-preview-content .t120336 .product-image { padding: 0 4px; page-break-inside:avoid !important; max-width: 0px; height: auto; max-height: 0px; } /* ### BASE - LISTS RESET ### */ .printer-preview-content .t120336 ul { list-style: none; } .printer-preview-content .t120336 li { color: {{ secondary_font_color }}; list-style: none; } /* ### BASE - LOGO ### */ .printer-preview-content .t120336 .logo-wrapper { display: inline-block; width: 100%; padding-bottom: 7px; } .printer-preview-content .t120336 .logo { float: left; padding-right: 15px; max-width: 60%; max-height: 98.39999999999999px; } /* ### BASE - BARCODE ### */ .printer-preview-content .t120336 .order-number-barcode, .printer-preview-content .t120336 .product-barcode { display: block; } /* ### BASE - ADDITONAL COMMON SHARED TYPOGRAPHY AND ALIGNMENT ### */ .printer-preview-content .t120336 .address { margin-right: 5%; } .printer-preview-content .t120336 .col-xs-8 .notes, .printer-preview-content .t120336 .col-xs-6 .notes { margin-right: 20%; } .printer-preview-content .t120336 .notes-title, .printer-preview-content .t120336 .return-codes { margin: 7px 0; } /* ### BASE - HORIZONTAL RULE MARKS ### */ .printer-preview-content .t120336 hr { background: {{ theme_color }}; border-top: 0; border: 0; height: 2px; width: 100%; margin-bottom: -2px; } } --> <!-- Template Specific Styling --> <!-- @media screen,print { /* ### DESIGN SPECIFIC - TYPOGRAPHY ### */ .printer-preview-content .t120336 h1 { font-family: '{{ secondary_font }}'; color: {{ theme_color }}; font-weight: bold; } .printer-preview-content .t120336 h2 { font-family: '{{ secondary_font }}'; color: {{ primary_font_color }}; } .printer-preview-content .t120336 h3 { font-family: '{{ secondary_font }}'; color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - LOGO POSITIONING ### */ .printer-preview-content .t120336 .logo { float: right; padding-right: 0; margin-bottom: 14px; } /* ### DESIGN SPECIFIC - STORE DETAILS ### */ .printer-preview-content .t120336 .shop-block { text-align: center; } .printer-preview-content .t120336 .shop-block .shop-address-block b, .printer-preview-content .t120336 .shop-block .shop-address-block b * { color: {{ primary_font_color }}; } .printer-preview-content .t120336 .shop-block .shop-domain { font-weight: bold; } .printer-preview-content .t120336 .shop-return-address b, .printer-preview-content .t120336 .shop-return-address b * { color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - ORDER DETAILS ### */ .printer-preview-content .t120336 .order-details-title { display: inline-block; font-weight: bold; color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - BILL TO AND SHIP TO ADDRESS ### */ .printer-preview-content .t120336 .address-title { font-weight: bold; color: {{ theme_color }}; } .printer-preview-content .t120336 .address { margin-left: 2%; } /* ### DESIGN SPECIFIC - TABLE HEADER ### */ .printer-preview-content .t120336 .order-table thead tr th { padding-left: 4px; padding-right: 4px; border-top: 2px solid {{ theme_color }}; padding-top: 5px; border-bottom: 2px solid {{ theme_color }}; padding-bottom:5px; font-weight: bold; } /* ### DESIGN SPECIFIC - TABLE BODY (SHARED) ### */ .printer-preview-content .t120336 .order-table tbody tr td, .printer-preview-content .t120336 .pricing-table tbody tr td { padding-left: 4px; padding-right: 4px; border-top: 0; padding-top: 7px; border-bottom: 1px solid #efefef; padding-bottom:6px; } /* ### DESIGN SPECIFIC - ORDER TABLE SPECIFIC ### */ .printer-preview-content .t120336 .order-table tbody > tr > td.line-item-description, .printer-preview-content .t120336 .order-table tbody > tr > td.line-item-qty { font-weight: bold; color: {{ primary_font_color }}; } .printer-preview-content .t120336 .order-table tbody > tr > td.line-item-description p.line-item-sku { font-weight: normal; } .printer-preview-content .t120336 .order-table tbody > tr > td.line-item-description span.line-item-refund { display: inline-block; padding: 2px 8px; margin-top: 3px; background-color: #FFEA8A; border-radius: 14px; } /* ### DESIGN SPECIFIC - PRICING TABLE SPECIFIC ### */ .printer-preview-content .t120336 .pricing-table tbody > tr.pricing-table-total-row > td { border-top: 2px solid {{ theme_color }}; border-bottom: 2px solid {{ theme_color }}; padding-bottom:5px; } .printer-preview-content .t120336 .pricing-table tbody > tr > td.pricing-table-title, .printer-preview-content .t120336 .pricing-table tbody > tr > td.pricing-table-title span { font-weight: bold; color: {{ primary_font_color }}; } .printer-preview-content .t120336 .pricing-table tbody > tr.pricing-table-total-row .pricing-table-title, .printer-preview-content .t120336 .pricing-table tbody > tr.pricing-table-total-row .pricing-table-text { font-weight: bold; color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - ORDER NOTES ### */ .printer-preview-content .t120336 .notes-title { font-weight: bold; color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - RETURN FORM REASON CODES ### */ .printer-preview-content .t120336 .return-codes b, .printer-preview-content .t120336 .return-code b * { font-weight: bold; color: {{ primary_font_color }}; } /* ### DESIGN SPECIFIC - THANK YOU MESSAGE ### */ .printer-preview-content .t120336 .thanks-text { text-align: center; font-weight: bold; color: {{ theme_color }}; } .printer-preview-content .t120336 .thanks-text * { font-weight: bold; color: {{ theme_color }}; } /* ### DESIGN SPECIFIC - GIFT MESSAGE ### */ .printer-preview-content .t120336 .gift-text { text-align: center; font-weight: bold; width: 80%; margin: 0 10%; padding-bottom:14px; font-size: 18px; } .printer-preview-content .t120336 .gift-text * { font-weight: bold; font-size: 18px; } .printer-preview-content .t120336 .gift-text svg { padding-bottom:7px; } /* ### DESIGN SPECIFIC - TERMS AND CONDITIONS ### */ .printer-preview-content .t120336 .terms-text { font-size: 9px; text-align: center; } .printer-preview-content .t120336 .terms-text * { font-size: 9px; } /* ### DESIGN SPECIFIC - SOCIAL ICONS ### */ .printer-preview-content .t120336 .social-icons { display: inline; width: 20px; margin: 7px 4px; } } -->Invoice
- Invoice No. {{ order_name }}
- Invoice Date {{ created_at | date: "%d.%m.%Y" }}
- Edit: {{ transaction_text }}
- Shipping {{ shipping_method.title }}
<div class="row">
<div class="col-xs-12 shop-block col-no-margin">
<div class="shop-address-block full-editable">
<p><strong>Thai Foodstuffs sprl</strong></p>
<p>TVA: BE 0882.992.681 <strong><br /> </strong></p>
<p>Rue du Saule 41 / Ganshoren, 1083 /</p>
<p>thaifoodstuffs@skynet.be /Tél: 023/960.546</p>
</div>
<a href="https://{{ shop.domain }}" target="_blank"> </a></div>
</div>
For:
- {{ billing_address.name }}
- {{ billing_address.company }}
- {{ billing_address.address1 }}
- {{ billing_address.address2 }}
- {{ billing_address.zip | upcase }} {{ billing_address.city }}
- {{ billing_address.province }}
- {{ billing_address.country }}
- {{ customer.name }}
- {{ customer.email }}
{% assign hidden_variant_ids = "" %} {% for line_item in line_items %} {% if line_item.properties._boldVariantIds %} {% assign hidden_variant_ids = hidden_variant_ids | append: ',' %} {% assign hidden_variant_ids = hidden_variant_ids | append: line_item.properties._boldVariantIds %} {% endif %} {% endfor %} {% assign hidden_variant_ids = hidden_variant_ids | split: ',' %} {% for line_item in line_items %} {% if line_item.quantity < 1 %}{% continue %}{% endif %} {% if hidden_variant_ids contains line_item.variant_id %}{% continue %}{% endif %} {% assign adjusted_item_price = line_item.price %} {% assign adjusted_line_price = line_item.price | times: line_item.quantity %} {% for line_item2 in line_items %} {% if line_item.properties._boldVariantIds contains line_item2.variant_id %} {% assign adjusted_item_price = adjusted_item_price | plus: line_item2.price %} {% assign adjusted_line_option_price = line_item2.price | times: line_item.quantity %} {% assign adjusted_line_price = adjusted_line_price | plus: adjusted_line_option_price %} {% endif %} {% endfor %} {% assign product_tax = 0.0 %} {% for tax in line_item.tax_lines %} {% assign per_item_tax = tax.price | divided_by: line_item.quantity %} {% assign product_tax = product_tax | plus: per_item_tax %} {% endfor %} {% endfor %}
Item | Qty | Price (excl. Tax) | Tax | Price | Total |
---|---|---|---|---|---|
{{ line_item.title | replace: " - Default Title", "" }} {% assign refunded_quantity = 0 %} {% for refund in refunds %} {% for refund_line_item in refund.refund_line_items %} {% if line_item.id == refund_line_item.line_item_id %} {% assign refunded_quantity = refunded_quantity | plus: refund_line_item.quantity %} {% endif %} {% endfor %} {% endfor %} {% if refunded_quantity > 0 %} Refunded × {{ refunded_quantity }} {% endif %} |
× {{ line_item.quantity }} |
{{ adjusted_item_price | minus: product_tax | money }} |
{% for tax in line_item.tax_lines %} {{ tax.rate | times: 100 }}% {% else %} 0% {% endfor %} | {% if line_item.original_price and line_item.original_price > adjusted_item_price %} {% assign original_price = line_item.original_price %} {% elsif line_item.variant.compare_at_price and line_item.variant.compare_at_price > adjusted_item_price %} {% assign original_price = line_item.variant.compare_at_price %} {% elsif line_item.variant.price and line_item.variant.price > adjusted_item_price %} {% assign original_price = line_item.variant.price %} {% else %} {% assign original_price = 0 %} {% endif %} {% if original_price > 0 and original_price > adjusted_item_price %}
{{ original_price | money }} {% endif %}{{ adjusted_item_price | money }} |
{{ adjusted_line_price | money }} |
{% if note != blank %}
Notes
{% endif %}
{{ note | newline_to_br }}
{% for discount in discounts %} {% if discount.amount != 0.00 %} {% endif %} {% else %} {% if total_discounts != 0.00 %} {% endif %} {% endfor %} {% for tax_line in tax_lines %} {% endfor %}
Discount{% if discount.code != blank %} {{ discount.code }}{% endif %} | -{{ discount.amount | money }} |
Discount | -{{ total_discounts | money }} |
Subtotal | {{ subtotal_price | money }} |
Shipping | {{ shipping_price | default: 0 | money }} |
Total excl. Tax | {{ total_price | minus: total_tax | money }} |
{{ tax_line.title }} ({{ tax_line.rate | times: 100}}%) | {{ tax_line.price | money }} |
Total | {{ total_price | money }} |
IBAN: BE62.7340.5596.4561 - BIC: KREDBEBB
BIO CERTIFICATION: BE-BIO-03