Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems!


Guest

Recommended Posts

Hello,

 

If i remember correctly its to do with the currencies and if i also remember correctly the fix is in this file includes/classes/curencies.php

 

// if the selected currency is in the european euro-conversion and the default currency is euro,

// the currency will displayed in the national currency and euro currency

       if ( (DEFAULT_CURRENCY == 'GBP') && ($currency_type == 'DEM' || $currency_type == 'BEF' || $currency_type == 'LUF' || $currency_type == 'ESP' || $currency_type == 'FRF' || $currency_type == 'IEP' || $currency_type == 'ITL' || $currency_type == 'NLG' || $currency_type == 'ATS' || $currency_type == 'PTE' || $currency_type == 'FIM' || $currency_type == 'GRD') ) {

         $format_string .= ' <small>[' . $this->format($number, true, 'EUR') . ']</small>';

You will see my default currency is GBP. If you set that you will see your prices :)

Kindest Regards,

 

Carl Pickering

 

If there is light at the end of the tunnel, switch it off. I have to save on my electricity bill

Link to comment
Share on other sites

That didnt solve it, yes it did change something in that file but didnt solve my problem at all.

 

I'm using the staffelpreis contribution (graduated prices) not sure if that has anything to do wtih it at all?

 

Tjobbe

Link to comment
Share on other sites

Ahh, i've never used that before. Sorry. The fix I had supplied is what is generally needed to show prices.. I've done it a few times now and usually works. Must be different in your contribution.

 

hint: look for anything in the files of the contrabution for a default currency.

Kindest Regards,

 

Carl Pickering

 

If there is light at the end of the tunnel, switch it off. I have to save on my electricity bill

Link to comment
Share on other sites

I wouldnt know how to begin to be honest.

 

Some products are fine, but most of the ones i have tried just dont want to be counted!

 

This is really frustrating as I wanted to launch today.

 

If anyone thinks they can fix it please pm me and well work $omething ou?!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...