• Resolved rayshman

    (@rayshman)


    Hello
    It is possible that this plugin will be disabled in parts of the site?
    For example, do not convert prices in the shipping section
    A shipping method called gls whose price is 50Euro (default currency) and with all available currencies only show this price without converting rates

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rayshman

    (@rayshman)

    Hi again
    I want this code to be disabled or return $price

    if ( ! function_exists( 'wmc_get_price_shipping' ) ) {
    	function wmc_get_price_shipping( $price ) {
    		//return wmc_get_price( $price, false, false );
    		return $price;
    	}
    }

    Hi,
    Which shipping method do you need our plugin to not convert cost?

    Thread Starter rayshman

    (@rayshman)

    We use WooCommerce’s flat rate. We need this part of your plugin code to return the price without conversion. Of course, the main issue is that we do not want to edit your plugins core and we need a code that we can put in our themes function.

    Sorry for late reply.
    I will add a filter for excluded shipping method in the next release so that you can achieve this without modifying the plugin.
    Best regards

    Hello, I am in the same situation as rayshman. I would need that the conversion in the shipping price is not carried out since we have pre-established fixed prices regardless of the payment currency selected by the customers.
    That is, we will always charge in EUR, even if the customer selects the payment in USD.
    Is it possible with some code since I don’t see any option for this in the plugin?
    Thank you very much for the plugin, it is very good.

    Hello,
    At the moment, fixed price for shipping(flatrate, free shipping) is only available in the premium version.
    With the free version, you can use the “woocommerce_shipping_flat_rate_instance_option” filter to override shipping cost of flat rate method converted by our plugin. Please take a look at the file under /plugins/woo-multi-currency/frontend/shipping.php
    Best regards

    Hello,

    I have an issue that’s a bit similar. On my cart and checkout pages, the shipping options don’t convert and calculate the proper amount. The currency symbol changes but not the amount. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘currency disabled in part of site’ is closed to new replies.