Merge pull request #415 from zzuutt/master

Ajout d'une d'une variable en sortie dans la boucle cart
This commit is contained in:
Manuel Raynaud
2014-05-19 09:37:40 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}

View File

@@ -11,5 +11,5 @@
</div>
{else}
x="{$smarty.capture.module_include nofilter}"
{/if}
{$smarty.capture.module_include nofilter}
{/if}