custom changes wpestore
plugin: estore File: paypal.php
line 290: insert
//Done by Mahesh Kurmi on 15 feb 2019: Payment currency and symbols are taken from IPN directly
$payment_currency = $this->ipn_data[‘mc_currency’];
$currency_symbol = $payment_currency==’INR’?’Rs ‘:’$’;
Plugin: estore_extra_shortcode File:shortcode_include2.php
line 142: insert
//Done by Mahesh Kurmi on 16 feb 2019: Conditional buying for product 8
$payment_currency = $this->ipn_data[‘mc_currency’];
$currency_symbol = $payment_currency==’INR’?’Rs ‘:’$’;