Paypal standard / Website payment pro

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

Profile photo of G T 0.00 $tone June 2, 2010
Public

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

#1
Profile photo of G T 0.00 $tone June 3, 2010
Public

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.

#3
congtq 0.00 $tone June 4, 2010
Public

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.

#4
Profile photo of G T 0.00 $tone June 4, 2010
Public

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

#7
Profile photo of G T 0.00 $tone June 8, 2010
Public

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

#9
congtq 0.00 $tone June 9, 2010
Public

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() ? 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() ? 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

#10

This question is now closed

Written By

Comments