View Single Post
  #4  
Old 11-10-2014, 01:22 AM
 
Northcore Northcore is offline
 

Newbie
  
Join Date: Feb 2014
Posts: 9
 

Default Re: Cart summary update problem - AJAX question??

Yes I couldn't have got it more wrong! Thanks for the pointer Mike. Just in case it helps anyone:

1) I left out the reference to skin/common_files/js/ajax.minicart.js

2) I think the div structure needs to include:

<div class="menu-minicart">
<div class="minicart">
your code
</div>
</div>

3) Finally I have moved my code into mincart_total.tpl which is important as when the refresh is called this is the file that's loaded in.
__________________
Gold Plus 4.6.4
CD SEO Custom Module
---------------
First go with X-Cart still under construction
www.northcore-europe.com/northcore-shop/
Reply With Quote