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

Update create-email-cms-blocks.md #2391

Merged
merged 4 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class GiftCardConfig extends SprykerGiftCardConfig

{% info_block warningBox "Verification" %}

When you finish the [Setup Behaviour](#install-the-required-modules-using-composer) step, make sure that the `NoShipment` shipment method is selected automatically while ordering only a gift card.
When you finish the [Setup Behaviour](#install-the-required-modules) step, make sure that the `NoShipment` shipment method is selected automatically while ordering only a gift card.

{% endinfo_block %}

Expand Down Expand Up @@ -171,7 +171,7 @@ class SalesConfig extends SprykerSalesConfig
```

{% info_block warningBox "Verification" %}
When you finish the [Setup Behaviour](#install-the-required-modules-using-composer) step, make sure the following:
When you finish the [Setup Behaviour](#install-the-required-modules) step, make sure the following:
* The `NoPayment01` state machine is activated successfully.
* When using a gift card to cover an entire order, the configured order state machine is used—for example, `Nopayment01`.
* You can't use denied payment methods when using a gift card.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ You don’t need to activate the email CMS block, as the deactivated status of t

## Reference information: Create an email CMS block

| ATTRIBUTE | DESCRIPTION: EMAIL CMS BLOCK |
| --- | --- | --- |
| ATTRIBUTE | DESCRIPTION: EMAIL CMS BLOCK |
| --- | --- |
| STORE RELATION | Irrelevant. |
| TEMPLATE | Defines the layout of the Email CMS Block. A developer can [create more templates](/docs/pbc/all/content-management-system/{{page.version}}/base-shop/tutorials-and-howtos/create-cms-templates.html#cms-block-template). |
| NAME | The name should correspond to the name defined in the email template the block will be assigned to. |
Expand Down
Loading