Country specific max price #2937
africantearoa
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
Thats a great idea, and I think this can be done using cheerio, which may already be used by street merchant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Thanks for the great project.
Is it possible to have country-specific max prices for items (to get around the price differences)?
For example, if I set the max price of something at $1000 USD, it would show Australian stores with prices of ~$1400
If this is not possible, then my suggestion is:
In each store ts file there could be a country variable, default being US
Currency conversion rates are obtained once per day (either manually stored in a file or, more likely, extracted from somewhere online)
Then when we set the max price it can be relative to a particular currency, likely using USD as the reference/default.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions