Hej @fhaps,
I don’t want to change the slug, because I understand these can’t have blank spaces. But I hope it is possible to change slug to name in the code.
Hopefully for better understanding:
Now the code is something like:
<select>
<option value="SLUG">NAME</option>
</select>
I’d rather have:
<select>
<option value="NAME">NAME</option>
</select>
Therefor I need to change the woocommerce code, but I can’t find the lines where this code is generated.
I hope I explained myself correctly, I’m not a native English speaker.