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

    (@yithemes)

    Hi @digitalenetwork
    try to add this snippet to the functions.php file of your theme:

    function my_ywctm_catalog_classes( $classes ) {
    
    	$classes[] = '.variations_button';
    	
    	return $classes;
    
    }
    
    add_filter( 'ywctm_catalog_classes', 'my_ywctm_catalog_classes' );
Viewing 1 replies (of 1 total)
  • The topic ‘Product Variant does not work’ is closed to new replies.