Post by justme » Sun Jul 26, 2015 1:30 pm

Hi All,

When a user checks out using the payment processor Paymate, it all goes well until the PayMate is about to transfer the buyer back to our site and then it sprouts a warning about the page the buyer is about to go is unsecured.

If the buyer abandons the process at this point, the money transfer goes though but the site does not issue an invoice and we do not get to see what the buyer has purchased.

I have Opencart Version 1.5.5.1

Is there a way to fix this?

TIA

Newbie

Posts

Joined
Wed Jul 11, 2012 2:21 pm

Post by IP_CAM » Mon Jul 27, 2015 9:46 am

Sure, there is. Probably. ::) But, to find out, one would have to know, where to start.
Meanwhile, I could just advise you, to search Google on:

Code: Select all

opencart+secure+Site
to get, at least, a very fundamental Idea, on, what's waiting for you.
And when you come back, then, make sure, to enable others, to have, at least,
a chance for first look onto your Site, it's the only way, to find out ANYTHING!
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Dhaupin » Thu Jul 30, 2015 1:48 am

It sounds like a browser warning. PayMate is probably adding https:// to whatever response/callback/page/redirect. So you need an SSL cert for your store, or tell PayMate not to ask for https://.

https://creadev.org | support@creadev.org - Opencart Extensions, Integrations, & Development. Made in the USA.


User avatar
Active Member

Posts

Joined
Tue May 13, 2014 3:45 am
Location - PA

Post by justme » Sun Aug 16, 2015 1:35 pm

The site is http://dealo.com.au

There is currently a SSL certificate installed.

However when the Payment Processor called PayMate.com.au processes an order it sends the buyer back to an unsecured success page, after warning the buyer, that the landing page is unsecured, and giving the client an option to abandon the purchase.

Does anyone know of a work around for this?

TIA

Newbie

Posts

Joined
Wed Jul 11, 2012 2:21 pm

Post by grgr » Mon Aug 17, 2015 2:45 am

One would assume that the Paymate extension has a return url specified in it, try chainging that to SSL.

In the PayMate controller file look for something like:

Code: Select all

		$data['return'] = $this->url->link('checkout/success');
And change it to:

Code: Select all

		$data['return'] = $this->url->link('checkout/success', '', 'SSL');

-
Image Image Image Image
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS


User avatar
Active Member

Posts

Joined
Mon Mar 28, 2011 4:08 pm
Location - UK
Who is online

Users browsing this forum: No registered users and 54 guests