• Resolved ckwang

    (@ckwang)


    Hi is there a shortcode that can change the standard display notation of currencies? Eg for many currency that use the dollar there is no differentiation because they all simply use the $ symbol. How do i add USD cad aud hkd etc before the symbol to denote difference? Eg USD $xx , CAD $xx, HKD $xx, etc etc. After parsing through the many different currencies majority of dollar currencies do not have any textual notation to signify their differences, all simply use the same symbol, this creates lots of confusion and hurts sales.

    Pls advise at your earliest thanks.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Support mialewp

    (@mialewp)

    Hi ckwang,

    Thanks for reaching out.

    There is a setting to display the currency code to discriminate those currencies in the Pro version.

    Please upgrade your plan to achieve it https://tppr.me/MNDr6

    If you have any further questions, feel free to contact us.

    Best regards,

    Mia

    Thread Starter ckwang

    (@ckwang)

    Ok. How do you put yay translation widget inside header?(instead inside menu) thx

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @ckwang,

    Can you please make your query clearer?
    What would you like to put, and where? Glad to have a screenshot showing what you want to put and where you want to put it.

    Regards,
    Bruce

    Thread Starter ckwang

    (@ckwang)

    Hi Bruce actually the request is quite clear and straightforward. Is it possible to put yay currency switcher/widget inside the header instead of in the menu. I would like to add that currently it is the case in desktop or when screen size is at a bigger size, but once smaller like in smartphone size it disappears. I would like it to show even when screen is smaller. Screenshot attached for reference thx. Your plugin is very well designed but unfortunately the fact it disappears once screen size shrinks is a serious downside that I’m trying o ask if can be addressed with this post. If people cannot see the currency switcher when screen resolution is smaller it seriously affects ux as I’m sure majority of people will assume it isn’t even there at all frankly speaking.

    • This reply was modified 1 year ago by ckwang.
    • This reply was modified 1 year ago by ckwang.
    Thread Starter ckwang

    (@ckwang)

    you can see from below image it is clearly visible in desktop size screen but in first image it is gone and retreated into the menu.

    i’ve played around with and there is no option to put the currency switcher as a widget to be inserted into the header proper.

    technically speaking above image with translation in header is not truely in the header, it is simply a part of the menu which simply expands when screen size is bigger, leading to the illusion that the translator is in the header when in reality it actually isn’t.

    pls advise at your earliest thanks

    sorry i have blue light filter on so screen looks darker than usual

    Thread Starter ckwang

    (@ckwang)

    apparently if you can provide shortcode then it would e possible to insert currency switcher into header as custom html widget

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @ckwang,

    Thanks for the reference, and now I totally understand your requirement!

    Indeed! Please note that YayCurrency plugin offers shortcode functionality which allows you to display currency switcher anywhere on your website.

    But the ability to recognize and display shortcode in the header section of your website depends solely on your theme (if it does allow or not).

    You can see the shortcodes via the Advanced settings like this:
    https://drive.google.com/file/d/1p6W-5T9pNnekg0bvizdZGYNbJ6y0IPNr/view?usp=drivesdk

    Hope this helps!

    Regards,
    Bruce

    Thread Starter ckwang

    (@ckwang)

    ok thx ! Other than the offered shortcode are there html codes as well? Some areas do not accept shortcodes(afaik only used in block editors of page contents and anywhere else), but instead utilize html codes (code snippets) instead(wpcode plugin for example). Thx

    • This reply was modified 1 year ago by ckwang.
    Plugin Support mialewp

    (@mialewp)

    Hi ckwang,

    Please go to header.php file in the theme and add

    <?php echo do_shortcode( ‘[yaycurrency-switcher]’ ); ?> <?php

    Hope that helps.

    Best regards,

    Mia

    Thread Starter ckwang

    (@ckwang)

    hello thx I copied pasted above code to wpcode header section and got following results unfortunately

    this error makes absolutely no sense because ssb is a completely different unrelated plugin which through asset cleanup plugin has been disabled on homepage

    Thread Starter ckwang

    (@ckwang)

    pls see above

    Plugin Support mialewp

    (@mialewp)

    Hi?ckwang,

    Please refer how to make it work here

    https://www.loom.com/share/8f4bb5a3fbf24ebc81512ee23c815acf?sid=a9605969-1ca5-4819-9f5a-a9a4d336d7e2

    And please use this code

    add_action(‘wp_head’, ‘yaycurrency_custom_header’, 10, 1); function yaycurrency_custom_header() { echo do_shortcode( ‘[yaycurrency-switcher]’ ); }

    Thread Starter ckwang

    (@ckwang)

    hi I did exactly what you did in video but is still same.

    Thread Starter ckwang

    (@ckwang)

    near end of video there was error execution msg?

    Plugin Support mialewp

    (@mialewp)

    Hi?ckwang,

    We are so sorry for this.

    Please reach out technical support via https://yaycommerce.com/support/

    We would like to check further on that if it’s possible.

    Best regards,

    Mia

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Changing currency notation’ is closed to new replies.