diff --git a/CHANGELOG.md b/CHANGELOG.md index 332dd1e0..d6aa1b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## Unreleased +### Fix +- Add price attribute for ff-checkout-tracking-item + ## [v5.1.1] - 2025.03.21 ### Fix - Fix filter cloud issue on category pages diff --git a/src/view/frontend/templates/ff/checkout-tracking.phtml b/src/view/frontend/templates/ff/checkout-tracking.phtml index 73709912..c4280a9a 100644 --- a/src/view/frontend/templates/ff/checkout-tracking.phtml +++ b/src/view/frontend/templates/ff/checkout-tracking.phtml @@ -5,9 +5,10 @@ getData('items') as $item): ?> + product-number="getSku(); ?>" + count="getQty(); ?>" + price="getPrice(); ?>" + channel="getData('channel'); ?>">