Skip to Content
1
Former Member
Jul 30, 2007 at 02:11 PM

"Add to Cart" is not working and not showing up?

121 Views

In "PartsListBlock.ascx" I have got a row:

<asp:TemplateColumn HeaderText="www" Visible="True">
                        <ItemStyle HorizontalAlign="center"></ItemStyle>
                        <ItemTemplate >
                         <asp:HyperLink id="lnkAddToCart" runat="server" ImageUrl="~/assets/common/themes/balticpolo/addtocart.gif"
                                NavigateUrl="../../commerce/cart.aspx?AddPartNo=" visible="True">In den Einkaufskorb.</asp:HyperLink> 
                        </ItemTemplate>
                    </asp:TemplateColumn>

But this row is not visible.

I need to provide the opportunity to add an item right from PartList Block to the shopping cart..

Any idea ?

[Edit you can see the shop here: <a href="http://195.226.73.238/catalog/partlist.aspx?CategoryID=9&serverid=balticpolo">clicky</a>

Message was edited by:

Bjoern Kaiser