Frequently Asked Questions
Is "Facebook for OpenCart" business extension working with jCart?
Yes, it is working with jCart >= 3.0.3.7.
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() . JCART_RELATIVE_URL . 'image/' . $image;
Please Wait!
Please wait... it will take a second!