Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Add product attributes on the Astra Quick View
- * Fahim Murshed https://fahimm.com
- */
- add_action( 'astra_woo_quick_view_product_summary', 'astra_add_product_attributes_quick_view', 20 );
- function astra_add_product_attributes_quick_view() {
- wc_get_template( 'single-product/tabs/tabs.php' );
- }
Add Comment
Please, Sign In to add comment