I configured properly both Paypal payment Standard and Paypal payment pro -- direct. But on front end when I check out I do not get Paypal Standard / Paypal Direct option in Payment Information.
11 answers
I found the solution my self. I had selected Indian Tuppes as default currency. Paypal does not support Indian Currency. Hence it was not showing. When I changed currency to USD, it works
Thank for finding the solution, it help me understand reason of this issue
Is there any way out where I can display Indian currency on front end and while making paypal payment, it makes payment in USD, since paypal does not support Indian Rupees.
In Joomla it is possible.
Hi joomlagt,
You can do the following:
1. Go to Admin -> System -> Configuration, in General tab click Currency Setup -> select Base currency is US Dollar (Currency will be used for all online payment transactions), select Default display currency is Indian Rupee and in Allowed currencies select both US Dollar & Indian Rupee
2. Go to Admin -> System -> Manage Currency Rates, set value for Indian Rupee corresponding to 1 USD
I hope that the above information is useful to you.
I tried doing the same. But on front end it displays usd only.
http://www.myfonestore.in
screen shots attached
Dear joomlagt, I am seeing Rb currency.
May be due cache, pls reload your site
Dear joomlagt, I am seeing Rb currency.
May be due cache, pls reload your site
I deleted all cache, but still I am seeing usd
Dear joomlagt.
You may need to setting at Current Configuration Scope (see attach file).
Now your site http://www.myfonestore.in displayed with Rp currency and can payment with USD, pls check again
Thanks for your help. I have been able to resolve the issue wirth myfonestore.in. But somehow I am not able to do it with mobilespares.in. I do not where I am doing mistake. As you said I cheked currency setup
Dear joomlagt
I have just checked on your host.
Because of /public_html/mobilespares.in/app/design/frontend/default/default/template/checkout/onepage/review/totals.phtml file
Its content:
PHP Code:
<?php if ($this->getTotals()): ?>
<tfoot>
<?php $_colspan = $this->helper('tax')->displayCartBothPrices() ? 5 : 3; ?>
<?php echo $this->renderTotals(null, $_colspan); ?>
<?php echo $this->renderTotals('footer', $_colspan); ?>
</tfoot>
<?php endif; ?>
while original content is
PHP Code:
<?php if ($this->getTotals()): ?>
<tfoot>
<?php $_colspan = $this->helper('tax')->displayCartBothPrices() ? 5 : 3; ?>
<?php echo $this->renderTotals(null, $_colspan); ?>
<?php echo $this->renderTotals('footer', $_colspan); ?>
<?php if ($this->needDisplayBaseGrandtotal()):?>
<tr>
<td class="a-right" colspan="<?php echo $_colspan; ?>">
<small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
</td>
<td class="a-right">
<small><?php echo $this->displayBaseGrandtotal() ?></small>
</td>
</tr>
<?php endif?>
</tfoot>
<?php endif; ?>
I deleted /public_html/mobilespares.in/app/design/frontend/default/default/template/checkout/onepage/review/totals.phtml. And now your site http://www.mobilespares.in displays with Rp currency and can payment with USD
I suggest that you remove the folders in / public_html / mobilespares.in / app / design / frontend / default / default / template except joomlart folder. Look at the directory of JM Morganic as standard
I was able to configure. Thanks for the support
This question is now closed