Quote Originally Posted by carlwhat View Post
vic,
again, without bring able to reproduce the problem, it is hard for me to fix it...

i do not agree that the pre-selection of the radio problem addresses the problem, but i have been wrong before.

if you think the message scares the customer, that one is an easy fix....

go to:

includes/languages/english/modules/payment/square_webPay.php

and change:

PHP Code:
// from:

define('MODULE_PAYMENT_SQ_WEBPAY_TEXT_MISCONFIGURATION''We have a problem on our end.  So Sorry! Please report this error to the Store Owner: SQ-MISSING-TOKEN');

// to:
define('MODULE_PAYMENT_SQ_WEBPAY_TEXT_MISCONFIGURATION''Hi, please remember to select square PRIOR to entering your credit card data.  Thanks again!'); 
feel free to change the text to whatever you think is appropriate.

best.

Thank,s Carl

That will help restore confidence. I shall be modifying it tomorrow.

By the way I have just found out that turning off the OPC module allows Webpay to work without having to select the radio button first.
Just tried it now on my test cart, and everything works perfectly. And my test cart is just a duplicate of my live site in a different directory.

Vic