swicks
Forum Replies Created
-
Hi
I would expect this plugin to return ‘ – unknown error’, if it didn’t know how to handle the error. To get an empty
<li>something would have call woocommerce->add_error() with no content.What version of SagePay Direct are you running and what version of WooCommerce?
Have you tried running in debug – did it return any information?
Take a look for any transactions in SagePay VSP?thanks
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Problem since updateHi
Just push out 1.6.8 with the fix.
Apologies once again for this.
Thank you for bringing it to our attention.
regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Problem since updateHi Adam
Apologies, we left some debugging code in when we were testing the EURO.
Quick fix: remove lines 243- 247 from ds-sagepay-direct.php
public function sagepay_direct_params($params){
$params['Currency'] = 'EUR';
return $params;
}
This only applies version 1.6.7 – this will be fixed in version 1.6.8 which will be released very soon.Sorry for any inconvenience
regards
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Manual Order from backendHi
We had previously looked at manual (admin side) orders for payment gateways, but found that there was too many computations to placing orders, making very difficult to implement. I will still take a look and see if there is anything we can add.regards
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Guest Checkout CustomersHi David
Yes, it uses the email address not Woocommerce/Wordpress user IDs. placing an order as a guest will use the email address to relate kashflow user’s account.
Logging in as a guest still requires a valid email address.
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Is is up to date?Hi
This is the latest version, and it has been tested with WooCommerce 2.0.20 using SagePay’s VPS 2.23 protocol.We are currently testing with WooCommerce 2.1 beta (and WordPress 3.8). This will require an update.
regards
Steve
Hi,
It appears to be missing all the WC_Order information.
Also I assume you are using 5404000000000001 for the MC test card
Are you running on a local installation or is it running from a web hosting company?
What version WordPress & Woocommerce are you running – I will try and reproduce your issue.
thanks
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Order numbers changingHi Catherine
Are you able to answer my previous post?
Are any emails being generated in Woocommerce? Are you getting any order confirmations?Apologies for asking questions, but I need to try and understand what your issues are.
Regards,
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Order numbers changingHi
So if another order was placed following on from Woocommerce order 213 – Woocommerce order would be 214 and making Kashflow quote 225? Does 214 exist as a quote already?
I will need to investigate coupons further.
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Already established customersAdded the option to select invoice or quote in version 0.0.6.
regards
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Already established customersHi, when you say ‘order’ do you mean Kashflow’s ‘quotes’, I’m assuming ?
Currently when an order is placed an invoice is raised and if payment has been taken the invoice is updated with the payment.
The setting options would be quotes or invoice:
- Quotes selected: a quote would be generated but any payment taken isn’t updated in Kashflow (because you can only insert payments into invoices).
- Invoice selected: an invoice would be generated and if payment has been taken that would also be updated.
Is this how you would see it to work?
thanks
Steve
No I’m afraid it doesn’t, this would require Sagepay Token and I would recommend using ‘Sagepay Server’ as opposed to ‘Sagepay Direct’ anyway.
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Already established customersThis is how the plugin works based on email addresses.
The plugin compares the Woocommerce email address with the email address in Kashflow if it exists it will assume this is the same customer otherwise it generates a new customer.
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Vendor name?Hi
This is SagePay and you would have been given a vendorname, not sure what M_ID and M_Key are, but they are not related to SagePay?
Steve
Forum: Plugins
In reply to: [Kashflow for Woocommerce] Creating Invoices?Great – thanks for the feedback
I will update the current version later today.
regards
Steve