The pictos appears when epay is activated on the ing platform and not in test mode.
How can I test the paiements in test mode ?
Thank you.
Hello
I don’t find the solution in the documentation.
I have a e-pay account with Credit Card Maestro and Bancontact activated.
I have activated you plugin and ING PSP in woocommerce but nothing appear in the checkout form ?
Can you help me ?
Thank you.
Fabrice henry.
Thank for your answer.
I think that my problem si a date format I have a plugin that show date as in france format (DD/MM/YY) and your plugin work with english format (MM/DD/YYYY) so the test of period of date is not working well.
/* Configure le script in french */
setlocale (LC_TIME, ‘fr_FR’,’fra’);
//Définit le décalage horaire par défaut de toutes les fonctions date/heure
date_default_timezone_set(“Europe/Paris”);
I am looking for a solution. And the best practice.
Thank.
Fabrice Henry