This topic has 16 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
Hello. Is it possible add the quick-view-popup contents for a product, within a page element.
The vc Woocommerce Product element is too minimal, and the vc Woocommerce Product Page element contains far too much info.
The quick view popup contents would be the perfect amount for my purposes.
Many thanks.
Reuben.
Hello,
Please explain your query in more details and provide some screenshots, for better understanding.
Thanks in advance.
Regards
Hey Rose. Here’s a screen shot of the quick-view-popup – https://snag.gy/tsNdIh.jpg
This appears when the magnifying glass icon on a product is clicked.
I would like to create a page element that contains the same info/layout as this popup, for any product. There must be a way to reference it somehow. What is the onclick action of the magnifying glass icon, for instance?
Hello,
We do not have an element that can show content as in the popup. If you have appropriate PHP and CSS skills you can try to create additional VC element. The content of our popup can be found in classico/woocommerce/product-quick-view.php.
Our support team is unable to provide support for additional customizations in files under our Support Policy – https://themeforest.net/page/item_support_policy.
Regards
Understood. I have looked at product-quick-view.php
I think the best way to add this to a page would be to create shortcode – something like [quick-view product=”infiniti-regular”], and place this in a VC text element.
See private content…
What do you think?
Reuben.
Okay thanks Rose.
You’re welcome!
Have a nice day.
Regards
WPKraken aren’t starting any new jobs until feb!!
Any other options Rose?
Hello,
You may use Woocommerce Product Page element, add a custom class for column or row with this element and hide content, that you do not wont to display, using custom css code.
What do you sink about such way? Try to add the element on a page and provide me link, so I could give you an example of css code. Also, explain what exactly do you want to hide.
Regards
I was just thinking that! I have added the product page element to the page in private content…
If we could just hide the ‘Related Products’ it would work really well.
I’ve added custom class for column http://prntscr.com/i5bpxb and css code in Custom css for page http://prntscr.com/i5bq2i Please check.
Regards
Okay that’s great Rose
BUT, if you select a shade the SKU doesn’t update, and ‘add to cart’ throws up an error.
Also the tabs don’t work properly.
We’re sooo close!
Hello,
Please make changes in classico/framework/theme-init.php file https://gyazo.com/e2d6318f8a9b01add1c2eb261682e0b0 > https://gyazo.com/e53530cd49219dbf6accb117713f5a47
if( class_exists('WooCommerce') )
(we will add this fix in next theme update, so you may do this in parent theme).
Regards
Amazing!
You’re welcome!
Regards
The issue related to '‘Quick view popup.’' has been successfully resolved, and the topic is now closed for further responses