heikesworld Posted March 28, 2021 Share Posted March 28, 2021 I need to change the function of the product image click to go to quick view instead of product details page on desktop. Thank you for your help. Link to comment
tuanphan Posted March 31, 2021 Share Posted March 31, 2021 Have you enable quickview yet? Can you share link to product page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
heikesworld Posted April 2, 2021 Author Share Posted April 2, 2021 Hello tuanphan, I have quick view enabled and it works well. What I am trying to achieve is that when clicking on the product image thumb it also takes you to quick view instead of the product details page. I don't want my visitors to go to the product details page, only the quick view. Thank you for your help. Link to comment
tuanphan Posted April 5, 2021 Share Posted April 5, 2021 Hi. Can you share link to shop page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
heikesworld Posted April 6, 2021 Author Share Posted April 6, 2021 Hello tuanphan, here it is: https://maison-serene.com/inspiration Thank you. Link to comment
heikesworld Posted April 10, 2021 Author Share Posted April 10, 2021 Hello @tuanphan, Maybe I could also achieve this by making the quick view button (in my case "view") cover the whole product thumb image (and later change the transparency of the background and text color - which I left for now as it is easier to see). I inserted this code @media screen and (min-width: 768px) { .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button{ height: 100%!important; display: block; object-fit: cover; top: 0; } } But it is not covering the whole image thumb. Would you happen to know what is missing? Thank you very much. Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 On 4/11/2021 at 2:11 AM, heikesworld said: Hello @tuanphan, Maybe I could also achieve this by making the quick view button (in my case "view") cover the whole product thumb image (and later change the transparency of the background and text color - which I left for now as it is easier to see). I inserted this code @media screen and (min-width: 768px) { .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button{ height: 100%!important; display: block; object-fit: cover; top: 0; } } But it is not covering the whole image thumb. Would you happen to know what is missing? Thank you very much. Hi. Sorry for the delay. Have you solved this yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.