My client wants a "My Cart" link in the header. I know there is a "View Cart" button on the BuyNow module. When I click it the URL is http://mwc/Home/tabid/428/ctl/Cart/mid/1020/Default.aspx Is there a way to put this in the href attribute of the <a> tag such that it is portable during DNN export?
You can add a new view cart button in the header of your page as follows:
<a href="http://mwc/Home/tabid/428/ctl/Cart/mid/1020/Default.aspx"<img border="0" alt="" src="/Images/viewcartorange_btn.gif" /></a>