Jump to content

Category sort order


bwtechno

Recommended Posts

Hi,

 

I have added the excellent mod by Brian, as per this post at 'the other place' - http://www.cubecartforums.org/index.php?showtopic=18555

 

I am banging my head against this one, as the store owner wants to sort by the latest products added into the category and then by the stock level. So what he is trying to achieve is to make sure the out of stock products are down at the bottom.

 

By way of explanation, in the market they trade, customers want to see sold items, a lot of the watches are "one-offs" as they can then check details and see what items they have had in stock.

 

Thanks

Simon

Link to comment
Share on other sites

Hi,

 

Just in case anyone uses CubeCart in the same manner, I managed to solve this, installed Brian's mod, set all my categories to sort by 'stock_level' DESC. So I then have all the sold products at the end of each category and then under this line:

 

$order[$order_column] = $order_direction;

 

Added:

 

$order['date_added'] = $order_direction;

 

So the latest products added appear first.

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