cyrusvsdarius Posted August 27, 2010 Share Posted August 27, 2010 Hi,when I do a test order and want to read the "terms of service" page I get this error message: PAGE NOT AVAILABLE. We're sorry, but the Web address you entered is no longer available.I didnt have this problem before I played a little bit in BO. I recently went to tools-->CMS. Then I removed all the contents there and added one again: Terms and conditions of use. After that I went to Modules-->info block-->configure. I selected the file (Terms and conditions of use) that will be displayed in this module. I´m sure I did something wrong on the way, but I cant figure out what. Link to comment Share on other sites More sharing options...
cyrusvsdarius Posted August 27, 2010 Author Share Posted August 27, 2010 After I´ve read similar threads I realize that I have to replace some kind of id nr to the "read" link. The new one is id_cms=7 and the old one is id_cms=3. (I think that this is the problem, Im not sure.)But I dont where in BO I have to go to change this. Link to comment Share on other sites More sharing options...
rocky Posted August 28, 2010 Share Posted August 28, 2010 Change line 377 of order.php from: $cms = new CMS(3, intval($cookie->id_lang)); to: $cms = new CMS(7, intval($cookie->id_lang)); Link to comment Share on other sites More sharing options...
cyrusvsdarius Posted August 28, 2010 Author Share Posted August 28, 2010 Change line 377 of order.php from: $cms = new CMS(3, intval($cookie->id_lang)); to: $cms = new CMS(7, intval($cookie->id_lang)); Where in BO do I find line 377? I have PS version 1.3.1 Link to comment Share on other sites More sharing options...
rocky Posted August 28, 2010 Share Posted August 28, 2010 It is not in the Back Office. You must use an FTP client to edit order.php. Link to comment Share on other sites More sharing options...
cyrusvsdarius Posted August 28, 2010 Author Share Posted August 28, 2010 Thank you so much, it works now! 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