Hi, I'm new to Kentico so please bare with me.
This is my question I'm using Kentico v6 and have following codes in my transformation
<CMS:CartItemSelector ID="cisAddToCart" SKUID='<%# ValidationHelper.GetInteger(Eval("SKUID"), 0) %>' SKUEnabled='<%# ValidationHelper.GetBoolean(Eval("SKUEnabled"), false) %> ' AddToCartLinkText="Add to cart" ShowUnitsTextBox="true" runat="server" />
This button currently will add item selected to Shopping Cart and user will be directed to Shopping Cart but before that happens I want to check whether the item is low stock or not available and alert the user.
How am I able to do that in a simple way. Please guide me.
Thank you.