PDA

View Full Version : Extended product information


Designer1
20-Aug-2005, 04:39 PM
I have two questions regarding the above...

1. Can this be displayed as "extra content" within your product information page?

2. When I enter it, within the tab in Actinic, can I add HTML/Javascript into the text box?

Thanks

NormanRouxel
20-Aug-2005, 05:24 PM
1) Just add NETQUOTEVAR:INFOTEXT to your Product Template and that's that.

2) Yes. See the Actinic Help for "Embedding HTML".

Designer1
20-Aug-2005, 06:07 PM
Thanks Norman,

Just for clarifcations sake, are we talking about adding html within the attached?

Thanks

NormanRouxel
21-Aug-2005, 08:06 AM
You can embedd HTML within the Description field (either main product or Extended Info). Just surround it with !!< and >!!

E.g.

The grass is !!<<font color="green">GREENER</font>>!! on the other side of the hill.

And you can of course embed JavaScript.

E.g.

You are viewing page
!!<
<script language=JavaScript>
<!--
document.write(location.href);
//-->
</script>
>!!
just now.