shmick Posted July 9, 2008 Share Posted July 9, 2008 Is there any way to add fields associated with products where admin can add notes which the client can see? i.e. for some hosting packages, I would like to be able to add some custom notes regarding ftp login details etc. This field should have the option of being protected (so clients can modify it) or writable, so clients can update it themselves. Do you know if this is possible? Cheers. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 9, 2008 Share Posted July 9, 2008 On the product add a custom field In the clientareaproductdetails.tpl do an {if $customfield.name eq "yourfieldname"} and use {$customfield.value} instead of {$customfield.input} 0 Quote Link to comment Share on other sites More sharing options...
shmick Posted August 3, 2008 Author Share Posted August 3, 2008 Ok, Figured it out. Alll good. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
shmick Posted September 8, 2008 Author Share Posted September 8, 2008 I thought I had it figured out but it does not seem to be working. Do you have any exact sample code? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.