我正在尝试找出在哪里或如何获得可在多行中应用的折扣/购物车规则
例如 当前显示
小计:$ xxx.xx
折扣(免费送货,应用折扣码WELCOME10,消费更多,获得更多)-$ xx.xx
首选显示
小计:$ xxx.xx
折扣(免费送货)-$ xx.xx
折扣(消费更多,获得更多)-$ xx.xx
折扣(优惠券:WELCOME10)-$ xx.xx
在这里,我可以在Discounts周围看到一些有关数组的信息,但不确定如何爆炸
<item name="discount" xsi:type="array">
<item name="component" xsi:type="string">Magento_SalesRule/js/view/cart/totals/discount</item>
<item name="config" xsi:type="array">
<item name="title" xsi:type="string" translate="true">Discount</item>
</item>
</item>