Reports on an upgraded site (v10-V11.0.0) where the extended info page use has gone a little mad and i'm in the middle of a v10-v11.0.1 upgrade and i am seeing the same. I think some settings and conditions on the links part are wrong.
Setup is a subsection per product, with an extended info page to show an embedded youtube video on one site, on the other site extended info is just being used for a larger image. Both are screwed up.
Despite site options being set as the help says and product settings also, it is seemingly impossible to get an extended info 'image' to show on old SPP method.
In addition on the 'links' menu the options within the "Links From Product Page" are greyed out and impossible to select. The tooltip on the area does not work either, that should surely be a pre-requisite for a brand new area?
In site options, you can set to use an image, the product links layout seems somewhat confused though around the condition controlling things. The standard code will not show the image:
Remove the condition around it, and it does:
The condition reads:
I think that is very wrong, i can't see how it could ever work with those conditions in place and by removing them, because it starts to work, i presume i have found a problem.
Setup is a subsection per product, with an extended info page to show an embedded youtube video on one site, on the other site extended info is just being used for a larger image. Both are screwed up.
Despite site options being set as the help says and product settings also, it is seemingly impossible to get an extended info 'image' to show on old SPP method.
In addition on the 'links' menu the options within the "Links From Product Page" are greyed out and impossible to select. The tooltip on the area does not work either, that should surely be a pre-requisite for a brand new area?
In site options, you can set to use an image, the product links layout seems somewhat confused though around the condition controlling things. The standard code will not show the image:
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageDisplayedByButton%22%20%2f%3e" ><actinic:variable name="ExtendedInfoButton" /></actinic:block>
Code:
<actinic:variable name="ExtendedInfoButton" />
Code:
(<actinic:variable name="PageType" /> == "Product Page") AND (<Actinic:Variable Name="IsPopUpPageGenerated"/> == TRUE) AND (<actinic:variable name="DisplayByButton" /> == TRUE)
Comment