Skip Navigation

[Resolved] How to change all listing prices from USD into JPY

This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 5 replies, has 2 voices.

Last updated by PaulS4783 6 years, 8 months ago.

Assisted by: José Arcos.

Author
Posts
#623547

I only need ONE CURRENCY on my site but it needs to be JPY not USD.

Is there a setting for this in ToolSet?
I've looked at all the View Templates but can't see where the USD is being added to the end of the listing prices.

#623701

Hello, thank you for contact us. I will try to do my best to help you.

I see that you have installed the Classifieds demo site. In this case, the Currency is configured with WooCommerce, so you can go to WooCommerce -> Settings. Then, scroll down to Currency options and there you can change from $ do JPY.

Please let me know if this solves the issue or if you need further details.

Have a good day.

#623871

Hello,

I've already done that but I think you misunderstand the problem.
The process of paying for Premium Ads through the checkout is in JPY.
That's already working fine.

What I am talking about is the vehicle listings.
They are all showing as USD.
I can't see where we can change the Post Type, View Query or View Template to a different currency.
hidden link

#624357
Screenshot 2018-03-12 18.54.24.png

Hello again, I understand what you mean now, sorry for my misunderstanding.

As this is demo content, the USD string is hardcode in each content item. So, you will need to run over each publication to change it. Please, see screenshot attached.
One option is run a search-replace command in the database, you can do it using a plugin like https://wordpress.org/plugins/search-and-replace/
Please, use this plugin with caution, make a backup of the database first, and check if the entries that are being changed are the ones that you want to change.

Let me know if this solves the issue or if you need further details.

Have a good day.

#624454

So where can i find the code that you have shown in the screen shot?

#624455

It's OK. I figured this out by myself.

It's all in the Content Templates section and the Template for Single Ad.

cheers.