• ResolvedModerator cubecolour

    (@numeeja)


    My shop is in £ GBP. When I List the printful product orders, the summary at the top of the page shows the correct values and currency symbol, however in the list of orders below, the correct values are shown but with a $ symbol instead of the £ symbol.

    Is there a way to fix this?

    • This topic was modified 8 months, 2 weeks ago by cubecolour.

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

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    I believe I have found the cause of, and a fix for the issue.

    In the current version (2.2.7) of the plugin, line 43 of the file, includes/templates/order-table.php has the $ symbol hardcoded.

    I changed this line in my installation to

    <?php echo esc_html(get_woocommerce_currency_symbol($stats['currency'])) . esc_html( $order['costs']['total'] ); ?>
    
    

    This appears to have fixed the problem. I have provided printful support with details of this, so I am hopeful that the fix will make it into the next update of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect currency symbol in order list’ is closed to new replies.