Re: WorldPay module

Posts: 2243
Joined: 08/07/2007
AdministratoreLiTe!

At this point, Ubercart only supports one currency for a site. You can get that currency using

<?php
  variable_get
('uc_currency_code', 'USD');
?>

This setting is found in Format settings under Store settings.

WorldPay module By: Gordonjcp (6 replies) Mon, 10/01/2007 - 10:07