Hi everybody, when I used RaiseCallbackEvent to load more products in Repeater web part, the "Add to cart" button was not displayed. This is the transformation I use: <%@ Register Src="~/CMSModules/Ecommerce/Controls/ProductOptions/ShoppingCartItemSelector.ascx" TagName="CartItemSelector" TagPrefix="uc1" %> <uc1:CartItemSelector id="addItem" runat="server" SKUID='<%# EvalInteger("SKUID") %>' SKUEnabled='<%# EvalBool("SKUEnabled") %>' AddToCartTooltip="Add to cart" AddToCartLinkText="Add to cart" ShowProductOptions="false" StockVisible="true" />
This is screenshot: https://prnt.sc/q6jnpo
Please help me. Thanks
Hi,
few questions:
How dit you initiate this event; What triggers it? On load, after a user clicks a button, scrolls down?
What happens now? Does it render nothing at all? Only render the item but not the button... Or render the button but doesn't work?
Hi David,
If you just list the properties that are being parsed to they list correctly?
So <%# EvalInteger("SKUID") %> and <%# EvalBool("SKUEnabled") %>?
Can you try to debug the control 'ShoppingCartItemSelector'?
Hi, Thanks for the reply, I will try it
Please, sign in to be able to submit a new answer.