Skip to content

Commit

Permalink
Add name to checkout analytics block (#275)
Browse files Browse the repository at this point in the history
* Add name to analytics block

* Update CHANGELOG.md

* Update name
  • Loading branch information
norgeindian authored Nov 28, 2023
1 parent b1d164b commit 22e7d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- BEGIN RELEASE NOTES -->
### [Unreleased]

#### Added
- Added name to initialize block in checkout

### [4.1.0] - 2023-09-29

#### Added
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="content">
<block class="Klaviyo\Reclaim\Block\Initialize" template="Klaviyo_Reclaim::analytics/initialize.phtml" />
<block class="Klaviyo\Reclaim\Block\Initialize" template="Klaviyo_Reclaim::analytics/initialize.phtml" name="klaviyo_reclaim.checkout.initialize" />
</referenceBlock>
<referenceBlock name="checkout.root">
<arguments>
Expand Down

0 comments on commit 22e7d0b

Please sign in to comment.