Jump to content

Removing Sale Items from cat navigation


Guest

Recommended Posts

Okay, since I'm currently using CC3 for my wholesale division and am using the "sale price" for "wholesale cost" field, I wanted to delete the category "Sale Items" from the category list since *everything* I have in the store will have a "sale price" as far as cc3 is concerned.

If you want to do this as well, here's how:

in includes/boxes/categories.inc.php about line 52 comment out or delete:

if($config['saleMode']>0){

$box_content->assign("LANG_SALE_ITEMS",$lang['front']['boxes']['sale_items']);

$box_content->parse("categories.sale");

}

PS. Perhaps we should have a "minor mods/fixes" topic under CC3 for things like this??? Would make for easier reference than searching the main help board.

Link to comment
Share on other sites

Guest vrakas

PS. Perhaps we should have a "minor mods/fixes" topic under CC3 for things like this??? Would make for easier reference than searching the main help board.

I absolutely agree with you, since i remember i saw a fix but i spend over an hour trying to find it again. :on2long:

Link to comment
Share on other sites

Mysty, thanks for being so willing to share your modifications! I really appreciate it, as I'm sure many others do too.

I think you have the right idea about saving minor mods/hacks so they don't get lost among all the messages in the forums. There is already a place to store Minor Mods/Hacks. It is in the CC3:Downloads -> CubeCart 3 Hacks & Modifications area. Can't you save your message as a txt file and upload it to the Downloads are for CubeCart Version 3?

Just my 2 cents worth.

Link to comment
Share on other sites

There is already a place to store Minor Mods/Hacks. It is in the CC3:Downloads -> CubeCart 3 Hacks & Modifications area.

That area is all well and good - and I hope it grows - but it doesn't include a link to a demo. I'm reluctant to install a mod that I cannot first check out.

Link to comment
Share on other sites

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