Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I add US Dollars & Euros to my website?


black-thong

Recommended Posts

Posted

I want my customers to be able to click on a change currency type button to choose eith GBP, USD or EUR.

 

I thought there was an option in Admin but can't see it. Please help as I have USA customers wanting to place orders but without knowing the actual cost in USD they are not continuing with the order process and I don't blame them. :'(

Posted

Admin

 

Localization|currencies section

Posted
I have the currencies set up in Admin but they do not appear on the site.

 

 

Do you have a line like this

    include(DIR_WS_BOXES . 'currencies.php');

 

in your /docroot/includes/column_right.php

 

should be near the bottom with this code

 

  if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
   //include(DIR_WS_BOXES . 'languages.php');
   include(DIR_WS_BOXES . 'currencies.php');
 }

this is mine and you can see I have commented out the languages box so that it doesnt appear.

 

Mike

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...