thaman941 Posted May 30, 2011 Share Posted May 30, 2011 how to change delivery terms of condition about us etc in cms? Link to comment Share on other sites More sharing options...
shokinro Posted May 30, 2011 Share Posted May 30, 2011 log in to your back officeselect tools tabselect CMS sub tabchoose the one you want to change please note, if you support multiple language, you need to click the language icon (flag) to input for different language. Link to comment Share on other sites More sharing options...
j_rel Posted June 1, 2011 Share Posted June 1, 2011 For some reason, I do not have an 'edit' ability for each CMS. I go to tools->CMS and I see all of the CMS items. I can create new ones, I can delete existing ones, and I can view existing ones. How do I edit existing ones? Is there something wrong with my back office? I attached a pic of what it looks like for me.Thanks in advance. Link to comment Share on other sites More sharing options...
shokinro Posted June 1, 2011 Share Posted June 1, 2011 what version of PrestaShop are you using?and are you logged in as admin?Edit button (icon) is there on the action column by default.If you are admin, you should be able to see everything.by the way, maybe if it is not enabled in some earlier versions, you can change it to editable by modify file /adminFolder/tabs/AdminCMS.php. public function __construct() { $this->table = 'cms'; $this->className = 'CMS'; $this->lang = true; $this->edit = true; $this->view = true; $this->delete = true; Link to comment Share on other sites More sharing options...
j_rel Posted June 2, 2011 Share Posted June 2, 2011 Thanks for your reply shokinro.I am an admin (I can delete and create too).I am using prestashop 1.4.1.0.AdminCMS.php has the edit attribute set to true, however, I still can't see the (supposed) edit icon. My prestashop install was purchased by my client from a template company. I'm wondering if they somehow managed to 'corrupt' the admin BO. Either on purpose or by accident.I'm going to keep looking into it. In the meantime, would it be advisable to download 1.4.1.0 and restore the admin area myself, leaving everything else intact? Anyone done this before? Any other ideas? Again, thanks. Link to comment Share on other sites More sharing options...
j_rel Posted June 2, 2011 Share Posted June 2, 2011 I should also note that I don't have the edit icon in the Catalog area either. It is the exact same. It has 'view' and 'delete' but no 'edit'. Link to comment Share on other sites More sharing options...
shokinro Posted June 2, 2011 Share Posted June 2, 2011 I guess it is permission issue.it is beter check your permission setting.See if you really belong to admin profile.Or try to download the original same file from original package.Iif that does not fix you problem, mybe you have check permission setting in database. Link to comment Share on other sites More sharing options...
j_rel Posted June 2, 2011 Share Posted June 2, 2011 Ok I figured it out. I'll post what I did (with the fix) in case it helps someone else.When I updated to my new template, I somehow lost the folder:prestashop/img/adminThis folder holds the icons used in the back office for things like the edit, delete, etc. Without these icons, the alternative text was displayed. But there is not enough room for the alternative text, so all I could access was the 'view' and 'delete' actions. As soon as I restored the img/admin directory, the icons showed up, including the edit icon. Thanks again for the help. Link to comment Share on other sites More sharing options...
shokinro Posted June 2, 2011 Share Posted June 2, 2011 glad you fixed the issue. please change this thread as SOLVED by clicking "mark as solved", thanks Link to comment Share on other sites More sharing options...
j_rel Posted June 3, 2011 Share Posted June 3, 2011 I did click the 'Mark as solved' but I'm not sure it took. I'm not the OP after all... Link to comment Share on other sites More sharing options...
shokinro Posted June 3, 2011 Share Posted June 3, 2011 I did click the ‘Mark as solved’ but I’m not sure it took. I’m not the OP after all… Sorry I thought you are the original owner of the this thread. It is my mistake.Only original owner the thread and mark it as solved, thanks. 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