Trying to add count of items in the cart to payment page

Posted by Community Admin on 05-Aug-2018 14:57

Trying to add count of items in the cart to payment page

All Replies

Posted by Community Admin on 15-Jul-2016 00:00

I'm trying to add a simple count of how many items are in the cart to the payment page in the check out process. I've tried copying the summary from the the  cart widget but that does not work. This is the code i've tried copying.

Thank you

 

<asp:PlaceHolder runat="server" ID="itemsCountPlaceholder">
        <div class="sfProductsInCart">
          <asp:Literal ID="productsCountLabel" runat="server" />&nbsp; <asp:Literal runat="server" Text='<%$Resources:OrdersResources, items %>' />
        </div>
    </asp:PlaceHolder>

This thread is closed