You must be logged in to post


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How to Remove the "View Cart" navigation link

UserPost

4:30 pm
December 7, 2009


Market Admin

Admin

posts 4756

1

Here's how to remove the "View Cart" link in the navigation menu.

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–>

Save the file.

5:23 pm
February 6, 2012


StitchTek Services, LLC

New Hampshire

Member

posts 141

2

This is great I was thinking of doing this.  What if you wanted to add a different link?

StitchTek Services, LLC is the parent company for the following websites

http://www.jaquilting.com (Market Theme Site)

http://www.chriscolotti.us

12:36 am
February 7, 2012


Market Admin

Admin

posts 4756

3

Just alter the "header.php" code if you want a different link.



 

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.