Put save basket button on all product pages


https://forum.kartris.com/Topic1278.aspx
Print Topic | Close Window

By saturation - Thu 1 Sep 2011
I want to add the "Save Basket" Button on all product pages (product.aspx?).   Any suggestions?   I have it on the horizontal navigation but not somewhere out in the open and easily visible (my users aren't the sharpest knives in the drawer).   Any suggestions?
By Mohammad - Fri 2 Sep 2011
Use the below code:
<a href="<%=CkartrisBLL.WebShopURL%>Customer.aspx?action=savebasket" id="saverecoverbasket_button">
<asp:Literal ID="litSaveRecoverBasket" runat="server"
Text="<%$ Resources:Kartris, ContentText_MinibasketSaveBasket %>"
EnableViewState="false"></asp:Literal>
</a>