jolanacb

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: New currencies #407

    jolanacb
    Buyer
    Post count: 12

    Kiran,

    I see the new currency. You guys are awesome, thank you so much!

    J

    in reply to: New currencies #405

    jolanacb
    Buyer
    Post count: 12

    Hi Kiran,

    function _wpi_custom_currencies( $currencies ) {
    $currencies[‘CRC’] = __( ‘Costa Rican Colon’, ‘your_textdomain’ );

    return $currencies;
    }
    add_filter( ‘wpinv_currencies’, ‘_wpi_custom_currencies’, 10, 1 );

    function _wpi_custom_currency_symbols( $symbols ) {
    $symbols[‘CRC’] = ‘₵’;

    return $symbols;
    }
    add_filter( ‘wpinv_currency_symbols’, ‘_wpi_custom_currency_symbols’, 10, 1 );

    Thanks,
    Jolana

    in reply to: New currencies #401

    jolanacb
    Buyer
    Post count: 12

    Hi Stiofan,

    I added the code via code snippet plugin, but I do not see the added currency under Invoicing > General > Currency Settings drop down for currency. Not sure why, can you please assist? I already have packages priced in dollar, but I presume I can change after I am able to add and change the CRC currency. This is a new site and need to change the currency before going live.

    Thank you,
    J

    in reply to: New currencies #340

    jolanacb
    Buyer
    Post count: 12

    Hi Kiran,

    Could you please provide a code snippet to add Costa Rican Colones CRC?

    It looks pretty straight forward, but just to be sure.

    Thank you,
    Jolana

Viewing 4 posts - 1 through 4 (of 4 total)