• Resolved andrewtough

    (@andrewtough)


    Hi Andrew,

    After the recent update the currency on my shopify store which is GBP is coming up as USD on my website. If you could help please.

    Thanks,
    Andrew

    • This topic was modified 2 years, 10 months ago by andrewtough.

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    
    add_filter('shopwp_currency_symbol', function($defaultSymbol) {
        return '£';
    });
    
    add_filter('shopwp_currency_code', function($defaultCode) {
        return 'GBP';
    });
    
Viewing 16 replies (of 16 total)
  • The topic ‘Currency glitch’ is closed to new replies.