10 of the Best Shopify Themes for Watch & Jewelry Stores. Posted on August 20. Atlantic — Chic. This jewelry Shopify theme features a clean design, multi-level navigation, a responsive layout, a homepage slideshow, SEO optimization, easy color and font customization, and more. 5 of the Best Joomla Templates for Construction Companies. Premium Shopify Themes Vision. This is a multi-purpose Shopify theme with drag and drop interface and brilliant image slider plugins namely Slider Revolution. This responsive design template for Shopify is trending on Themeforest right now and is receiving high praise for its feature list.
PermalinkJoin GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up{% unless settings.shipping_calculator 'Disabled' %} |
<divid='shipping-calculator'class='widget'> |
<divclass='widget-header'> |
<h3>{{ settings.shipping_calculator_heading }}</h3> |
</div> |
<divclass='widget-content'> |
<ulclass='calculator-form'> |
<liclass='clearfix'> |
<labelfor='address_country'>Country</label> |
<selectid='address_country'name='address[country]'data-default='{% if shop.customer_accounts_enabled and customer %}{{ customer.default_address.country }}{% elsif settings.shipping_calculator_default_country != ' %}{{ settings.shipping_calculator_default_country }}{% endif %}'>{{ country_option_tags }}</select> |
</li> |
<liid='address_province_container'style='display:none;'class='clearfix'> |
<labelfor='address_province'id='address_province_label'>Province</label> |
<selectid='address_province'class='address_form'name='address[province]'data-default='{% if shop.customer_accounts_enabled and customer and customer.default_address.province != ' %}{{ customer.default_address.province }}{% endif %}'></select> |
</li> |
<liclass='clearfix'> |
<labelfor='address_zip'>Zip Code</label> |
<inputtype='text'id='address_zip'name='address[zip]'{%ifshop.customer_accounts_enabledandcustomer%}value='{{ customer.default_address.zip }}'{%endif%} /> |
</li> |
<li> |
<inputtype='button'class='get_rates btn'value='{{ settings.shipping_calculator_submit_button_label }}' /> |
</li> |
</ul> |
<divid='wrapper-response'></div> |
</div> |
</div> |
<scriptid='shipping-calculator-response-template'type='text/x-jquery-tmpl'> |
{% raw %} |
<p id='shipping-rates-feedback'class='{{if success}}success{{else}}error{{/if}}'> |
{{if success}} |
{{ifrates.length>1}} |
There are ${rates.length} shipping rates available for ${address}, starting at {{html Shopify.formatMoney(rates[0].price)}}. |
{{else}} |
{{ifrates.length1}} |
There is one shipping rate available for ${address}. |
{{else}} |
We do not ship to this destination. |
{{/if}} |
{{/if}} |
{{else}} |
${errorFeedback} |
{{/if}} |
</p> |
<ul id='shipping-rates'> |
{{each( index, rate ) rates}} |
<li>${rate.name} at {{html Shopify.formatMoney(rate.price)}}</li> |
{{/each}} |
</ul> |
{% endraw %} |
</script> |
{{ 'api.jquery.js' | shopify_asset_url | script_tag }} |
{{ '//ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js' | script_tag }} |
{{ '/services/javascripts/countries.js' | script_tag }} |
{{ 'shopify_common.js' | shopify_asset_url | script_tag }} |
{{ 'jquery.cart.min.js' | asset_url | script_tag }} |
<scripttype='text/javascript'charset='utf-8'> |
//<![CDATA[ |
Shopify.money_format='{{ shop.money_with_currency_format }}'; |
Shopify.Cart.ShippingCalculator.show( { |
submitButton: {{ settings.shipping_calculator_submit_button_label| json }}, |
submitButtonDisabled: {{ settings.shipping_calculator_submit_button_label_disabled| json }}{%ifshop.customer_accounts_enabled and customer %}, |
customerIsLoggedIn:true{% endif %} |
} ); |
//]]> |
</script> |
{% endunless %} |
Shopify Store Templates
Best Shopify Templates
Copy lines Copy permalink