$data['cart'] = $this->load->controller('common/cart');
And on the footer.tpl I simply echoed out $cart.
But the result is not what I was looking for. Take a look at some of the screenshots-
http://postimg.org/image/7v77iswgz/
http://postimg.org/image/thi05wgfj/
So my question is that, what must I do to make the updation of total price without refreshing the page. It would be great if you can additionally provide any link from where I can learn to customize the opencart with codes.
I have a rough idea that the changes are to be made in the 'common.js' file in 'var data' method but am unable to ind a solution. Please help
