hello and thanks for all your help.
I want the site users have the ability to go to the next Section. In Actinic user guide it says use the following code:
Next
<div style="float: right;">
<actinic:variable name="PrevNextSectionLink" value="Link to Next Section" />
</div>
I used it and it works fine.
For example the code works fine when I go from Gooz pants to Gooz jackets.
BUT when I want to go from say: SC1-TC to SC1-TP it does not work. Rather than going from SC1-TC to SC1-TP it goes to acatalog.
what can i do, so that I can go from SC1-TC to SC1-TP?
see attached.
I want the site users have the ability to go to the next Section. In Actinic user guide it says use the following code:
Next
<div style="float: right;">
<actinic:variable name="PrevNextSectionLink" value="Link to Next Section" />
</div>
I used it and it works fine.
For example the code works fine when I go from Gooz pants to Gooz jackets.
BUT when I want to go from say: SC1-TC to SC1-TP it does not work. Rather than going from SC1-TC to SC1-TP it goes to acatalog.
what can i do, so that I can go from SC1-TC to SC1-TP?
see attached.
Comment