• Resolved simondeadly

    (@simondeadly)


    Hello,
    I want to round up the prices for the additional currencies
    (not the default currency)

    if( get_locale() != ‘en_US’ ){
    return ceil($price)
    }

    which hook should i use?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Hook for Rounding up the Prices?’ is closed to new replies.