Hi,
After updating to 1.26, the brackets around the number in cart are missing:
Is this intentional or have I missed something in the update process...?
Justin
Hi,
After updating to 1.26, the brackets around the number in cart are missing:
Is this intentional or have I missed something in the update process...?
Justin
Hi.
Looks like it is intentional. There is bit different design for standart 1.26
and brackets are removed in Navigation/Navigation.cshtml template.
v1.25:
#105 <span class="@jsCartClass mini-cart-quantity" @cartId>(@totalProducts)</span>
v1.26:
<span class="@jsCartClass mini-cart-quantity pe-none" @cartId data-order-context="@page.Item["ContextCart"]">@totalProducts</span>
Hey Didzis,
Thanks! turns out I missed a scss file during the merge so that is why it looked not quite right.
Justin
You must be logged in to post in the forum