Update available attribute options
Ensure that available attributes can be updated after each attribute selection. Fixes https://github.com/woocommerce/woocommerce/issues/12817
This commit is contained in:
parent
366011ab20
commit
b5991c417c
|
@ -167,6 +167,7 @@
|
|||
}
|
||||
}
|
||||
} else {
|
||||
form.$form.trigger( 'update_variation_values' );
|
||||
form.$form.trigger( 'reset_data' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue