Post by yaksich » Thu Jun 06, 2019 3:08 pm

Hello,
I have installed and enabled Eway module and although it is not set to testing mode, it still gives me this message at the checkout:
"This payment gateway is currently being tested. Your credit card will not be charged. If this is a real order, please use an alternate method of payment at this time."
Not sure what I am doing wrong. Couldn't find in my Eway web page any settings that would affect the module in this way. However, not sure if I need to set up every single payment gateway individually under "Settings" (on Eway website) for the module to stop displaying this message.
Any clues?
Thanks
Nick

Newbie

Posts

Joined
Sat Jul 21, 2018 10:40 am

Post by MarketInSG » Sun Jun 09, 2019 9:32 am

which version of opencart are you using? If on OpenCart 3, try clicking the clear theme cache in your admin dashboard. There's a button at the top right.


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by thekrotek » Sun Jun 09, 2019 3:30 pm

It doesn't tell you about testing mode, it tells you, that module itself is being tested and not recommended to use right now.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by letxobnav » Sun Jun 09, 2019 4:14 pm

which is triggered by putting the gateway in test mode.

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by thekrotek » Sun Jun 09, 2019 4:34 pm

letxobnav wrote:
Sun Jun 09, 2019 4:14 pm
which is triggered by putting the gateway in test mode.
Doesn't really matter, still a bug, if it keeps saying about testing mode, regardless of what is tested.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by letxobnav » Sun Jun 09, 2019 8:24 pm

then change:

if ($this->config->get('payment_eway_test')) {
$data['text_testing'] = $this->language->get('text_testing');
$data['Endpoint'] = 'Sandbox';
} else {
$data['Endpoint'] = 'Production';
}

into

if ($this->config->get('payment_eway_test')) {
$data['text_testing'] = $this->language->get('text_testing');
$data['Endpoint'] = 'Sandbox';
} else {
$data['text_testing'] = false;
$data['Endpoint'] = 'Production';
}

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by initmedia » Mon Jan 10, 2022 2:47 pm

Hi all
I'm having the same issue as the original poster. I have contacted eway and tested the payment successfully, so I know that the text saying that the payment gateway is still in test mode is just a cosmetic issue. I have reset the cache like one of the replies suggested to no luck, but I can't find where I should be substituting text like the other reply suggested. Any advice would be appreciated.

Newbie

Posts

Joined
Mon Aug 30, 2021 8:36 am
Who is online

Users browsing this forum: gazih and 45 guests