You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
We currently use Click Cart for our book catalog (we are a small publisher) and when I add a new product it automatically puts it at the bottom of the products. Is there a way to re-order these and place them where I want them in the order?
Offline
open the products.csv file (located in the data/tables folders) in a program such as excel then use the sort function, and reload the new file back to your server.
Offline
Or better yet, use an SQL database for your tables, then it's a simple hack to the ste_prod.pl file (edit the SELECT statements and add a SORT BY element)
Offline