if ( $args['show_option_none'] ) { $default_text = apply_filters( 'woocommerce_dropdown_variation_attribute_options_default', __( 'Choose an option', 'woocommerce' ) ); $html .= ''; } if ( $product && taxonomy_exists( $attribute ) ) { foreach ( $options as $option ) { $term = get_term_by( 'slug', $option, $attribute ); if ( ! $term ) { continue; } $selected = sanitize_title( $args['selected'] ) === $term->slug ? 'selected="selected"' : ''; $price_html = get_the_variation_price_html( $product, $attribute, $term->slug ); $html .= ''; } } else { foreach ( $options as $option ) { $selected = sanitize_title( $args['selected'] ) === sanitize_title( $option ) ? 'selected="selected"' : ''; $price_html = get_the_variation_price_html( $product, $attribute, $option ); $html .= ''; } } Cart - Mocerra
Your cart is currently empty.

Return to shop

10% OFF INSTANTLY

NEWSLETTER SIGNUP

Subscribe to our newsletter and unlock 10% off your next purchase.

P.S. It stacks with our Buy 2, Save 20% storewide offer!

    SUBSCRIBE
    I agree with the Privacy Policy