Home › Forums › WoodMart support forum › reopen #243951 › Reply To: reopen #243951
November 26, 2020 at 1:12 pm
#245034
Artem Temos
Keymaster
Hello,
To fix the issue, please, edit the file woodmart/inc/widgets/class-widget-layered-nav.php
and replace the following line
echo '<span class="swatch-inner pf-value" data-val="' . esc_attr( $term->slug ) . '" data-title="' . esc_attr( $term->name ) . '">';
with this one
echo '<span class="swatch-inner pf-value" data-val="' . esc_attr( wc_attribute_taxonomy_slug( $term->slug ) ) . '" data-title="' . esc_attr( $term->name ) . '">';
Kind Regards