Sylius/features
Grzegorz Sadowski 730202f9be
[UPMERGE] 2.0 -> 2.1 (#18347)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/2.1/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.1 -m "Resolve conflicts between 2.0 and 2.1"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Bug Fixes**
- Corrected product and variant names shown in order item details to use
the item’s data; product images, links, and variant codes remain
unchanged.

- **New Features**
- Added zone-based shipping eligibility check to prevent selecting
shipping methods that don't match the order's shipping zone.
  - Added Behat step to change a shipping method's zone.

- **Tests**
- Added unit tests for zone eligibility and Gherkin scenarios covering
shipping-zone-related checkout behavior.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-09-09 06:55:28 +02:00
..
admin [Admin][Behat] Adjust scenarios by using JS with back button 2025-06-12 12:48:48 +02:00
cli [Maintenance] Remove other deprecations 2024-09-18 08:57:26 +02:00
domain Resolve conflicts between 2.0 and bootstrap-admin-panel 2024-02-25 13:19:22 +01:00
hybrid [Behat] Refactor several miscellaneous scenarios 2025-04-08 12:42:21 +02:00
shop Make the test align with the default country 2025-09-08 21:52:46 +02:00