Skip to content

Commit

Permalink
[VariantBundle] add messenger to consumer to installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Aug 12, 2024
1 parent 9d8fa7c commit 53f046a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01_Getting_Started/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CoreShop also uses Symfony Messenger for async tasks like sending E-Mails or Pro
Please run these 2 transports to process the data

```yaml
bin/console messenger:consume coreshop_notification coreshop_index --time-limit=300
bin/console messenger:consume coreshop_notification coreshop_index coreshop_variant --time-limit=300
```

## Payment
Expand Down
12 changes: 12 additions & 0 deletions docs/03_Bundles/Variant_Bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ include these fields:

The Variant Bundle significantly enhances the flexibility of product management in CoreShop, allowing for detailed and
diverse product variant configurations.

## Variant Generator
The Variant Generator is a tool that automatically generates variants for a VariantAware Class based on the attribute groups
defined in the Data Object. The Generator is available in the Pimcore backend at the Toolbar on your VariantAware Class.

### Installation

Variant Generator uses Symfony Messenger for async processing, you can run it with the following command:

```yaml
bin/console messenger:consume coreshop_variant --time-limit=300
```

0 comments on commit 53f046a

Please sign in to comment.