I have managed to get this to work from all section pages etc using:
<a href="<actinic:variable name="ExtendedInfoPageEncoded" />"</a>
However the problem with using this is that it does not work from the homepage because the homepage url is www.designtoplease.co.uk/ whereas for the above link to work the page needs to have the url containing www.designtoplease.co.uk/acatalog/.
Have tried searching the forum but didnt seem to find anything on this.
Does anyone have any suggestions?
Hope this all makes sense.
<a href="<actinic:variable name="ExtendedInfoPageEncoded" />"</a>
However the problem with using this is that it does not work from the homepage because the homepage url is www.designtoplease.co.uk/ whereas for the above link to work the page needs to have the url containing www.designtoplease.co.uk/acatalog/.
Have tried searching the forum but didnt seem to find anything on this.
Does anyone have any suggestions?
Hope this all makes sense.
Comment