Advertisement
Guest User

GTM Woocommerce Integration Variations Code

a guest
Dec 5th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. $variation_data = null;
  2.           if (get_class($_product) == "WC_Product_Variation") {
  3.             $variation_data = $_product->get_variation_attributes();
  4.           }
  5.  
  6.           if ( isset( $variation_data ) ) {
  7.  
  8.                         $_category = woocommerce_get_formatted_variation( $_product->variation_data, true );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement