Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am having a problem when integrating the cardsave payment gateway to the woocommerce plugin for WordPress.

On the checkout page, I review my cart and select place order and the following error appears:

{
    "result": "failure",
    "messages": "

\n\t\t\t
Action failed. Please refresh the page and retry.<\/li>\n\t\t\t
First Name<\/strong> is a required field.<\/li>\n\t\t\t
Last Name<\/strong> is a required field.<\/li>\n\t\t\t
Address<\/strong> is a required field.<\/li>\n\t\t\t
Town\/City<\/strong> is a required field.<\/li>\n\t\t\t
Postcode<\/strong> is a required field.<\/li>\n\t\t\t
Country<\/strong> is a required field.<\/li>\n\t\t\t
Email Address<\/strong> is a required field.<\/li>\n\t\t\t
Phone<\/strong> is a required field.<\/li>\n\t\t\t
First Name<\/strong> is a required field.<\/li>\n\t\t\t
Last Name<\/strong> is a required field.<\/li>\n\t\t\t
Address<\/strong> is a required field.<\/li>\n\t\t\t
Town\/City<\/strong> is a required field.<\/li>\n\t\t\t
Postcode<\/strong> is a required field.<\/li>\n\t\t\t
Country<\/strong> is a required field.<\/li>\n\t\t\t
Invalid shipping method.<\/li>\n\t\t\t
Invalid payment method.<\/li>\n\t<\/ul>",
    "refresh": "false"
}

I tried adding a paypal account which all works fine. The issue only occurs when I select the cardsave payment type.

Any help much appreciated

share|improve this question
Can you link to the Cardsave gateway's download page/website? – TheDeadMedic Nov 7 '12 at 19:18
I have solved this problem, I was having some problems with page urls – Ricky Clarke Nov 8 '12 at 9:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.