diff --git a/core/lib/Thelia/Core/Template/Loop/Cart.php b/core/lib/Thelia/Core/Template/Loop/Cart.php index d01cb3df0..4f635ddeb 100644 --- a/core/lib/Thelia/Core/Template/Loop/Cart.php +++ b/core/lib/Thelia/Core/Template/Loop/Cart.php @@ -102,7 +102,7 @@ class Cart extends BaseLoop implements ArraySearchLoopInterface ->set("PROMO_TAXED_PRICE", $cartItem->getTaxedPromoPrice($taxCountry)) ->set("IS_PROMO", $cartItem->getPromo() === 1 ? 1 : 0); $loopResultRow->set("PRODUCT_SALE_ELEMENTS_ID", $productSaleElement->getId()); - + $loopResultRow->set("PRODUCT_SALE_ELEMENTS_REF", $productSaleElement->getRef()); $loopResult->addRow($loopResultRow); } diff --git a/templates/backOffice/default/includes/module-tab-content.html b/templates/backOffice/default/includes/module-tab-content.html index f5d11d0be..238a1859c 100644 --- a/templates/backOffice/default/includes/module-tab-content.html +++ b/templates/backOffice/default/includes/module-tab-content.html @@ -11,5 +11,5 @@ {else} - x="{$smarty.capture.module_include nofilter}" -{/if} \ No newline at end of file + {$smarty.capture.module_include nofilter} +{/if}