[ad_1]
We want use WooCommerce Payments for our website.
We use the widget on the current XSTORE, but the flags related the currency are not shown on XSTORE but neither on STOREFRONT.
We used the below document: .
In the code we see
<select name="currency" aria-label="" onchange="this.form.submit()">
<option value="EUR" selected="">๐ช๐บ โฌ EUR</option>
<option value="AUD">๐ฆ๐บ $ AUD</option>
<option value="CAD">๐จ๐ฆ $ CAD</option>
<option value="INR">๐ฎ๐ณ โน INR</option>
<option value="JPY">๐ฏ๐ต ยฅ JPY</option>
<option value="NOK">๐ณ๐ด kr NOK</option>
<option value="PLN">๐ต๐ฑ zล PLN</option>
<option value="GBP">๐ฌ๐ง ยฃ GBP</option>
<option value="SEK">๐ธ๐ช kr SEK</option>
<option value="CHF">๐จ๐ญ CHF</option>
<option value="USD">๐บ๐ธ $ USD</option>
</select>How can we make it happen that the flags are visible.
We used Chrome and Edge to test and both gave same result.
See snippet
The page I need help with: [log in to see the link]
