Skip to content

Commit

Permalink
Add more installation instructions for <=1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 15, 2024
1 parent fbd91c8 commit c391ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ setono_sylius_order_edit:
resource: "@SetonoSyliusOrderEditPlugin/Resources/config/routes.yaml"
```
If you're using Sylius 1.10, import also additional product variant route:
If you're using Sylius <=1.10, also import additional product variant routes:
```yaml
setono_sylius_order_edit_product_variant:
resource: "@SetonoSyliusOrderEditPlugin/Resources/config/routes/product_variant.yaml"
```
and remember to add the referenced `ProductVariantRepository` methods (`findByCodes` and `findByPhrase`).

### Extend the `Order` entity

```php
Expand Down

0 comments on commit c391ce8

Please sign in to comment.