Jump to content

Remove the Sales items menu


SimChris

Recommended Posts

Hi, was trying to search for past item on this topic, but of course 'flood control' blocks anything past second search (sigh).

 

While we do have a few items "reduced" in price, we don't want to have a menu item "sale items" since we sell services and not t-shirts.

 

I can't seem to find a way to simply "disable" the "sale items" from the main menu when generated. Using the Fusion custom skin, but seems like there might be someplace specific to CC 5.2.5 I can disable that?

 

Seems to confuse clients going to that item "first" when looking for service, but then losing the data from the service category pages then calling me with dumb questions answered on the specific service offering menu page. So, time to get rid of it for our purposes.

 

A "don't use sales item menu" checkbox would be great for next version of CC  :-)

 

Thanks all. Probably something I need to comment out someplace, obviously.

 

Chris

 

 

Link to comment
Share on other sites

  • 1 month later...

In the same file, the statements that make up the list item for the homepage link, which may look something like this:

<li><a href="{$STORE_URL}/index.php" title="{$LANG.navigation.homepage}">{$LANG.navigation.homepage}</a></li>

We can wrap that in Smarty "comments" tags. Then this link won't be in the final HTML, but will still stay in the template if you need to put it back:

{* <li><a href="{$STORE_URL}/index.php" title="{$LANG.navigation.homepage}">{$LANG.navigation.homepage}</a></li> *}
Link to comment
Share on other sites

  • 3 weeks later...
  • 6 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...