views:

1393

answers:

5
+1  A: 
balexandre
A: 

Can you please explain how to implement this Jquery script? I have installed the m xperts JQuery extension for magento but can not for the life of me get this script set up.

I installed manually, just added the script line to the header.phtml file and told jQuery to use `jQuery.noConflict();` as specified in http://docs.jquery.com/Using_jQuery_with_Other_Libraries
balexandre
A: 

hello can u explain how to load the jquery? what file u must edit?

asaer
just add the script line in your template file: header.phtml
balexandre
A: 

ok. the second one (hide button,price and links works ok, but the hide 0,00E 1st script doesnt work :( how u did it?

asaer
just check the class of the wrapper and hide that class. PS, if it's a good question or a good answer, you should upvote :)
balexandre
A: 

had the same problem. price showed as 0.00.

you have to edit your price-attribute -> show in product-listing: yes

peter

related questions