- 25
Hello.
I've updated to 3.8, and get a problem.
In the shopping cart, I cannot remove any products. There's no update button, only remove check boxes.
Is there another way I can remove products?
little bit urgent. thanks.
resolved.
@if (Model.IsEditable)
{
<div class="common-buttons">
<input type="submit" name="updatecart" value="@T("ShoppingCart.UpdateCart")" class="button-2 update-cart-button" />
<input type="submit" name="continueshopping" value="@T("ShoppingCart.ContinueShopping")" class="button-2 continue-shopping-button" />
</div>
}
was removed in 3.8.
Is there any reason you remove those lines?
I've updated to 3.8, and get a problem.
In the shopping cart, I cannot remove any products. There's no update button, only remove check boxes.
Is there another way I can remove products?
little bit urgent. thanks.
resolved.
@if (Model.IsEditable)
{
<div class="common-buttons">
<input type="submit" name="updatecart" value="@T("ShoppingCart.UpdateCart")" class="button-2 update-cart-button" />
<input type="submit" name="continueshopping" value="@T("ShoppingCart.ContinueShopping")" class="button-2 continue-shopping-button" />
</div>
}
was removed in 3.8.
Is there any reason you remove those lines?