I have a new 4.0.2.3 install.
The extension installed an connected fine. However, when i try to save my settings it gives me the success message, but doesn't save.
Can anyone replicate this issue or is it just me, any solutions?
The extension installed an connected fine. However, when i try to save my settings it gives me the success message, but doesn't save.
Can anyone replicate this issue or is it just me, any solutions?
<form action="{{ save }}" method="post" enctype="multipart/form-data" id="form_payment" data-oc-toggle="ajax">
Removing data-oc-toggle="ajax" from my form works. With it in, the post values seem messed up....
Not sure how / why that is, for now i have removed it an hit save as a work around.
If anyone can point me in the right direction here I'd appreciate it.
Removing data-oc-toggle="ajax" from my form works. With it in, the post values seem messed up....
Not sure how / why that is, for now i have removed it an hit save as a work around.
If anyone can point me in the right direction here I'd appreciate it.
Ok, payments go through but then the site just freezes, order fails to update. Would be great if anyone else can confirm if this works ok for them
I don't seem to be able to get the latest version to connect to test. Have you check both the PHP and OpenCart error logs? Have you check the web browser developer tool for errors?
Thanks for the reply.
Few issues at play I think. The first is the options will not save without me removing that ajax line. When its present its not working. I have emailed a support ticket but going off the issues I've had recently I don't suspect ill get a reply any time soon / if at all. The good news is, if you remove it you can save... then i just undo the change. You could edit the value directly in the database if you know what you should be adding in there too....
The second issue is it it doesn't work when no shipment is required on the item. Luckily i stumbled upon this which provides a fix:
https://github.com/opencart/opencart/issues/12695
Few issues at play I think. The first is the options will not save without me removing that ajax line. When its present its not working. I have emailed a support ticket but going off the issues I've had recently I don't suspect ill get a reply any time soon / if at all. The good news is, if you remove it you can save... then i just undo the change. You could edit the value directly in the database if you know what you should be adding in there too....
The second issue is it it doesn't work when no shipment is required on the item. Luckily i stumbled upon this which provides a fix:
https://github.com/opencart/opencart/issues/12695
If that small warning stopped it from working then you probably have display errors on. Not only can this cause minor notices and warnings to cause bigger errors, it can also be a security risk.
You need make sure display errors in set to off in all 3 places. Your PHP settings, in system/config/default.php and in the settings.
1. In your PHP settings make sure display_errors is set to Off. Use phpinfo() to check. It should be off by default, but there are lots of rubbish hosts out there.
2. In system/config/default.php set error_display to false.
3. In your OpenCart Setting on the server tab set Display Errors to No.
You need make sure display errors in set to off in all 3 places. Your PHP settings, in system/config/default.php and in the settings.
1. In your PHP settings make sure display_errors is set to Off. Use phpinfo() to check. It should be off by default, but there are lots of rubbish hosts out there.
2. In system/config/default.php set error_display to false.
3. In your OpenCart Setting on the server tab set Display Errors to No.
think you misunderstand me. It doesn't error, that's the point. Get success message but database values don't change.
Sorry my post about the errors was regarding the following.
craigbaines wrote: ↑Fri Sep 22, 2023 11:55 pmThe second issue is it it doesn't work when no shipment is required on the item. Luckily i stumbled upon this which provides a fix:
https://github.com/opencart/opencart/issues/12695
Who is online
Users browsing this forum: phpconsult and 6 guests