Commit Graph

8675 Commits

Author SHA1 Message Date
Shahed Nasser
714087ca5a docs: fix search not opening sometimes (#13118) 2025-08-01 12:29:44 +03:00
Shahed Nasser
b0d0e7b1a6 docs: updates to nested workflow docs (#13117) 2025-08-01 11:54:41 +03:00
Shahed Nasser
db60ec5a1a chore: add links to package.json (#13100) 2025-08-01 10:59:47 +03:00
Shahed Nasser
15692bfd3f docs: add more totals to retrieve cart and totals guides (#13110) 2025-08-01 10:51:31 +03:00
Shahed Nasser
db0eb0f035 chore: fix example in createProductsWorkflow TSDocs (#13112) 2025-08-01 10:50:51 +03:00
tehaulp
881c8a4969 feat: added pacific franc currency (#13086) 2025-08-01 09:32:50 +02:00
Frane Polić
7814710610 chore(ui): sync Figma resources (#13088)
**What**
- sync latest Figma icons and ui presets
2025-08-01 06:54:38 +00:00
Shahed Nasser
7bf8ecc013 docs: update list of resources in module containers + conventions on loaders (#13107) 2025-07-31 18:14:39 +03:00
Shahed Nasser
fcb8036412 docs: add links to technical guides in user guides (#13108) 2025-07-31 18:14:29 +03:00
Shahed Nasser
54d9edc1ab docs: improve instructions to install Medusa UI in standalone projects (#13104) 2025-07-31 16:04:20 +03:00
Carlos R. L. Rodrigues
f6736d9661 fix(core-flows): refresh payment collection (#13103) 2025-07-31 09:06:20 -03:00
Shahed Nasser
a48063ec26 docs: add link to manage metadata section in OAS and API reference (#13102) 2025-07-31 14:42:14 +03:00
scherddel
1bdf602f1c This fixes the discount_ calculation logic and promotion tax inclusiveness calculation (#12960)
* This fixes the discount_ calculation logic

* This fixes the adjustment to be handled as a subtotal value in every calculation and applies the tax inclusive logic on the promotion value itself

* Added some testcases and revoked some changes to improve testing output

* Fixed a test case based on feedback

* Corrected promotion/admin test cases

* Corrected cart/store test case

* Improved cart/store test cases for more robust promotion testing considering tax inclusion flags

* Remove unnessary changes as adjustments now automatically are subtotals and therefore the tax inclusive flag does not need to be applied again

* Remove adjustments->is_tax_inclusive usage everywhere

* Migration script to remove is_tax_inclusive in cart line item adjustment

* Forgot to adjust one more testcase

* Corrections based on fPolic feedback

* Refactored PR to consider feedback from oliver

* Added more testcases for promotion in cart

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-31 13:27:43 +02:00
Riqwan Thamir
75320e744f fix(promotion): check currency when computing actions for promotions (#13084)
* fix(promotion): check currency when computing actions for promotions

* chore: fix tests

* chore: fix more specs
2025-07-31 11:41:07 +02:00
Shahed Nasser
54a74b0215 docs: document JSON properties (#13099) 2025-07-31 12:22:32 +03:00
Shahed Nasser
1c1e1c6aa2 docs: improved workflows integration tests guide (#13090) 2025-07-30 17:25:46 +03:00
Shahed Nasser
11318eaa89 docs: document debugging workflows (#13087) 2025-07-30 14:41:15 +03:00
Benjapol Worakan
873679b180 Fix spelling error in documentation (#13061)
Fix spelling error in documentation
2025-07-30 07:01:35 +00:00
Shahed Nasser
5d79dc8c41 docs: handle recaptcha loading before submitting AI assistant queries (#13065) 2025-07-28 14:27:50 +03:00
Shahed Nasser
7a07319a69 docs: open AI assistant based on search query (#13063)
* docs: open AI assistant based on search query

* use URLSearchParams

* fix vale error
2025-07-28 12:59:09 +03:00
Shahed Nasser
ea9ed62ee0 docs: migration guide from v1 to v2 (#12597)
Closes DX-1637
2025-07-28 08:22:02 +00:00
Shahed Nasser
cd599e1f62 docs: general updates to documentation pages (#13055) 2025-07-28 10:52:22 +03:00
Jakub Bogucki
6e66e36d08 fix(core-flows): createCustomerGroupsStep, delete created customer groups (#13056)
* fix: createCustomerGroupsStep rollback delete created customer groups instead of customers

* Create serious-seahorses-switch.md

---------

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
2025-07-27 15:04:22 +02:00
Shahed Nasser
a6c1329da2 docs: added examples to DatePicker component (#13054) 2025-07-25 18:58:19 +03:00
Oli Juhl
909fc4c127 fix(create-medusa-app): Don't allow dot in project name (#13042) 2025-07-25 17:44:06 +02:00
Shahed Nasser
0d8c2c4056 docs: document auto-generated types (#13050) 2025-07-25 17:48:18 +03:00
Shahed Nasser
5a01ef89ea docs: document checks examples + migrations naming convention (#13052) 2025-07-25 17:22:37 +03:00
Shahed Nasser
b40b2ff676 docs: improvements and additions to admin customization chapters (#13049) 2025-07-25 16:19:22 +03:00
Shahed Nasser
9643769127 docs: add how-to guides for retrieving cart and order totals (#13044) 2025-07-25 15:42:34 +03:00
Shahed Nasser
713dbe442c docs: add section on customer account deletion (#13048) 2025-07-25 15:42:24 +03:00
SteelRazor47
4da237f615 fix(dashboard): correct overflow in a few settings edit forms (#11982)
* add correct overflow to forms

* changeset

---------

Co-authored-by: SteelRazor47 <steelrazor47@gmail.com>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-25 13:37:05 +02:00
Frane Polić
9fb5baa912 fix(core-flows): guest customer updates email to another guest account (#13037)
* fix(core-flows); guest customer updates email to another guest account

* wip: refactor test

* fix: refactor step, add testing

* fix: update test

* fix: string assertion in a test
2025-07-25 12:49:06 +02:00
Shahed Nasser
d22b6257b7 docs: fix passing linkable for inverse read-only links (#13041) 2025-07-25 13:27:06 +03:00
Shahed Nasser
7b3dc917a2 docs: document UI route breadcrumbs (#13035)
* docs: document UI route breadcrumbs

* add section on dynamic breadcrumbs + improvements
2025-07-25 10:56:31 +03:00
Shahed Nasser
ab65ddc0f1 docs: fix bug in layout change when using some chrome extensions (#13031) 2025-07-24 15:59:02 +03:00
Shahed Nasser
9bb4c0306b docs: fix to OAS generator following Zod update + generate API reference (#13030) 2025-07-24 14:36:28 +03:00
github-actions[bot]
3921c86e19 chore(docs): Generated + Updated UI Reference (automated) (#13026)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2025-07-24 12:45:10 +03:00
github-actions[bot]
0ccaa19918 chore(docs): Generated References (automated) (#13027)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-07-24 12:43:11 +03:00
github-actions[bot]
d5beb2fa64 chore(docs): Update version in documentation (automated) (#13025)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-07-24 11:27:57 +03:00
Shahed Nasser
7f14262f5f docs: fix vale lint errors (#13024) 2025-07-24 11:10:09 +03:00
Shahed Nasser
bac106116b docs: update order promotion link details (#13023) 2025-07-24 11:09:55 +03:00
olivermrbl
394226b5c1 chore: Release 2025-07-24 09:45:13 +02:00
github-actions[bot]
137ea0883d chore: Version Packages (#12924)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 09:41:35 +02:00
Frane Polić
439c711845 fix(dashboard, product): product attributes update with a relation update (#13019)
* fix(dashboard, product): product attributes update with a relation update

* fix: rm log

* chore: refactor
2025-07-23 21:01:50 +02:00
Shahed Nasser
c71ace0be2 docs: added Docker local installation guide (#13022)
* docs: added Docker local installation guide

* fixes
2025-07-23 19:00:38 +03:00
Shahed Nasser
bf4b6c80d2 docs: added personalized products guide (#13012)
* docs: added personalized products guide

* lint content

* add product
2025-07-23 14:36:10 +03:00
Shahed Nasser
d15d4baa9a docs: added pre-orders guide (#12984)
* docs: added pre-orders guide

* fix lint errors
2025-07-23 14:34:28 +03:00
Oli Juhl
468b81c2cb fix(modules-sdk): Entity types (#13002)
* fix(modules-sdk): Entity types

* Create forty-laws-wait.md
2025-07-22 19:48:35 +02:00
Ante Primorac
0db5bf6f8c fix(js-sdk): add missing admin order archive and complete methods (#12944)
* fix(js-sdk): add missing admin order archive and complete methods

* Create cuddly-rice-shave.md

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-22 19:14:07 +02:00
Shahed Nasser
1ef70755c7 docs: add MCP server (#13018)
* docs: add MCP server

* typo fix
2025-07-22 19:40:43 +03:00