I have SEO urls enabled and when I add a product tha cart box at the top of my site stays empty and cannot update with the newly added product.
I am sure there is something wrong at the catalog\controller\checkout\cart.php but I don't know what to enter for the product seo url and NOT id to show correct.
Code: Select all
$this->cart->add($this->request->post['product_id'], $this->request->post['quantity'], $option);
Thanks!