Hi,
I am using following code at repeater. On click of NEXT item is getting
added to the cart. By default it shows value 1 in text box via
ShowUnitsTextBox property but i want to show 100 by default.
Can you please help me?
<%@ Register
Src="~/CMSModules/Ecommerce/Controls/ProductOptions/ShoppingCartItemSelector.ascx"
TagName="CartItemSelector" TagPrefix="uc1" %>
<div class="addToCart contentBox">
<uc1:CartItemSelector id="cartItemSelector" runat="server"
SKUID='<%# ValidationHelper.GetInteger(Eval("SKUID"), 0) %>'
SKUEnabled='<%# ValidationHelper.GetBoolean(Eval("SKUEnabled"),
false) %> ' AddToCartImageButton="addtocart.gif"
AddToCartLinkText="NEXT" ShowProductOptions="true"
ShowDonationProperties="true" ShowUnitsTextBox="true" />
</div>
Thanks!
Rupali