Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

costelano

Pioneers
  • Posts

    2
  • Joined

  • Last visited

Posts posted by costelano

  1. I am showing all prices in INR(Indian Rupees) but when checkout with paypal it says "Currency is not supported"

    is there any way to convert INR automatically to USD($) while checkout through paypal.

     

    I wanted to display all item price in INR (Indian rupees) but when user select payment mode paypal then it should get converted to USD.

    I saw this working on few sites. how to do this ?

     

    I also have this problem for romanian RON. Please help!

  2. The only issue i m having is that the url adds the sites url before - i have tried trim (php) but this is not the solution - any help? -

     

    Add to catalog/product_info: LINE 202:

     

    <?php

    echo tep_draw_button(IMAGE_BUTTON_REVIEWS . (($reviews['count'] > 0) ? ' (' . $reviews['count'] . ')' : ''), 'comment', tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()));?>

     

    <a display="block" target="_blank" href=<?php echo $product_info['products_url'];?>>

    <button id="tdb7" type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-priority-secondary" role="button" aria-disabled="false">

    <span class="ui-button-text"> <?php echo TEXT_PRODUCT_MANUFCACTURERS_URL;?> </span>

    </button>

    </a>

     

    With red is a button to open the link in a new tab correctly.

×
×
  • Create New...