Hi,
I upgraded to the latest version (6.2.0) and now the &silent=1 parameter in a payment link does not work anymore.
If it is used, the visitor gets into some kind of loop where the page continuously reloads.
Please solve soonest as we cannot accept new members at the moment!
Thanks,
Eric
- Home »
- Support »
- RO Payments »
- Payment link &silent=1 results in some kind of loop
- EricWebsite
- RO Payments
- Sunday, 08 November 2020
- Subscribe via email
0
Accepted Answer
Pending Moderation
Hello Erik,
This is an issue that occured due to Joomla 4 support we added. What you can do until we release the new version is the following:
This is an issue that occured due to Joomla 4 support we added. What you can do until we release the new version is the following:
- Open the file components/com_jdidealgateway/views/pay/tmpl/default.php
- Change line 29 to
- Save the file
<form name="adminForm" id="adminForm" method="post" class="form-validate" action="<?php echo Route::_('index.php?option=com_jdidealgateway&task=pay.sendmoney'); ?>">
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- more than a month ago
- RO Payments
- # 1
Accepted Answer
Pending Moderation
Hi Roland,
Thanks for the ultra-fast response!
Unfortunately it does not work yet.
Upon submision, I get a blank screen in stead of the Mollie screen.
Thanks for the ultra-fast response!
Unfortunately it does not work yet.
Upon submision, I get a blank screen in stead of the Mollie screen.
- more than a month ago
- RO Payments
- # 2
Accepted Answer
Pending Moderation
Hello Erik,
A blank screen means you have an error in the code. Can you check if the change you made is OK?
A blank screen means you have an error in the code. Can you check if the change you made is OK?
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- more than a month ago
- RO Payments
- # 3
Accepted Answer
Pending Moderation
Hi again,
I do not think I made a wrong edit, Attached is the modified file.
I do not think I made a wrong edit, Attached is the modified file.
Attachments (1)
- more than a month ago
- RO Payments
- # 4
Accepted Answer
Pending Moderation
The statements are quite different, original: action="<?php echo htmlspecialchars(Uri::getInstance()->toString()); ?>"
And the new one": action="<?php echo Route::_('index.php?option=com_jdidealgateway&task=pay.sendmoney'); ?>"
And the new one": action="<?php echo Route::_('index.php?option=com_jdidealgateway&task=pay.sendmoney'); ?>"
- more than a month ago
- RO Payments
- # 5
Accepted Answer
Pending Moderation
Hello Erik,
Nothing wrong with your edit, I forgot about another line that needs to be included. The editor does it automatically so I did not notice. Attached is the updated file.
Let me know how it goes.
It is correct that they are quite different.
Nothing wrong with your edit, I forgot about another line that needs to be included. The editor does it automatically so I did not notice. Attached is the updated file.
Let me know how it goes.
It is correct that they are quite different.
Attachments (1)
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- more than a month ago
- RO Payments
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »