is it possible to search all the product id`s from the cart session/cart recordset.
i would like to hide the "add to cart button" if the product id is in the cart.
i test it like this:
<% If (objCart.GetColumnValue(dwzCart_i,"IdProduct")) = (abfr_gemeinde.Fields.Item("gemeinde_id").Value) Then %> show <% End If %>
but it filtered only the first item in the cart.
is there a solution? |
|
|