Quote Originally Posted by Valencia View Post
The moment a customer just goes straight for the card input fields first without pre-selecting the radio button the SQ-MISSING-TOKEN message pops up which can scare the customer....
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.