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

Rubymods Live Currency Rates for XCart 4.1x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #11  
Old 02-14-2007, 03:49 PM
  rubyaryat's Avatar 
rubyaryat rubyaryat is offline
 

eXpert
  
Join Date: Feb 2003
Location: Canada
Posts: 289
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Hi,
Unforntunately Authorize.net are not supporting multiple currencies at this time (I'm assuming you mean authorize.net).
I've edited the post to reflect this.
Rubyaryat
__________________
Rubymods.com - Your X-Cart services partner for over 9 years.
Modules offered: FedEx labels, Live currency rates, GeoIP, Order Audit, Multiple e-goods.
X-Cart Store Hosting, project management and affiliates program available.
4.2.3 gold [Unix]
Reply With Quote
  #12  
Old 02-19-2007, 06:15 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

How about Verisign Payflow Pro?

If it won't "work", it'll still charge them via US dollars, right? I mean, no harm, no foul, just not as seamless, correct?
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #13  
Old 07-04-2008, 06:34 AM
 
qrichou qrichou is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 39
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Hi,

Im getting an error when trying to install this module for version 4.1.9 can anyone help?, when you run the patch file it says :

auth.php not found
include/func/func.order.php
not found
include/orders.php
not found
payment/payment_cc.php not found
payment/payment_ccmid.php not found
payment/ps_paypal.php
not found
skin1/currency.tpl
OK
skin1/customer/home.tpl
not found
skin1/customer/main/alter_currency_value.tpl
not found
skin1/customer/main/cart_totals.tpl not found
skin1/customer/main/cart.tpl
not found
skin1/customer/main/checkout.tpl
not found
skin1/customer/main/products.tpl
not found
skin1/modules/Product_Options/check_options.tpl
not found
skin1/modules/Product_Options/func.js
not found


Reply With Quote
  #14  
Old 07-04-2008, 09:47 PM
  rubyaryat's Avatar 
rubyaryat rubyaryat is offline
 

eXpert
  
Join Date: Feb 2003
Location: Canada
Posts: 289
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

The 'not found' issue sometimes occurs if the patch file is not formatted correctly for your server OS. Try opening the patch file in a text editor and saving in unix format (if your webserver is unix) .
Please submit support ticket a support.rubymods.com if this doesn't resolve your issue so we can better address you needs.
Rubyaryat
__________________
Rubymods.com - Your X-Cart services partner for over 9 years.
Modules offered: FedEx labels, Live currency rates, GeoIP, Order Audit, Multiple e-goods.
X-Cart Store Hosting, project management and affiliates program available.
4.2.3 gold [Unix]
Reply With Quote
  #15  
Old 07-07-2008, 08:39 AM
 
qrichou qrichou is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 39
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Hi, Thanks that worked i had already logged it on your support system.
I have now installed the module and im getting an php error, it seems to be displaying lots of php??
Reply With Quote
  #16  
Old 07-09-2008, 12:00 AM
 
qrichou qrichou is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 39
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Has anyone else had any problems installing this mod? The support seems really bad with Rubymods ive been waiting since last week for an answer.
Reply With Quote
  #17  
Old 07-10-2008, 02:25 AM
 
qrichou qrichou is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 39
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Our site goes live next week and we have been waiting for over a week for an answer this is what is being displayed when the module is turned on, can anyone help please!!!!

This is what is being displayed:-

5 || (date('w') = 17 && $config["Rubymods_Currency_Rates"]["ruby_rates_base"] == $source) { $date_condition = " WHERE date $v) { if ($v > 0) { if ($source == "USD" && ($k== "GBP" || $k == "EUR" || $k == "AUD" || $k == "NZD") ) { $v = 1 / $v; } $this_rate = $v * $rates[$config["Rubymods_Currency_Rates"]["ruby_rates_base"]]; if ($k == $config["Rubymods_Currency_Rates"]["ruby_rates_base"]) $this_rate = 1; } #echo "k=".$k." :source=".$source." :v=".$v." :rrb=".$rates[$config["Rubymods_Currency_Rates"]["ruby_rates_base"]]." :rate=".$this_rate." :rates_base=".$config["Rubymods_Currency_Rates"]["ruby_rates_base"]."
"; if ($this_rate > 0) { //Only update rates in $db_rate array if (is_array($db_rates)) { foreach ($db_rates as $db_rate) { if ($db_rate["code"] == $k) { db_query("UPDATE ruby_exchange_rates set value = '$this_rate', date ='".time()."' where code = '$k'"); } } } } } func_write_to_log($source); } function func_write_to_log($source) { global $UTC,$config,$xcart_dir,$var_dirs; #write results to log file if (!$var_dirs["log"]) $var_dirs["log"] = $xcart_dir.'/log'; $filename = $var_dirs["log"]."/ruby_rates.txt"; $content_head = "date: ".date("r")."\nUTC hour: ".$UTC."\nRates source: ".$source."\nSource preference: ".$config["Rubymods_Currency_Rates"]["ruby_rates_prefer"]."\nBase currency: ".$config["Rubymods_Currency_Rates"]["ruby_rates_base"]."\nOld base currency: ".$config["ruby_rates_base_old"]; $content_coda = "\n".$return."\n++++++++++++++++++++++++++++++++++ ++++++++++++=\n"; if (!$handle = fopen($filename, 'a')) { echo "Cannot open file ($filename)"; } if (fwrite($handle, $content_head.$content_body.$content_coda) === FALSE) { echo "Cannot write to file ($filename)"; } fclose($handle); } //Input country code, returns currency code function func_get_currency_code($code) { switch ($code) { case "UK": return "GBP"; case "CH": return "CHF"; case "AT": return "EUR"; case "BE": return "EUR"; case "FI": return "EUR"; case "FR": return "EUR"; case "DE": return "EUR"; case "GR": return "EUR"; case "IE": return "EUR"; case "IT": return "EUR"; case "LU": return "EUR"; case "NL": return "EUR"; case "PT": return "EUR"; case "ES": return "EUR"; default: break; } return func_query_first_cell("SELECT code FROM ruby_exchange_rates WHERE code LIKE '".$code."%'"); } /* Notes FRB Australia,European Monetary Union, United Kingdom These rates are quoted in U.S. dollars per foreign currency unit. All other rates are quoted in foreign currency units per U.S. dollar. */ ?>
Reply With Quote
  #18  
Old 07-22-2008, 01:45 AM
 
qrichou qrichou is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 39
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Still waiting for an answer from Rubymods, we have had a support ticket logged since the 03 of July.

Our site is now live but with no Multi Currency not really sure what to do next as Rubymods dont offer a refund according to their website.
Reply With Quote
  #19  
Old 07-22-2008, 08:48 AM
  rubyaryat's Avatar 
rubyaryat rubyaryat is offline
 

eXpert
  
Join Date: Feb 2003
Location: Canada
Posts: 289
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

We update your ticket in our support area.
The issue was that one of files used php short tags, whereas your server has not enable this.
Apologies for the delay.
Rubyaryat
__________________
Rubymods.com - Your X-Cart services partner for over 9 years.
Modules offered: FedEx labels, Live currency rates, GeoIP, Order Audit, Multiple e-goods.
X-Cart Store Hosting, project management and affiliates program available.
4.2.3 gold [Unix]
Reply With Quote
  #20  
Old 07-22-2008, 10:59 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default Re: Rubymods Live Currency Rates for XCart 4.1x

Adam,

Please have a look at our tickets too which we have put online a LONG time ago. It is a little bit disappointing that we as customers are not getting the service we should expect from you. I understand that you might have been really busy. But leaving customers with issues is actually in my opinion not recommended.

I'm pretty patient in getting replies, but waiting for a few months is a little bit too much isn't it?
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 07:02 AM.

   

 
X-Cart forums © 2001-2020