Post by straightlight » Sun Mar 03, 2019 4:28 am

Uninstalling Openbay successfully in Opencart may not be the easiest step to do in your store so I am going to leave that part out as it looks from Github files that this feature is not listed anyways. An update may come later on that.

In admin/controller/extension/module/ebay_listing.php file,

find all instances of:

Code: Select all

->post['ebay_
replace all with:

Code: Select all

->post['module_ebay_
Then, find all instances of:

Code: Select all

->get('ebay_
replace all with:

Code: Select all

->get('module_ebay_
In admin/view/template/extension/module/ebay_listing.twig file,

find all instances of:

Code: Select all

ebay_
replace all with:

Code: Select all

module_ebay_
In catalog/controller/extension/module/ebay_listing.php file,

find all instances of:

Code: Select all

->get('ebay_
replace all with:

Code: Select all

->get('module_ebay_

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 8 guests