meowchie Posted October 9, 2012 Share Posted October 9, 2012 (edited) Hi!, Anyone can help me? My add to cart animation is not workinig, my prestashop version is 1.4.9.0 Thanks in Advance! Edited October 29, 2012 by meowt (see edit history) Link to comment Share on other sites More sharing options...
mux Posted October 11, 2012 Share Posted October 11, 2012 There might be many reasons for this. If you are using some other template then try to switch to default theme and check. Or if you have installed some module in recent days which might be conflicting with animation JS Link to comment Share on other sites More sharing options...
meowchie Posted October 13, 2012 Author Share Posted October 13, 2012 Thanks, this is working now, the reason is conflict with css, Link to comment Share on other sites More sharing options...
jpac Posted October 25, 2012 Share Posted October 25, 2012 in the file ajax-cart.js (modules/blockcart) the animated object is called #bigpic (line 210 or so in PS1.5) which may not exist in modified templates. Replace that #bigpic with the ID or class of the element you want to fly into the cart. for instance #short_description #buy_block... or whatever other DIV that exists in your template's CSS. check also if the "destination" exists. That you can fix a few lines after (about line 223) var cartBlockOffset = $('#right_column #cart_block_list').offset(); ...or #left_column depending where your cart is. this will also fix some problems when the animation effect was going in the wrong direction. 2 Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 25, 2012 Share Posted October 25, 2012 Would you kindly mark the thread as [solved] so people like jpac don't use their valuable time answering something that is already solved. Marty Shue Link to comment Share on other sites More sharing options...
jpac Posted October 26, 2012 Share Posted October 26, 2012 Thanks Marty, The forum is full of [solved] topics without showing the solution, not even a hint. I found this was the latest, most recent, topic on this animation issue. Although it was "solved" I wanted to share my solution. jpac Link to comment Share on other sites More sharing options...
Sharak Posted November 6, 2012 Share Posted November 6, 2012 Maybe presta wants as many threads as possible instead 1 thread with set of solutions for 1 problem :/ Link to comment Share on other sites More sharing options...
Recommended Posts