Ok so right now I am working on a site and was about to start the template and after browsing a few actinic sites to try and increase my knowledge and the lengths of customisation that can be achieved I noticed many did not use preset buttons and variables.
What I am looking for is the ability to put direct links in my design so I can put them where I wish, for example: (I have searched the forums etc but could only find the links for v7 not 8)
- Link to the home page
- Link to View Cart
- Link to View Checkout
(I think I have this: <a href="<actinic:variable name="OrderLinkText"/>">Checkout</a>)
- Link to Terms
- Link to Contact us
- Link to Site map etc etc
(these not being the button versions or the preset menu variables)
so quite simply all of the links to possible places in Actinic, is there a list somewhere I have not been able to find?
Also I disable the breadcrumbs in the innerlayout by turning them off in options then add this code:
<actinic:variable name="ParentSectionListTop" />
somewhere in my custom design will that display only one in the place that I want instead of having to be locked into the inner layout?
I will also have a search for this, but is it possible to disable the login button so user accounts are not allowed?
Thanks,
Andrew
What I am looking for is the ability to put direct links in my design so I can put them where I wish, for example: (I have searched the forums etc but could only find the links for v7 not 8)
- Link to the home page
- Link to View Cart
- Link to View Checkout
(I think I have this: <a href="<actinic:variable name="OrderLinkText"/>">Checkout</a>)
- Link to Terms
- Link to Contact us
- Link to Site map etc etc
(these not being the button versions or the preset menu variables)
so quite simply all of the links to possible places in Actinic, is there a list somewhere I have not been able to find?
Also I disable the breadcrumbs in the innerlayout by turning them off in options then add this code:
<actinic:variable name="ParentSectionListTop" />
somewhere in my custom design will that display only one in the place that I want instead of having to be locked into the inner layout?
I will also have a search for this, but is it possible to disable the login button so user accounts are not allowed?
Thanks,
Andrew
Comment