Hi All,
We use the "using extended information pop up as a full page" method for a shop we look after to get a page per product etc.
On this page we use a link that takes the use back to the section page at the anchor point of the product. Using the <Actinic:Variable Name="EncodedProductAnchor"/> after the section page name in the link etc.
This works well. Apart from if the product is duplicated as it were in a Special offers section. If this is the case then the <Actinic:Variable Name="EncodedProductAnchor"/> adds some ectra code to the anchor - so
link.html#a1234
becomes
link.html#a3_311234
Why would Actinic be putting in the extra 3_31 etc ? And can we stop it doing this?
We use the "using extended information pop up as a full page" method for a shop we look after to get a page per product etc.
On this page we use a link that takes the use back to the section page at the anchor point of the product. Using the <Actinic:Variable Name="EncodedProductAnchor"/> after the section page name in the link etc.
This works well. Apart from if the product is duplicated as it were in a Special offers section. If this is the case then the <Actinic:Variable Name="EncodedProductAnchor"/> adds some ectra code to the anchor - so
link.html#a1234
becomes
link.html#a3_311234
Why would Actinic be putting in the extra 3_31 etc ? And can we stop it doing this?
Comment