Skip to content

Instantly share code, notes, and snippets.

View AdamSwinden's full-sized avatar

Adam Swinden AdamSwinden

View GitHub Profile
/**
* Set Store Currency
*/
function setStoreCurrency(globalCurrency) {
var currencySetUkButton = $( '.currencySetUk' ),
currencySetEuButton = $( '.currencySetEu' ),
currencySetUsButton = $( '.currencySetUs' ),
body = $( 'body' );