tasman2706 Posted August 25, 2012 Share Posted August 25, 2012 Hi all, is it possible to add cms pages to customer accounts that they can view once they have logged in? I would like to add my work (graphics) to a page and place it in a customers account so that a customer can review it when they log into their account. From this page, they would need to be able to approve, decline or write down changes to the design which I can then read and act on. I am using a plugin on Wordpress which allows me to add the content, put in the customers email and submit it to them for review. They then log into their account, make changes if necessary which I am notified of, so I can act on it. Does anyone know if this can be done or whether there is a module that can do this. Thanks, Lee. Link to comment Share on other sites More sharing options...
shokinro Posted August 26, 2012 Share Posted August 26, 2012 if it is a fixed CMS page, not a dynamic CMS (means CMS page changes based on different customer), then it is easy to add. What you need to do is just to add a hyper link in the theme file. Link to comment Share on other sites More sharing options...
shokinro Posted August 26, 2012 Share Posted August 26, 2012 Just give you an example for the link <a href="{$link->getCMSLink(123, NULL, true)}">My CMS page</a> where 123 the CMS page ID hope this works for you Link to comment Share on other sites More sharing options...
tasman2706 Posted August 27, 2012 Author Share Posted August 27, 2012 Hi, thanks for the tip. I shall give it a go to see if it suits my needs. Thanks, Lee. Link to comment Share on other sites More sharing options...
Recommended Posts