Skip to content

Commit

Permalink
FFWEB-3025:Checkout tracking and sortbox changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Apr 9, 2024
1 parent 2e76349 commit 686a655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/view/frontend/templates/ff/checkout-tracking.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ff-checkout-tracking>
<?php foreach ($block->getData('items') as $item): ?>
<ff-checkout-tracking-item
record-id="<?= /* @noEscape */ $item->getSku() ?>"
product-number="<?= /* @noEscape */ $item->getSku() ?>"
count="<?= /* @noEscape */ $item->getQty() ?>"
channel="<?= /* @noEscape */ $block->getData('channel') ?>">
</ff-checkout-tracking-item>
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/templates/ff/communication.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $parameters = $viewModel->getParameters($communicationParameters);
<!-- }-->
<!-- }-->
<!---->
<!-- if (--><?php //= /** @SuppressWarnings(PHPMD) */ $searchImmediate ?>//) {
<!-- if (--><?php //= /** @SuppressWarnings(PHPMD) */ $searchImmediate ?>
<!--// searchImmediate();-->
<!--// }-->
<!--// });-->
Expand Down
4 changes: 3 additions & 1 deletion src/view/frontend/templates/ff/sortbox.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php /** @var Magento\Framework\Escaper $escaper */ ?>
<div class="ff-sortbox">
<span><?= $escaper->escapeHtml(__('Sort By')) ?></span>
<ff-sortbox-select class="sorter-options" unresolved></ff-sortbox-select>
<ff-sortbox-select class="sorter-options" unresolved>
<option>{{description}}</option>
</ff-sortbox-select>
</div>

0 comments on commit 686a655

Please sign in to comment.