Post by rmcki » Tue Mar 13, 2018 8:29 pm

I can not get Paypoint to enable, i input my details then click apply, opencart responds with - " Success: You have modified PayPoint account details!"
But the payment method status remains 'Disabled'
Any help would be great

Newbie

Posts

Joined
Wed Jan 16, 2013 10:46 pm

Post by straightlight » Tue Mar 13, 2018 9:06 pm


Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by rmcki » Tue Mar 13, 2018 11:27 pm

Did all that with the same effect.
Clean install of OC Version 3.0.2.0, replace the files, installed the paypoint extension, i still cannot enable it?

Newbie

Posts

Joined
Wed Jan 16, 2013 10:46 pm

Post by straightlight » Tue Mar 13, 2018 11:52 pm

Follow this post afterwards: viewtopic.php?f=202&t=201745#p713479 . Ensure not to have selected the automatic option from the modal security window in the OC admin.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by rmcki » Wed Mar 14, 2018 1:05 am

:) Cheers man, that's exactly what i did. It now works.
First class!

Newbie

Posts

Joined
Wed Jan 16, 2013 10:46 pm

Post by Notions » Wed Jul 03, 2019 11:45 pm

Hi,
I have just installed a fresh Opencart Version 3.0.3.2, added a load of products and have been able to enable Paypal, but can't enable Paypoint. I have clicked on the link that Straightlight posted to github, but it's 404 not found. Not sure what to do now - help!

Newbie

Posts

Joined
Wed Jul 03, 2019 11:39 pm

Post by straightlight » Thu Jul 04, 2019 5:42 am

Notions wrote:
Wed Jul 03, 2019 11:45 pm
Hi,
I have just installed a fresh Opencart Version 3.0.3.2, added a load of products and have been able to enable Paypal, but can't enable Paypoint. I have clicked on the link that Straightlight posted to github, but it's 404 not found. Not sure what to do now - help!
Should already be fixed on v3.0.3.2 .

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Notions » Thu Jul 04, 2019 6:06 pm

Thanks for the reply so quickly.
But I just cant get it to enable and am at a loss as to what it could possibly be, any ideas?

Newbie

Posts

Joined
Wed Jul 03, 2019 11:39 pm

Post by straightlight » Thu Jul 04, 2019 6:09 pm

In your admin controller file, look for:

Code: Select all

$this->session->data['success'] = 
add above:

Code: Select all

echo "<pre />\n";
print_r($this->request->post);
echo "</pre>\n";
exit;
Then, go back to your admin extension payment paypoint module form page and save the data again. You should see the array output. Submit it on your next reply afterwards (except confidential value info but keep the array keys).

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Notions » Thu Jul 04, 2019 6:31 pm

Could you possibly tell me the name of the file exactly as there are a lot in the controller folder. Thanks - Its ok I assume is was the paypoint.php file.

Here is the output:

Code: Select all

Array
(
    [payment_paypoint_merchant] => *****
    [payment_paypoint_password] => 
    [payment_paypoint_test] => live
    [payment_paypoint_total] => 
    [payment_paypoint_order_status_id] => 15
    [paypoint_geo_zone_id] => 0
    [paypoint_status] => 1
    [paypoint_sort_order] => 
)
Last edited by straightlight on Fri Jan 31, 2020 11:23 am, edited 1 time in total.
Reason: Added code tags.

Newbie

Posts

Joined
Wed Jul 03, 2019 11:39 pm

Post by straightlight » Fri Jul 05, 2019 4:24 am

Array
(
[payment_paypoint_merchant] => *****
[payment_paypoint_password] =>
[payment_paypoint_test] => live
[payment_paypoint_total] =>
[payment_paypoint_order_status_id] => 15
[paypoint_geo_zone_id] => 0
[paypoint_status] => 1
[paypoint_sort_order] =>

)
Issue is there. payment_ prefix is missing on each.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: ronnieb and 175 guests