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

Исправление обработки цены при создании способа доставки #919

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

webinmd
Copy link
Collaborator

@webinmd webinmd commented Jul 16, 2024

Что оно делает?

При сохранении доставки форматирование цены применяется к названию доставки, а к ценам не применяется

Связанные проблема(ы)/PR(ы)

#909

@biz87
Copy link
Member

biz87 commented Aug 4, 2024

Давай, раз уж занялись этими полями, то еще добавим приведение к числу, чтобы обрезать возможные строчные символы.
Практичнее всего сделать через регулярку, типа такой
$output = preg_replace('/[^0-9,]/', '', $str);

@webinmd
Copy link
Collaborator Author

webinmd commented Aug 5, 2024

там дальше есть проверка.

$price = preg_replace(['#[^0-9%\-,\.]#', '#,#'], ['', '.'], $price);

@biz87 biz87 merged commit 52acdd8 into modx-pro:master Aug 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants