Jump to content

A new site category not listed alphabetical


Guest WJS

Recommended Posts

I took over a cubecart store that is heavily modified. Its looks to be that there is a mod already setup to have the category listed in alphabetical order.

My categories.inc.php shows

$results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0 AND cat_id <>498 ORDER BY disp_order ASC");

My issue is, I just added 2 new categories and they are not appearing in alphabetical order. Instead they are going to the bottom of the list. No matter what i add in as a new category, its automatically goes to the bottom.

Does anyone know what could be wrong?

Thank You in advance

Link to comment
Share on other sites

I think I had the same problem.

Add an item into the catagory, IIRC it solved my issue.

Thanks for the reply Keat but that didnt do it. Any other ideas? Thank You

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