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.
I really appreciate all the help with this.
1:36 pm June 24, 2009
Market Admin
Admin
posts 4728
2
Answers…
1. Edit "single.php". On or around line # 214, replace:
You can actually enter anything you want between the second set of single quotes.
2:38 pm June 24, 2009
rookie
Member
posts 3
3
AWESOME customer support. Thank you.
2:49 pm June 24, 2009
rookie
Member
posts 3
4
Just one more thing. There is still a link to view cart in the top navigation menu (next to home and about tabs).
How would I get rid of that?
12:44 pm June 25, 2009
Market Admin
Admin
posts 4728
5
Open the "header.php" file for editing.
Locate the code:
<!– 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–>