Post by Jackson23 » Thu Jun 23, 2016 11:48 pm

Hi guys,

New here and i need some help.

Im running opencart 2.2.0 and want to install sendcloud. I followed the guide to installing it and vqmod is working fine, I enabled the sendcloud module and inserted the api keys however the sendcloud logo does not appear.

Any ideas ?

Newbie

Posts

Joined
Thu Jun 23, 2016 11:25 pm

Post by straightlight » Sat Jun 25, 2016 10:02 pm

In ocmod/sendcloud.ocmod.xml file,

find:

Code: Select all

$data['sendcloud_url'] = $this->url->link('module/sendcloud/bulk', 'token=' . $this->session->data['token'], 'SSL');
replace with:

Code: Select all

$data['sendcloud_url'] = $this->url->link('module/sendcloud/bulk', 'token=' . $this->session->data['token'], true);
In admin/controller/module/sendcloud.php file,

find all instances of:

Code: Select all

'SSL'
replace each with:

Code: Select all

true
and the same steps for vqmod/xml/sendcloud.xml file.

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 1 guest