Quick View in : Prestashop 1.5
https://www.prestashop.com/forums/topic/310127-updated-v13-alot-more-features-product-quick-view-free-version-ps-15/ Do below changes: change version in config.xml change version : product view controller. IF enabled : change this code in blcoksharefb.php(controller) : Find: $product_infos = $this->context->controller->getProduct(); Replace with below : $id_lang = $this->context->language->id; $product_infos = new Product($id_product, true, $id_lang);Read more …