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

Feat/new splitting quote #66

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Josmar-jr
Copy link
Contributor

What problem is this solving?

Add new splitting quote configuration to settings UI

How to test it?

  1. access admin
  2. go to the B2B quote flow

[Workspace](Link goes here!)

Screenshots or example usage:

Screenshot 2024-11-27 at 11 19 45

Describe alternatives you've considered, if any.

Related to / Depends on

How does this PR make you feel? 🔗

![](put .gif link here - can be found under "advanced" on giphy)

Copy link

vtex-io-ci-cd bot commented Nov 27, 2024

Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖

Please select which version do you want to release:

  • Patch (backwards-compatible bug fixes)

  • Minor (backwards-compatible functionality)

  • Major (incompatible API changes)

And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.

  • No thanks, I would rather do it manually 😞

@@ -5,6 +5,14 @@
"admin/b2b-quotes.settings.saveSettings.failure": "Неуспешно запазване на настройките",
"admin/b2b-quotes.settings.saveSettings.success": "Настройките са запазени успешно",
"admin/b2b-quotes.settings.cartLifeSpan.label": "Период на изтичане по подразбиране (в дни) за оферти и запазени колички",
"admin/b2b-quotes.settings.saveSettings.management.quotes.experiration.data": "Expiration Period for Quotes and Saved Carts",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in the property name. It is written experiration and should be expiration. The same issue is present in the messages in other languages. Also, this property text is in English in all languages and not translated.

<Box as="section" csx={{ paddingBottom: 5 }}>
<Box>
<h3 style={{ fontSize: '1rem', fontWeight: 600 }}>
Expiration Period for Quotes and Saved Carts

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section has a hardcoded text instead of a FormattedMessage. Why?

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