Skip to content

Instantly share code, notes, and snippets.

View ImShuvo's full-sized avatar
🏠
Working from home

Najmul Hasan ImShuvo

🏠
Working from home
  • Bangladesh
View GitHub Profile
@ImShuvo
ImShuvo / shopify-auto-currencies-switcher.js
Created December 27, 2019 19:17 — forked from chrisgrabinski/shopify-auto-currencies-switcher.js
(Shopify) Automatically change a shop's currency based on the customer's geolocation
// Dependencies
// - https://github.com/carolineschnapp/currencies
// Don't change currency if Cookie has been already set
if (Currency.cookie.read() == null) {
jQuery.ajax( {
url: '//freegeoip.net/json/',
type: 'GET',
dataType: 'jsonp',