Hi Tom,
We ended up asking our PrintShop Mail Web developers for an answer, and this is what they suggest:
Add the "custom_static_page.php" from the attached zip file to the "pages" folder located in the PSM web site folder. It contains a basic page that
The html code below shows a simple link to the this page:
<a href="site.php?pageid=custom_static_page">Link to your custom page</a>
This you can do by adding it to the template file, add it to the welcome message text or inject into a specific part of the page using JavaScript. The following code adds a link to the end of the menu bar using JavaScript/jQuery:
<script language="JavaScript">
$(document).ready(function(){
$("#mainmenu").append("<li><a href='site.php?pageid=custom_static_page'>Link to your custom page</a></li>">;
});
</script>
I have uploaded the .php file that they mention on an FTP, which will remain active for 5 days:
Host : ftp.ca.objectiflune.com
Folder : /app-ftp-users/OL18/
Username : OL18
Password : h7b3yFDN
Feel free to connect to this FTP to grab the file.
Regards,
Raphaël Lalonde Lefebvre