Atlantic Shopify Theme Templates

Permalink

Join GitHub today

Atlantic-theme-light.myshopify.com Visit atlantic-theme-light.myshopify.com We collected the majority of metadata history records for Atlantic-theme-light.myshopify.com. Atlantic Theme Light My Shopify has a medium sized description which rather positively influences the efficiency of search engines index and hence improves positions of the domain.

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

TemplatesSign up

Atlantic Shopify Theme Templates Download

Find file Copy path

Shopify Store Templates

  • Atlantic is powerful, flexible and user-friendly. Its striking hero area and clean typography are sure to grab your customers’ attention, while its revamped mega-navigation and collection pages guide them to the perfect product. Boost conversions with Atlantic's matching set of MailChimp templates designed to enhance your store emails.
  • The Shopify Theme Store hosts a collection of over 100 premium and free ecommerce website templates. With themes created by world-renowned designers like Happy Cog, Clearleft and Pixel Union, you’ll love how your store looks on Shopify.

Shopify

Cannot retrieve contributors at this time
{% 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 %}
  • Copy lines
  • Copy permalink