Frequently Asked Questions
Is "Facebook for OpenCart" business extension working with JooCart WP?
Yes, it is working with latest JooCart WP
Just after installation you need to edit catalog\controller\extension\module\facebook_business.php
Find following code in line number 401
return $this->getStoreBaseUrl() . 'image/' . $image;Replace with
return $this->getStoreBaseUrl() . JOOCART_WP_RELATIVE_URL . 'image/' . $image;
Please Wait!
Please wait... it will take a second!