Title: DOES ANYONE KNOW?
Last modified: October 26, 2016

---

# DOES ANYONE KNOW?

 *  [queenb123](https://wordpress.org/support/users/queenb123/)
 * (@queenb123)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/does-anyone-know/)
 * Does anyone know of a plugin that can do similar customisation of a product to
   this:
 * [http://www.meshcomputers.com/Default.aspx?PAGE=PRODUCTCONFIGPAGE&USG=PRODUCT&ENT=PRODUCT&KEY=1364895](http://www.meshcomputers.com/Default.aspx?PAGE=PRODUCTCONFIGPAGE&USG=PRODUCT&ENT=PRODUCT&KEY=1364895)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 5 months ago](https://wordpress.org/support/topic/does-anyone-know/#post-8358289)
 * Functionality to select a variation of a product? Woocommerce does that
 *  Thread Starter [queenb123](https://wordpress.org/support/users/queenb123/)
 * (@queenb123)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/does-anyone-know/#post-8358308)
 * yes but woocommerce only allows 2 variations:
 * 1. I have over 10 variations
    2. Each variation has options 3. Each options has
   it’s own image and price 4. When an option has been seclected – i need the images
   to change 5. It also need to display the correct prices for the cart
 * Just like here, where you can see the variation options changes when you select
   it:
 * [http://www.wired2fire.co.uk/gaming-pc/diablo-ultima-budget-gaming.html](http://www.wired2fire.co.uk/gaming-pc/diablo-ultima-budget-gaming.html)
 * Just wanted to know if this was possible with woocommerce?!?!?!
    Many thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 5 months ago](https://wordpress.org/support/topic/does-anyone-know/#post-8358340)
 * Looks like you can use some more plugins to help make woocommerce’s variations
   flexibleL [https://wordpress.org/plugins/wc-variations-radio-buttons/](https://wordpress.org/plugins/wc-variations-radio-buttons/)
 * You can use the recommended file inside your Child Theme to modify the output
   of those variations:
 *     ```
       if ( ! function_exists( 'print_attribute_radio' ) ) {
       	function print_attribute_radio( $checked_value, $value, $label, $name ) {
       		// This handles < 2.4.0 bw compatibility where text attributes were not sanitized.
       		$checked = sanitize_title( $checked_value ) === $checked_value ? checked( $checked_value, sanitize_title( $value ), false ) : checked( $checked_value, $value, false );
   
       		$input_name = 'attribute_' . esc_attr( $name ) ;
       		$esc_value = esc_attr( $value );
       		$id = esc_attr( $name . '_v_' . $value );
       		$filtered_label = apply_filters( 'woocommerce_variation_option_name', $label );
       		printf( '<div><input type="radio" name="%1$s" value="%2$s" id="%3$s" %4$s><label for="%3$s">%5$s</label></div>', $input_name, $esc_value, $id, $checked, $filtered_label );
       	}
       }
       ```
   
 * So you could also output the image and title.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘DOES ANYONE KNOW?’ is closed to new replies.

## Tags

 * [customisations](https://wordpress.org/support/topic-tag/customisations/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/does-anyone-know/#post-8358340)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
