Skip to content

Commit

Permalink
Fix cart module
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Aug 14, 2024
1 parent b2e495b commit 7d999ef
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,13 @@ class="uk-link-reset"><?php echo $product->title; ?></a>
</div>
<?php endif; ?>
</div>
<div class="uk-flex uk-flex-wrap uk-flex-between">
<div class="uk-text-muted uk-margin-right">
<?php echo $product->order['quantity'] . ' x '
. $product->order['final_string']; ?>
</div>
<div class="uk-text-bold">
<?php echo $product->order['sum_final_string']; ?>
</div>
<div class="uk-flex uk-flex-wrap uk-flex-between">
<div class="uk-text-muted uk-margin-right">
<?php echo $product->order['quantity'] . ' x '
. $product->order['final_string']; ?>
</div>
<div class="uk-text-bold">
<?php echo $product->order['sum_final_string']; ?>
</div>
</div>
</div>
Expand Down

0 comments on commit 7d999ef

Please sign in to comment.