Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Multi currency modul

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #91  
Old 06-18-2009, 03:32 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by designtheweb
The next step of course is to link this into live rates so you don't have to change them. Not expecting Hrvoje to do this but any takers? Yes I know I can pay to have this done but someone may see this as a challenge?

Find a web site which produces a free rate list in csv format and I'll do it.
__________________
Check what you can do with x-cart 4.1.9:
www.smee.com

Modules I made:
IP_Ranges
Multy_Currency
Order_Dates

Modules I use:
Fancycategory
Magnifier
Survey
AOM
Reply With Quote
  #92  
Old 06-18-2009, 03:43 AM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

Senior Member
  
Join Date: Mar 2005
Location: Sydney Australia
Posts: 132
 

Default Re: Multi currency modul

Unbelievable - to the rescue again: Try this one, xml & csv:
http://rss.timegenie.com/foreign_exchange_rates_forex
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #93  
Old 06-20-2009, 11:24 AM
 
TanyaG TanyaG is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 94
 

Default Re: Multi currency modul

Hi Virtual,

Thank you so much for a brilliant module. It’s exactly what I needed. I just tried to make it work for 4.2.1. but unfortunately seems like I have a little problem.

For some reason it displays EUR as default currency even I’ve changed it to GBP in admin. But the biggest issue when I’m selecting different currency it sends me to home page and dropdown currency selection displays the same EUR. And displays following URL /home.php?redirect=%2Fhome.php%3F&sc=USD.

It is any chance you could advise me how it can be fixed.

Many thanks,
Tanya
__________________
Tanya

x-cart version: 4.1.7 4.1.9. 4.2
Reply With Quote
  #94  
Old 06-22-2009, 05:04 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by TanyaG
I just tried to make it work for 4.2.1. but unfortunately seems like I have a little problem.

For some reason it displays EUR as default currency even I▓ve changed it to GBP in admin. But the biggest issue when I▓m selecting different currency it sends me to home page and dropdown currency selection displays the same EUR. And displays following URL /home.php?redirect=%2Fhome.php%3F&sc=USD.

I'll try to fix it today. I will upload the new version as soon as I finish it.
__________________
Check what you can do with x-cart 4.1.9:
www.smee.com

Modules I made:
IP_Ranges
Multy_Currency
Order_Dates

Modules I use:
Fancycategory
Magnifier
Survey
AOM
Reply With Quote

The following user thanks virtual@croatia for this useful post:
TanyaG (06-22-2009)
  #95  
Old 06-22-2009, 07:56 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by designtheweb
Unbelievable - to the rescue again: Try this one, xml & csv:
http://rss.timegenie.com/foreign_exchange_rates_forex

New version uploaded. You will have to uninstall and install the new one again. After that you'll have to set the active currencies again. In Modules/Multi Currency click Configure and set the default currency. This currency will not be changed during the auto update and all other currencies will be set by the default one. If there is no the default currency in the csv file, the EUR will be default.

http://www.smee.hr/skin1/images/xcart%20forum/modules.jpg

All updated currencies will be Italic and all other will stay regular.
__________________
Check what you can do with x-cart 4.1.9:
www.smee.com

Modules I made:
IP_Ranges
Multy_Currency
Order_Dates

Modules I use:
Fancycategory
Magnifier
Survey
AOM
Reply With Quote
  #96  
Old 06-22-2009, 08:26 AM
 
TanyaG TanyaG is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 94
 

Default Re: Multi currency modul

Thank you very much for that. But seems like something is broken now. Installation wasn’t completed, was failure in creating xcart_currency_rate table and now I have:

INVALID SQL: 1146 : Table 'richleig_richleig123.xcart_currency_rate' doesn't exist
SQL QUERY FAILURE:SELECT code FROM xcart_currency_rate WHERE code='EUR' AND active='Y' LIMIT 1
INVALID SQL: 1146 : Table 'richleig_richleig123.xcart_currency_rate' doesn't exist
SQL QUERY FAILURE:SELECT code FROM xcart_currency_rate ORDER BY active DESC LIMIT 1
INVALID SQL: 1146 : Table 'richleig_richleig123.xcart_currency_rate' doesn't exist
SQL QUERY FAILURE:SELECT * FROM xcart_currencies INNER JOIN xcart_currency_rate ON xcart_currencies.code = xcart_currency_rate.code WHERE xcart_currency_rate.code='' AND xcart_currency_rate.active='Y' LIMIT 1
INVALID SQL: 1146 : Table 'richleig_richleig123.xcart_currency_rate' doesn't exist
SQL QUERY FAILURE:SELECT * FROM xcart_currencies INNER JOIN xcart_currency_rate ON xcart_currencies.code = xcart_currency_rate.code WHERE xcart_currency_rate.active='Y' ORDER BY xcart_currency_rate.order_by
Warning: Cannot modify header information - headers already sent by (output started at /home/richleig/public_html/include/func/func.db.php:204) in /home/richleig/public_html/include/get_language.php on line 164

Please could you help me fix it.

Many thanks,

Tanya
__________________
Tanya

x-cart version: 4.1.7 4.1.9. 4.2
Reply With Quote
  #97  
Old 06-22-2009, 08:57 AM
 
TanyaG TanyaG is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 94
 

Default Re: Multi currency modul

Just was created this table manually. Seems like error is gone, but now my drop down is empty
__________________
Tanya

x-cart version: 4.1.7 4.1.9. 4.2
Reply With Quote
  #98  
Old 06-22-2009, 09:57 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by TanyaG
Thank you very much for that. But seems like something is broken now. Installation wasn▓t completed, was failure in creating xcart_currency_rate table and now I have:

The version for 4.2.1 is not yet fixed. I'll do it now, so please come back in one hour time, the new version will be uploaded.
In the mean time uninstall the module not to get the error messages.
__________________
Check what you can do with x-cart 4.1.9:
www.smee.com

Modules I made:
IP_Ranges
Multy_Currency
Order_Dates

Modules I use:
Fancycategory
Magnifier
Survey
AOM
Reply With Quote
  #99  
Old 06-22-2009, 10:46 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by TanyaG
Just was created this table manually. Seems like error is gone, but now my drop down is empty

I made some changes, please download the last version from the first post, it should work fine now.
__________________
Check what you can do with x-cart 4.1.9:
www.smee.com

Modules I made:
IP_Ranges
Multy_Currency
Order_Dates

Modules I use:
Fancycategory
Magnifier
Survey
AOM
Reply With Quote
  #100  
Old 06-23-2009, 01:34 AM
 
TanyaG TanyaG is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 94
 

Default Re: Multi currency modul

Hi Virtual,

Thank you very much for your help. Unfortunately still the same issue. By selecting a currency it sends me to home page and URL: http://85.92.86.119/home.php?redirect=%2Fdispatcher.php%3F&sc=USD

Many thanks,

Tanya
__________________
Tanya

x-cart version: 4.1.7 4.1.9. 4.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:24 AM.

   

 
X-Cart forums © 2001-2020