fahimmurshed

Add product attributes on the Astra Quick View

Apr 15th, 2020 (edited)
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. /**
  2. * Add product attributes on the Astra Quick View
  3. * Fahim Murshed https://fahimm.com
  4. */
  5. add_action( 'astra_woo_quick_view_product_summary', 'astra_add_product_attributes_quick_view', 20 );
  6. function astra_add_product_attributes_quick_view() {
  7.     wc_get_template( 'single-product/tabs/tabs.php' );
  8. }
Add Comment
Please, Sign In to add comment