• Resolved suresh b

    (@suneth2)


    I’m showing some notice messages on woocommrce product pages which use normal PHP codes.

    Ex- Shipping is free if you purchase above <?php echo ‘$ 38.00’; ?>…

    is there anyway to convert this value to other currencies when user change the currency from currency selector(something like shortcode)

    • This topic was modified 6 years ago by suresh b.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hello, @suneth2
    Thank you for contacting us regarding your question!
    Unfortunately, there is no such possibility in the plugin.
    Please write to us through internal support and we will discuss the conditions for the implementation of this feature.

    Had the same issue (with minimal price display), so in case someone needs this:

    <?php echo get_woocommerce_currency_symbol( ” ), apply_filters(‘raw_woocommerce_price’, ’38’); ?>

    where 38 is your free shipping cutoff

    Seems to work for me, but some fine-tuning may be required of course

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show and convert custom value’ is closed to new replies.