• Resolved ChaosZero112

    (@chaoszero112)


    I changed the Currency from USD to CDN in the Settings page (Listing > Listing Currency > Currency Name, but it still says USD on the front page.

    I’m going to edit the PHP directly, but hoping a fix can be made that allows that setting to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Greetings,

    Thank you for reaching us.

    I am sorry “CDN” is not a valid ISO 4217 currency code. Only the following currency codes are supported https://taxsummaries.pwc.com/glossary/currency-codes

    Regards,

    Thread Starter ChaosZero112

    (@chaoszero112)

    Sorry, that was a typo in the original post. I used CAD.

    Not sure if it helps, but the file I eventually had to manually edit was:
    directorist\templates\listing-form\fields\

    Specifically at line 37:
    <label for="price_selected" class="directorist-checkbox__label" data-option="price"><?php echo esc_html( $data['price_unit_field_label'] );?></label>

    Where I changed the label to be hardcoded as “Price [CAD]”.

    • This reply was modified 3 years, 1 month ago by ChaosZero112. Reason: Added more info
    Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello!

    Thank you for your response.

    The setting doesn’t change the words, it changes the symbol https://prnt.sc/1vjtvkd. Since USD and CAD share the same symbol you haven’t noticed any difference. The only way to display CAD is by editing the file or through template overriding.

    Would you mind sharing the URL of the page if you meant something else?

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Currency doesn’t change’ is closed to new replies.