PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

help with a special character

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello

i am using 2 currencies

i need to add a at a place for 1 of the 2 currency and want it to only show when that currency is active kindly guide me for the same

also i dont want it to show on all the pricing of that currency just some custom ones

Hello

Please useĀ  this hook - https://wp-currency.com/hook/wpcs_price_html_tail

add_filter('wpcs_price_html_tail', function($price_html) { return $price_html . "<strong>/yr</strong>"; });
this shall be added in functions.php
and according to my custom code below the /yr will be displayed in USD Pricing right?

[wpcs_price_html_tail type="fixed" value="INR:169,USD:1.99"]

Hello

This will be displayed for all currencies.

Add a condition to check the current currency - https://currency-switcher.com/function/woocs-current_currency

 

ok i tested it and there is a small and a big issue

1)i only need this to showcase on place where i mention it to be for example

i want it to be displayed on Home page banner and not in the columns below it

2) i want it to only show on 2nd currency and not first
is it possible ?

Hello

If you have no experience in programming, you should hire a developer

  1. it doesn't depend on my plugin. You need to add a condition to the custom code
  2. I gave you the code how to get the current currency. Add a condition to check the currency