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

Blue water landing page #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

olehilnitskiy
Copy link

@olehilnitskiy olehilnitskiy commented Dec 4, 2024

This PR contains the "Try Water" basic product ordering functionality

I added localization to all the labels and product names with support for both English and French. The product name is stored as an object with keys for each language.
Example of product:

{ "_id": "674d1dcedf54d406eff22c88", "name": { "en": "Blue Water 0.5L", "fr": "Eau Bleue 0,5L" }, "price": 10.99 }

Products are stored in the database in products collection
For orders there is separate collection.

@olehilnitskiy olehilnitskiy changed the title (BW-1) - added defaut pre ordering/try product form, added details page Blue water landing page Dec 4, 2024
@olehilnitskiy olehilnitskiy marked this pull request as ready for review December 5, 2024 16:56
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.

1 participant