International Payments
-
Hi Support,
The plugin is working fine. But it shows all options of payments (like UPI, wallet, netbanking etc). We want to show international users only payment options that are applicable to them. So is it possible from CCavenue end to show only Credit cards if country of user is not India (I believe this info is passed to CCavenue when users initiates transaction). If country is India all options will be shown as we are doing currently. ”
Can you please help us with this?
When we contact CCavenue support, they asked us to implement sample code:
<td>
Lock Payment Option on CCAvenue Billing Page :
</td>
<td>
<select name=”payment_option”>
<option value=””>select Payment Option</option>
<option value=”OPTCRDC”>Credit Card</option>
<option value=”OPTDBCRD”>Debit Card</option>
<option value=”OPTMOBP”>Mobile Payments</option>
<option value=”OPTNBK”>Net Banking</option>
<option value=”OPTCASHC”>Cash Card</option>
<option value=”OPTEMI”>EMI</option>
<option value=”OPTWLT”>Wallet</option>
<option value=”OPTUPI”>Unified Payments</option>
</select>
</td>I found one PHP file in plugin – index.php. Can you please suggest where i have to keep these code? It’s really urgent for us.
Waiting for your swift reply.
Thanks!
Regards
Divya
- The topic ‘International Payments’ is closed to new replies.