nerdygurl Posted January 13, 2009 Share Posted January 13, 2009 There is no way to do it via back office so any hint as to where the file is to change the order of the cms links in the info block as its not displayed in the blockinfos.tpl like 1.0 Link to comment Share on other sites More sharing options...
Dave Egerton Posted January 14, 2009 Share Posted January 14, 2009 Hi Jess,have not checked, but from memory, I think they may be displayed in ID order, could try adding another page quickly and see if its the last item as the each new page gets the next idI suppose you could cut and paste the copy from one CMS page to another so they are in the order your want, but possibly a pain if you have a few pages and meta data etc..might also be worth testing if you sort cms pages by URl and Title in backoffice, if that affects display (but that may just be backoffice display) Just a thought really Link to comment Share on other sites More sharing options...
nerdygurl Posted January 15, 2009 Author Share Posted January 15, 2009 Hey Viper Yeah I went through the files last night and they are in ID order which is a bit of a pain contemplated on doing it manually but I have four sites im developing using prestashop and then themes so its a bit time consuming so instead ive just left my new playtime magic store with the order i already had will change them around later when I have more time. Cheers for getting back though Link to comment Share on other sites More sharing options...
sperio Posted February 18, 2009 Share Posted February 18, 2009 only way i have found to change it is via the database... export all the contents out and change the order of the chucks and ID... works... but quite a pain... Link to comment Share on other sites More sharing options...
cyberd0g Posted October 9, 2009 Share Posted October 9, 2009 There is no way to do it via back office so any hint as to where the file is to change the order of the cms links in the info block as its not displayed in the blockinfos.tpl like 1.0 I do appreciate that PS is a cart system and not a dedicated CMS but the CMS is ten times better that the one in MAGENTO!!!couldn't any one of the PS gurus give us the ability to sort the order of the CMS links like they have done for the module positioning? The Category can do with this too!I am quite surprise that this was not done in the latest update of PS??? Link to comment Share on other sites More sharing options...
swguy Posted October 10, 2009 Share Posted October 10, 2009 I'm writing this up as a contribution which I will post this weekend.Scott Link to comment Share on other sites More sharing options...
cyberd0g Posted October 10, 2009 Share Posted October 10, 2009 That is fantastic news. thank you Scott! Link to comment Share on other sites More sharing options...
swguy Posted October 10, 2009 Share Posted October 10, 2009 OK, here you go! Sort order in PrestaShop CMS: http://www.thatsoftwareguy.com/prestashop_cms.html Link to comment Share on other sites More sharing options...
cyberd0g Posted October 10, 2009 Share Posted October 10, 2009 Scott you are the man, thank you very much!!!I have couple of question.....1.Can you instruct me on how to add it to my copy of PS 1.2 so that the modification that you have made will be available on all my future installs?this way I will not have to do db modification as per your instruction?2.At the moment I am having to place 1. , 2. , 3. and so on when I am creating product Categories. Will it be possible for you to create similar to what you have done for the CMS so that I can just Add the Categories and later sort them out as per the new CMS sort hack that you have created?Thanks again! Link to comment Share on other sites More sharing options...
swguy Posted October 10, 2009 Share Posted October 10, 2009 Categories would be a different fix.If you want to permanently make this d/b change part of your ps install, you could modify install/sql/db.sql, i.e. replace the existing create table for cms with CREATE TABLE `PREFIX_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `sort_order` int(8) unsigned default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options...
cyberd0g Posted October 10, 2009 Share Posted October 10, 2009 Cheers Scott,That is easy enough!Please let me know when you are able to come up with a solution for the Category sort order.Cheers! Link to comment Share on other sites More sharing options...
swguy Posted October 11, 2009 Share Posted October 11, 2009 Please open a new thread for your category problem - it's confusing when one thread discusses multiple topics. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now