Title: Reset or Clear Selection
Last modified: November 13, 2018

---

# Reset or Clear Selection

 *  [kevins1987](https://wordpress.org/support/users/kevins1987/)
 * (@kevins1987)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/reset-or-clear-selection/)
 * Hi-What would the code be, and where would I add the code for me to be able to
   have the standard “Clear Selection” button so users do not have to reload the
   entire page when they want to clear selections on the variable product. Currently
   I have 3 options. Option 2 and 3 can be changed but option 1 will not let you
   change it.

Viewing 1 replies (of 1 total)

 *  [shanemckay](https://wordpress.org/support/users/shanemckay/)
 * (@shanemckay)
 * [7 years ago](https://wordpress.org/support/topic/reset-or-clear-selection/#post-11419463)
 * Modify the plugin file variable.php to include “Reset” or “Clear” on line 63 
   which is blank by default. File is found in plugins/wc-variations-radio-buttons/
   templates/single-product/add-to-cart/variable.php
 * `echo end( $attribute_keys ) === $name ? wp_kses_post( apply_filters( 'woocommerce_reset_variations_link','
   <a href="#">' . esc_html__( 'Reset', 'woocommerce' ) . '</a>' ) ) : '';`
    -  This reply was modified 7 years ago by [shanemckay](https://wordpress.org/support/users/shanemckay/).
    -  This reply was modified 7 years ago by [shanemckay](https://wordpress.org/support/users/shanemckay/).

Viewing 1 replies (of 1 total)

The topic ‘Reset or Clear Selection’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wc-variations-radio-buttons.svg)
 * [WC Variations Radio Buttons](https://wordpress.org/plugins/wc-variations-radio-buttons/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-variations-radio-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-variations-radio-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-variations-radio-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-variations-radio-buttons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [shanemckay](https://wordpress.org/support/users/shanemckay/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/reset-or-clear-selection/#post-11419463)
 * Status: not resolved