We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to extract alternative price/currency.
Example:
m.w.f.s.i.SeriesInfoExtractorServiceImpl : Determine price from 'Новая цена 64.00 руб ($1.08 / €0.98)' m.w.f.s.i.SeriesInfoExtractorServiceImpl : Price is 64.00
In this case, we can extract alternative price in USD (or EUR).
It should be added into 2 places: series import and series sale import.
The text was updated successfully, but these errors were encountered:
task: implement extraction and persistence of alternative price and c…
fea5123
…urrency during a series import. Part of #1230
task: show alternative price and currency during a series import.
16e54c8
Also update the integration test to check for alternative price and currency. Part of #1230
task: implement extraction of alternative price and currency during a…
431dd2e
… series sale import. Part of #1230
d48d36c
refactor(series/info.html): update prototype to set alternative price…
f3b4ad5
… and currency. Should be in 431dd2e commit. Relate to #1230
php-coder
No branches or pull requests
It should be possible to extract alternative price/currency.
Example:
In this case, we can extract alternative price in USD (or EUR).
It should be added into 2 places: series import and series sale import.
The text was updated successfully, but these errors were encountered: