Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    normally, the plugin lets variations visible, hiding only the button “Add To Cart”. If not add this function to your “functions.php” and let me know:

    add_filter('ywctm_catalog_classes','my_variation_classes');
    function my_variation_classes( $classes ){
    
    	$classes[]= '<MY ADD TO CART CLASS>';
    
    	return $classes;
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Variable products?’ is closed to new replies.