I have looked on the forum but instructions dont match with code for the latest version 3.51 that I just downloaded and installed.
I need to remove 1. Add to cart button on bottom 2. View Shopping cart on top 3. Have items in your cart (view it now to checkout) at bottom.
4. And lets say When I add a product and don't provide cost, product shows up as Sold. Is there any way that I don't have to provide cost but it won't say SOLD Out either.
<!-- The following line adds a "View Cart" link to the navigation menu. You may remove it if you don't want it shown --> <li><a href="<?php market_shopcart_link('thickbox'); ?>"><?php echo mkt_THEME_HEADER_NAV_VIEWCART; ?></a></li> <!-- End of "View Cart" menu option-->
Change it to:
<!-- The following line adds a "View Cart" link to the navigation menu. You may remove it if you don't want it shown --> <!-- <li><a href="<?php market_shopcart_link('thickbox'); ?>"><?php echo mkt_THEME_HEADER_NAV_VIEWCART; ?></a></li> --> <!-- End of "View Cart" menu option-->