• Resolved harshajayman

    (@harshajayman)


    Hi

    My multi currency plugin CURCY – WooCommerce Multi Currency was working well. But it appeared that it was not showing the right currency symbol when changes currency (from £ to LKR). By disabling all plugins I found out Woopayments plugin was causing the issue. Currently I have disabled your plugin.

    In another forum I noted your support team has given this solution;

    function wt_sc_alter_wdp_calculate_totals_hook_priority($priority) {
    $priority=999;
    return $priority;
    }
    add_filter(‘wdp_calculate_totals_hook_priority’, ‘wt_sc_alter_wdp_calculate_totals_hook_priority’);

    Would somthing similar work in my case thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.