Skip to content

Commit

Permalink
Merge pull request #2467 from bigcommerce/DATA-11867
Browse files Browse the repository at this point in the history
fix: DATA-11867 Fix duplicating add_to_cart meta pixel events
  • Loading branch information
bc-rmalyavc authored May 27, 2024
2 parents 854cdfc + ecb8e84 commit d37627d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Remove remote_api_scripts to avoid double firing Meta Pixel analytics [#2467](https://github.com/bigcommerce/cornerstone/pull/2467)
- Prevent flow outside page container on account pages [#2462](https://github.com/bigcommerce/cornerstone/pull/2462)
- Account.js - Fixed jquery selector to be template literal [#2464](https://github.com/bigcommerce/cornerstone/pull/2464)

Expand Down
1 change: 0 additions & 1 deletion templates/components/cart/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ <h2>
</section>
{{/if}}
</div>
{{{remote_api_scripts}}}

0 comments on commit d37627d

Please sign in to comment.