Post by paulbarton » Mon Jul 30, 2018 7:36 pm

Site https://www.trehalose.co.uk
ive only recently converted to full https implementation and I've got something strange going on with the site.
1. How do I change the site address in settings to https from http
2. when i do a test purchase the address bar dropdown in the doesnt show any registered addresses for a registered cleint
3. I also had a callback failure alert from my payment provider? I'm not even sure what this is.
Are the 3 issues above related to the change to https? or something else entirely
Warm regards Paul

New member

Posts

Joined
Tue Oct 04, 2011 4:58 pm

Post by straightlight » Mon Jul 30, 2018 7:55 pm

paulbarton wrote:
Mon Jul 30, 2018 7:36 pm
Site https://www.trehalose.co.uk
ive only recently converted to full https implementation and I've got something strange going on with the site.
1. How do I change the site address in settings to https from http
2. when i do a test purchase the address bar dropdown in the doesnt show any registered addresses for a registered cleint
3. I also had a callback failure alert from my payment provider? I'm not even sure what this is.
Are the 3 issues above related to the change to https? or something else entirely
Warm regards Paul
No OC version posted, missing info about which payment provider this issue is about. More information needed.

1. config.php and admin/config.php files
2. Not required to have a registered address for a registered client other than the account page by default or a restricted page requiring customer specific access
3. The debug mode would need to be enabled from the OC admin payment extension module you are using and review those logs afterwards noticing if new logs are showing in order to answer the question about protocol changes.

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 paulbarton » Mon Jul 30, 2018 10:18 pm

Thank you straightlight for your support.
1. oc 1.5.6.1
2. worldpay payment provider
3. config files attached

New member

Posts

Joined
Tue Oct 04, 2011 4:58 pm

Post by straightlight » Mon Jul 30, 2018 10:36 pm

Never post your config.php files directly on the forum since it contains access data. I would strongly suggest to remove these two files and simply post your defined URL lines from the top!

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 paulbarton » Tue Jul 31, 2018 7:39 pm

Thanks Straightlight.
i think this is what you are referring to.
Config files deleted and database details changed.
<?php
// HTTP
define('HTTP_SERVER', 'http://www.trehalose.co.uk/admin/');
define('HTTP_CATALOG', 'http://www.trehalose.co.uk/');
define('HTTP_IMAGE', 'http://www.trehalose.co.uk/image/');

// HTTPS
define('HTTPS_SERVER', 'https://www.trehalose.co.uk/admin/');
define('HTTPS_IMAGE', 'https://www.trehalose.co.uk/image/');
define('HTTPS_CATALOG', 'https://www.trehalose.co.uk/');

New member

Posts

Joined
Tue Oct 04, 2011 4:58 pm

Post by straightlight » Tue Jul 31, 2018 8:02 pm

Set the first three ones to https as well.

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: No registered users and 122 guests