tubaman111 Posted August 23, 2017 Share Posted August 23, 2017 I’m using version 1.6.1.10. In the Shipping section (part 4 of the 5-part checkout) there is a link for the customer to read the Terms of Service. In the order-carrier.tpl file, line 364, there is the following code: <a href="{$link_conditions|escape:'html':'UTF-8'}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a> The link points to ID 3 in the CMS database. How do I get it to point to ID 2? (I need to do this because I’ve changed names and content around in the CMS database) I’m sure the solution involves changing code in other files, which I’m happy to do. Thanks in advance for your help! Link to comment Share on other sites More sharing options...
prestahero.com Posted August 24, 2017 Share Posted August 24, 2017 I’m using version 1.6.1.10. In the Shipping section (part 4 of the 5-part checkout) there is a link for the customer to read the Terms of Service. In the order-carrier.tpl file, line 364, there is the following code: <a href="{$link_conditions|escape:'html':'UTF-8'}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a> The link points to ID 3 in the CMS database. How do I get it to point to ID 2? (I need to do this because I’ve changed names and content around in the CMS database) I’m sure the solution involves changing code in other files, which I’m happy to do. Thanks in advance for your help! from the backoffice, you can simply go to "Preferences/Orders" and select the CMS page you want in "CMS page for the Conditions of use" as the following screenshot http://prntscr.com/gcc8n0 Hope this helps Link to comment Share on other sites More sharing options...
tubaman111 Posted August 24, 2017 Author Share Posted August 24, 2017 Thank you so much, ets-soft! Yo' the man! It worked perfectly. Honestly, I don't think I would have ever thought to look THERE! Link to comment Share on other sites More sharing options...
prestahero.com Posted August 24, 2017 Share Posted August 24, 2017 Thank you so much, ets-soft! Yo' the man! It worked perfectly. Honestly, I don't think I would have ever thought to look THERE! never mind, I'm glad to see it helps you 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