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
  #41  
Old 10-22-2008, 08:53 PM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

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

Default Re: Multi currency modul

I tried amending the 1st line as advised by AquaClic (version 4.1.10) but I get this new error message

Copying skin files ...

Copying to file skin1/modules/Multi_Currency/menu_currency.tpl - [OK]
Copying to file skin1/modules/Multi_Currency/currencies.tpl - [OK]
[OK]

Activating the module ...

Please wait ...
[OK]

Please wait ...
[FAILED] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '")' at line 1

if I go back to the one that was included in the zip file I get this:

Copying skin files ...

Copying to file skin1/modules/Multi_Currency/menu_currency.tpl - [OK]
Copying to file skin1/modules/Multi_Currency/currencies.tpl - [OK]
[OK]

Activating the module ...

Please wait ...
[OK]

Please wait ...
[FAILED] Column count doesn't match value count at row 1


can someone please collaborate with me to get this fixed. I am willing to put into some time. A good place to start may be to see what exactly was changed by Qualiteam in version 4.1.10 as opposed to version 4.1.9 and go from there.

virtual@croatia - this is a good mod, can you please help us finish this off? We then need to release a working version for 4.1.10. Thanks.
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #42  
Old 10-22-2008, 09:42 PM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

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

Default Re: Multi currency modul

Also another observation:

include/func/func.mail.php generates a fatal error which shows up when you try to access the general settings screen in admin, however it does not affect the customer end.
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #43  
Old 10-23-2008, 06:20 AM
  AquaClic's Avatar 
AquaClic AquaClic is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 37
 

Default Re: Multi currency modul

I attached my x-currency.txt to this post. Just rename it to x-currency.sql and try if it works. Backup your original file and your database!!!

It's not the greatest help but it's a start and it seems like we'll have to fix this toghether

EDIT: oh and this might sound like a stupid question but you are trying to install this on a 4.1.10 installation, right?
Attached Files
File Type: txt x-currency.txt (1.0 KB, 119 views)
__________________
Xcart version 4.1.10
Reply With Quote
  #44  
Old 10-23-2008, 10:19 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default Re: Multi currency modul

Hey AquaClic, if I install this onto a 4.1.10 is it going to make this module operational or are there still errors during install?
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote
  #45  
Old 10-23-2008, 02:10 PM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

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

Default Re: Multi currency modul

thanks AquaClic, yes this is for version 4.1.10, please ignore signature as we are commercial designers so not only work on our own sites but also our client's.
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #46  
Old 10-24-2008, 03:45 AM
  AquaClic's Avatar 
AquaClic AquaClic is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 37
 

Default Re: Multi currency modul

Quote:
Originally Posted by tqualizerman
Hey AquaClic, if I install this onto a 4.1.10 is it going to make this module operational or are there still errors during install?

I installed it on mine this way and it works

PM'ed you the link to our WIP-site

I get the error i posted before only when i try to uninstall/reinstall the module. That's why i recommend that you backup what you edit or even better install it into an experiment shop if you have one.

This is not an official fix of Virual Croatia so don't blame him if anything happens
And please don't blame me either since i warned you guys
__________________
Xcart version 4.1.10
Reply With Quote
  #47  
Old 10-24-2008, 08:59 PM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

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

Default Re: Multi currency modul

I am still not getting the multi currency to show up correctly, instead of getting the options to activate currencies, all I am getting is "select default currency and the save button.

When I copy the func.mail.php into the directory I get the following error when trying to do anything in admin

Fatal error: Call to undefined function func_email_validation_regexp() in /home/pacificd/public_html/admin/configuration.php on line 470

This is line 470: $smarty->assign("email_validation_regexp", func_email_validation_regexp());

Any ideas?
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #48  
Old 10-24-2008, 10:09 PM
  designtheweb's Avatar 
designtheweb designtheweb is offline
 

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

Default Re: Multi currency modul

Quote:
Originally Posted by AquaClic
I installed it on mine this way and it works

PM'ed you the link to our WIP-site

I get the error i posted before only when i try to uninstall/reinstall the module. That's why i recommend that you backup what you edit or even better install it into an experiment shop if you have one.

This is not an official fix of Virual Croatia so don't blame him if anything happens
And please don't blame me either since i warned you guys

Yes I get that error too when trying to reinstall (haven't tried to uninstall), that's ok as long as I can figure out the rest.

We also need to post a new fix for 4.1.10 when we have worked it out
__________________
"The more you know - the less you pay"

Various websites using

4.66 Pro & 5
Reply With Quote
  #49  
Old 10-28-2008, 11:55 PM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

Quote:
Originally Posted by designtheweb
Yes I get that error too when trying to reinstall (haven't tried to uninstall), that's ok as long as I can figure out the rest.

We also need to post a new fix for 4.1.10 when we have worked it out

I'll help you to fix that, I have some time now. Just send me an email on admin@smee.hr.
__________________
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
  #50  
Old 10-29-2008, 03:20 AM
 
virtual@croatia virtual@croatia is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 92
 

Default Re: Multi currency modul

I've updated the file with some changes for 4.1.10. All users who have problems with installing please download the new version and try it again. The instructions are also changed, so read the instructions very carefully again.
__________________
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
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 01:06 PM.

   

 
X-Cart forums © 2001-2020