jjain230591 Posted June 18, 2012 Share Posted June 18, 2012 Now i am an naive to this Prestashop..I have to edit the Html & CSS of block_cart module that appears on right hand side of my page.. Also i have to add few jQuery files to it to make it slide down when user scrolls the page down.. Problem is.. - I am unable to find the module in theme folder..I found it outside the theme folder. - Where is the CSS code of that module ? I didnt find it in global.css file in theme folder - Where to add jQuery files ? Which file should i edit to link the jquery files ? Thanks in advance.. Link to comment Share on other sites More sharing options...
shacker Posted June 18, 2012 Share Posted June 18, 2012 the css of the module is in the themes/themename/css/blockcart/ js /modules/blockcart/ajax-cart.js 1 Link to comment Share on other sites More sharing options...
jjain230591 Posted June 19, 2012 Author Share Posted June 19, 2012 the css of the module is in the themes/themename/css/blockcart/ js /modules/blockcart/ajax-cart.js And where should i add jS files ? Also is HTML code for bock_cart inside theme folder ? Link to comment Share on other sites More sharing options...
shacker Posted June 22, 2012 Share Posted June 22, 2012 you ca nadd in the tpl with the url like {base_dir}themes/yourthemename/js/yourjsfile.js Link to comment Share on other sites More sharing options...
Recommended Posts