Hi we’re using Inova premium theme for the store. We are facing a currency display issue on the collection page price filter. Currently, the currency is shown as د.إ, but we want it to be displayed as AED instead.
website: casavincenzo.com
Currency label change requested for the collection page price filter. The current label shows د.إ (Arabic abbreviation for United Arab Emirates Dirham); the desired label is AED (ISO currency code).
Context: Store uses the Inova premium theme; website casavincenzo.com.
Scope: Only the price filter on collection pages is mentioned; other areas are not specified.
Updates/Actions: No solutions or steps provided yet; this is an initial report seeking guidance on a display customization.
Status: Unresolved and open, with a need for instructions on configuring the theme to show AED instead of د.إ in the filter.
Hi we’re using Inova premium theme for the store. We are facing a currency display issue on the collection page price filter. Currently, the currency is shown as د.إ, but we want it to be displayed as AED instead.
website: casavincenzo.com
I checked your collection page it shows AED for currency. If any other place please provide exact url so I can check. Thanks!
It looks encoding issue of currency symbol with filter code. Filter code has some issue. This need to correct the filter code. If you purchased this theme, please contact theme support and show them this issue. They will correct it.
Sure @dmwwebartisan, thanks for the time
The code most probably get it from your cart currency code.
Since it’s a paid theme, I can’t suggest code edit from the outside.
But you can always work it around with CSS:
price-range .prefix:after {
content: "AED";
position: absolute;
background: rgb(var(--color-drawer-background));
left: -5px;
right: -1px;
top: -1px;
bottom: -1px;
}
You can try “theme settings”=> “Custom CSS”, but if not, just add to the bottom of your stylesheet asset.
Nice imagery btw. ![]()