From 7d999efb9cd26016d2a13a2bea1eb96afa2e055d Mon Sep 17 00:00:00 2001 From: Igor Berdichevskiy Date: Wed, 14 Aug 2024 13:31:13 +0300 Subject: [PATCH] Fix cart module --- .../components/radicalmart/cart/module.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tpl_radicalmart_uikit/html/layouts/components/radicalmart/cart/module.php b/tpl_radicalmart_uikit/html/layouts/components/radicalmart/cart/module.php index 0ce0a8b..e115363 100644 --- a/tpl_radicalmart_uikit/html/layouts/components/radicalmart/cart/module.php +++ b/tpl_radicalmart_uikit/html/layouts/components/radicalmart/cart/module.php @@ -104,14 +104,13 @@ class="uk-link-reset">title; ?> -
-
- order['quantity'] . ' x ' - . $product->order['final_string']; ?> -
-
- order['sum_final_string']; ?> -
+
+
+ order['quantity'] . ' x ' + . $product->order['final_string']; ?> +
+
+ order['sum_final_string']; ?>