Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add phrase "USD" to price displays #226

Open
spmiller2 opened this issue Oct 18, 2022 · 0 comments
Open

Add phrase "USD" to price displays #226

spmiller2 opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement This is an enhancement or new feature feedback This issue or PR is based on user feedback help wanted This could use input from others

Comments

@spmiller2
Copy link

I need the listings to show the currency (USD), currently they show the price, but do not indicate the exchange currency.

Currently you can do something like this with custom CSS

Listings slider

.sr-listing-slider-item-address > small:after {
    content: " USD";
}

Listing details pages

tr[data-attribute="price"] > td:last-child:after {
    content: " USD";
}

But potentially the plugin could include it as a feature in settings, where the site owner could choose to display that phrase. The site owner would need to confirm the price being presented is in USD, the Plugin would not be validating that information.

Eg: "[x] Show currency (USD) next to list price".

@spmiller2 spmiller2 added enhancement This is an enhancement or new feature help wanted This could use input from others feedback This issue or PR is based on user feedback labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an enhancement or new feature feedback This issue or PR is based on user feedback help wanted This could use input from others
Projects
None yet
Development

No branches or pull requests

1 participant