The text that is entered as Full Description in the Product Details also appears on the popup page for the product. Is there any way of not having it appear on the popup?
Announcement
Collapse
No announcement yet.
Full description
Collapse
X
-
Thanks for the reply Duncan. The problem is I have many many choices uner the Extended Info Page Design field (I didn't build the site!) - one has been made for each Section by the look. Is there a way of making the change within any one of the choices offered? ie: in the actual coding for each of the Designs?
Comment
-
What you describe in your first post isn't the usual way Actinic behaves. Actinic usually displays the ExtendedInfoText field on Extended Info Pages.
Someone has probably changed your Extended Info layout to replace the line:
<Actinic:Variable Name="ExtendedInfoText"/>
With
<actinic:variable name="ProductDescription" />
Just reverse this and you should be back to normal.
Backup and Snapshot first, just in case...Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment