Snade Posted February 11, 2010 Share Posted February 11, 2010 Hello,I've made some changes in blockcart module to be able to use it in Fennecs template, but I'm missing the square image which is used to show movement from the product to the module box.If you click on add to cart button, you'll see that the image is moving but it shows the 404 img, so obviously the image I need is missing.I searched in the code but can't figure it out. I'm sure it right in front of my eyes but it's driving me crazy almost an hour... just tell me the image name and I'll be ok url : www.aldica.com10x in advance Link to comment Share on other sites More sharing options...
Snade Posted February 12, 2010 Author Share Posted February 12, 2010 Let's make it more clear.When you click on Add to cart button, the ajax efect move from the product picture to the shopping cart. In my case, the movement is showed by 404.jpgHow can I change it ? which is the right image ?!http://aldica.com/img/prestaforum.jpg! Link to comment Share on other sites More sharing options...
mooshi Posted February 12, 2010 Share Posted February 12, 2010 Hi!I'm not positive but if you look in your css and images, I think the transfer pic is missing/* transfert effect*/.transferProduct { background:transparent url(../img/cart_add.png) center no-repeat} Link to comment Share on other sites More sharing options...
Snade Posted February 12, 2010 Author Share Posted February 12, 2010 SOLVED 10x amikka that was the solution. I couldn't make it run properly with another image, but it runs great with this code:/* transfert effect*/.transferProduct { border: 2px solid #888; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now