bayyuPratama Posted February 25, 2014 Share Posted February 25, 2014 please help me to edit quick view at the product? where i can find folder in prestashop to edit quick view ? thanks Link to comment Share on other sites More sharing options...
prestamax Posted February 25, 2014 Share Posted February 25, 2014 What do you want to edit? If you want to edit the css you will find it in your theme folder in product_list.css (search for .quick-view) 2 Link to comment Share on other sites More sharing options...
bayyuPratama Posted February 25, 2014 Author Share Posted February 25, 2014 if i want to delete it, what must i do? can i edit just on product_list.css? thanks Link to comment Share on other sites More sharing options...
Lucas Cerdan Posted February 25, 2014 Share Posted February 25, 2014 You can just disable it in the "Theme Configurator" module. 2 Link to comment Share on other sites More sharing options...
bayyuPratama Posted February 25, 2014 Author Share Posted February 25, 2014 Thanks Lucas Cerdan, if i want to delete "Quick view" can i edit at product_list.css? Link to comment Share on other sites More sharing options...
Lucas Cerdan Posted February 25, 2014 Share Posted February 25, 2014 Just disable it in this module, no need to delete files/content. Link to comment Share on other sites More sharing options...
bayyuPratama Posted February 25, 2014 Author Share Posted February 25, 2014 Just disable it in this module, no need to delete files/content. oke, thanks Lucas Cerdan Link to comment Share on other sites More sharing options...
kkmixs Posted March 27, 2014 Share Posted March 27, 2014 (edited) thank u Edited March 27, 2014 by kkmixs (see edit history) Link to comment Share on other sites More sharing options...
AZC Posted April 3, 2014 Share Posted April 3, 2014 (edited) Hi Lucas, I'd like to edit the quick view box. I've added the features to the product list page but I want them also to appear in the quick view. Any idea where the file is? Thanks Edited April 3, 2014 by AZC (see edit history) Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 Hello i also want to change the size of the quick view box but i cant find where. Is there anyone knows? Thanks in advance Link to comment Share on other sites More sharing options...
dioniz Posted April 5, 2014 Share Posted April 5, 2014 It's in product_list.css: ul.product_list .product-image-container .quick-view { font: 700 13px/16px Arial, Helvetica, sans-serif; color: #777676; position: absolute; left: 50%; top: 50%; margin: -21px 0 0 -53px; padding: 13px 0 0; background: rgba(255, 255, 255, 0.82); width: 107px; height: 43px; text-align: center; -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; } Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 Yes. That helps for CSS but what about changing the content? Any idea? Link to comment Share on other sites More sharing options...
dioniz Posted April 5, 2014 Share Posted April 5, 2014 What content? Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 I'd like to add the features that are showing on the product list. I want them to show in the quick view box as well. Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 That change only the button of the quick view i want to resize all the box that shows the product inside the light box. Link to comment Share on other sites More sharing options...
dioniz Posted April 5, 2014 Share Posted April 5, 2014 I'm not sure i understand you. Do you want features to appear in quickview modal window? Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 Yes. I've added the features to the product_list.TPL but I also want them to appear when the quick view window appears. Link to comment Share on other sites More sharing options...
dioniz Posted April 5, 2014 Share Posted April 5, 2014 As i know, quick view window shows part of your product page, so i guess you need to make changes there Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 So i have to change the product page to change the light box i don't like that. Thanks Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 Preludechh probably not. Look through the CSS you'll find it Dioniz yes but there must be somewhere which codes which part of the product page goes in the quick view box. Link to comment Share on other sites More sharing options...
dioniz Posted April 5, 2014 Share Posted April 5, 2014 Yes but i'm not sure about it. I think it cuts all the parts that have {if !$content_only} but i'm not sure and i'm not on my computer to check Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 OK thanks I'll check that. Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 Well i looked and i haven't found something that can change the box Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 Well i looked and i haven't found something that can change the box product.css towards the end, there is quick view options. let me know if this worked? Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 I am looking at it i haven't found anything yet i almost changed all the data including box-info-product but nothing it is somewhere but i can't see it Link to comment Share on other sites More sharing options...
preludechh Posted April 5, 2014 Share Posted April 5, 2014 i found in the #product.content_only div.primary_block i can resize everything into the lightbox but the light box stays the same size Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 i found in the #product.content_only div.primary_block i can resize everything into the lightbox but the light box stays the same size yes, the lightbox is a jquery plugin called fancy box. It is made of an iframe. To edit the size you can try doing it in global.js but i'm not sure. I'll keep looking. let me know if you work it out. Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 Yes but i'm not sure about it. I think it cuts all the parts that have {if !$content_only} but i'm not sure and i'm not on my computer to check you're right about that. so how do i change that? any idea? Link to comment Share on other sites More sharing options...
AZC Posted April 5, 2014 Share Posted April 5, 2014 (edited) yes, the lightbox is a jquery plugin called fancy box. It is made of an iframe. To edit the size you can try doing it in global.js but i'm not sure. I'll keep looking. let me know if you work it out. Found it..heres the css for the fancybox plugin / prestashop / js / jquery / plugins / fancybox / jquery.fancybox.css Edited April 5, 2014 by AZC (see edit history) Link to comment Share on other sites More sharing options...
nutxlago Posted September 7, 2014 Share Posted September 7, 2014 Yes. I've added the features to the product_list.TPL but I also want them to appear when the quick view window appears. Hi, AZC, I am interested in adding products features to product_list.tpl, too. Could you share a link to a how to or relevant info? Thanks! Link to comment Share on other sites More sharing options...
florint Posted September 26, 2014 Share Posted September 26, 2014 Hi I need to remove the "add to cart" button or replace it with "view more" button in quick view window. I have products that cannot be added to cart directly from quick view window because need personalization file to be uploaded. Is there a way to do what i need? Thank you! Link to comment Share on other sites More sharing options...
Advisuel Posted October 21, 2014 Share Posted October 21, 2014 hi I need to remove the "add to cart" button or replace it with "view more" button in quick view window. Where is the TPL file ? please help Link to comment Share on other sites More sharing options...
Recommended Posts