swicks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Multiple currencies on my siteHi
Sorry I’m away for the next couple of weeks – but a quick fix which may work for you is:-
filename: ds-sagepay-direct.php (version 0.1.7.3)
replace code on line 230 with:
$this->currency = $this->settings['currency'];
with
$this->currency = get_woocommerce_currency();
If it works for you I’ll make it an option in settings.
regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Sage Pay Protocol (version 3.00)Hi
This version only currently supports 2.23, when SagePay stop supporting 2.23 or when there is a feature requirement to upgrade then we will upgrade to version 3.00.
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] accepted payment logosThe message is the payment gateway description, WooCommerce displays this during checkout – you can change the ‘Description’ text under the Settings->Checkout tab.
Great, thanks for letting me know I was unable to reproduce your issue.
Hi
What version of woocommerce are you running?thanks
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Payments being assigned to wrong invoicesthanks I will take a look and see what we can do.
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Payments being assigned to wrong invoicesCan you please send me the debug log and let me know what invoice number had failed.
If the debug log isn’t enabled please enable in woocommerce settings, under the kashflow tab. Reproduce the issue and let me know what invoice number that has failed and email the log file to support AT devicesoftware.com.
What line did you commented out to resolve the issue?Sorry for the short notice but I’m only around tomorrow after that I away for 2 weeks
Best Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] accepted payment logosI will look at moving it to production over the next couple of days.
regards
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Payments being assigned to wrong invoicesHave you tried changing the order method from invoice to quote under the KashFlow tab?
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Woocommerce needing SSLNot required for testing, but with any direct payment system you should always have SSL when you go live.
This issue turned out to be the way the orders were being placed in WooCommerce – Adding an order via the admin pages and not entering their address details.
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Invoice ImportHi
Are you using the development version with coupon support?Did you have logging enabled in the Kashflow plugin? If so, could you forward the logs to me ‘support AT devicesoftware.com’. If not can you enable and reproduce the problem?
thanks
All versions are available under the developers tab on the wordpress plugin site
I’m unable to reproduce this issue
What version of woocommerce, sagepay direct and wordpress are you running?
Can you turn debug on and email to support at devicesoftware.com?
Do you have sku enabled?
Thanks
What type of products are you selling? Are they virtual or simple?