MartijnICU Posted April 8, 2015 Share Posted April 8, 2015 I'm modifying the default bootstrap theme. I would like to alter the modal popup (quick view) in the product-list. But in which template is it defined? Link to comment Share on other sites More sharing options...
MichałM Posted April 8, 2015 Share Posted April 8, 2015 Quick view shows product page from product.tpl Link to comment Share on other sites More sharing options...
MartijnICU Posted April 8, 2015 Author Share Posted April 8, 2015 And which part of product.tpl fills the iframe? Link to comment Share on other sites More sharing options...
MichałM Posted April 8, 2015 Share Posted April 8, 2015 Entire content of product.tpl shows in quick view. If you want to hide something in quick view, you have to use: {if !$content_only} your code {/if} I'm sure, you will find this code in product.tpl 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