We have a large Terms and Conditions section, which uses different titles from the pre-set Actinic ones. The T&Cs are the same for all 3 of our sites, so due to all these factors I have coded the HTML in a text file, and use it as a CUSTOMVAR to insert into the Info pages of all 3 sites. So far so good.
Because the file is so large, we have implimented an FAQ-style system where the user can click the headings which link to the actual information further down the page. This is fine for Info.html, but when the T&Cs are viewed from the checkout pages, the links just take the user to the /acatalog folder.
I can't see why these links should work on a .htm file and not a .pl file
Because the file is so large, we have implimented an FAQ-style system where the user can click the headings which link to the actual information further down the page. This is fine for Info.html, but when the T&Cs are viewed from the checkout pages, the links just take the user to the /acatalog folder.
I can't see why these links should work on a .htm file and not a .pl file
Comment