Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fixed checkout layout validation issue #3458

Merged
merged 3 commits into from
Dec 13, 2018
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
2 changes: 2 additions & 0 deletions guides/v2.0/howdoi/checkout/checkout_carrier.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ In your custom module directory, create a new `<your_module_dir>/view/frontend/l

In this file, add the following:

You must add `<your-validation-name>` like `%carrier%-rates-validation` - where carrier has to match the actual carrier code.

```xml
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
Expand Down
2 changes: 2 additions & 0 deletions guides/v2.1/howdoi/checkout/checkout_carrier.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ In your custom module directory, create a new `<your_module_dir>/view/frontend/l

In this file, add the following:

You must add `<your-validation-name>` like `%carrier%-rates-validation` - where carrier has to match the actual carrier code.

```xml
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
Expand Down