Re: WorldPay module

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6841
Re: WorldPay module

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 (9 replies) Mon, 10/01/2007 - 10:07