Jump to content

[ASK] how to edit quick view at the product


Recommended Posts

  • 1 month later...

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

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

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

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 by AZC (see edit history)
Link to comment
Share on other sites

  • 5 months later...

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

  • 3 weeks later...

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

  • 4 weeks later...
×
×
  • Create New...