I’m using the Real Estate Website builder plugin for a Placester theme on WordPress.
Currently, it lists the currency in USD ($). I want to change this to another currency i.e, Indian Rupee (INR). I know this is possible but I don’t know how.
I’ve read through their website on placester.com as well as the readme.txt file that comes bundled with the theme and plugin but nothing seems to stand out on how to change the settings. Any help would be appreciated.
Thanks!
There are a few convoluted steps involved in fixing this.
For the home page,
price-ico
class.background
property.home-slideshow.php
file in the Editor panel of the WP Dashboard. Find theprice-ico
tag and insert the required symbol before the line that says<?php echo PLS_Format::number($listing['cur_data']['price'], array('abbreviate' => false, 'add_currency_sign' => false));
For the rest of the pages, go to the WordPress dashboard. Click on Appearance and go to Theme options.
Under currency symbol, change the $ to the respective currency. In my case it was INR(Rs).