Announcement

Collapse
No announcement yet.

Affiliates Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Affiliates Link

    Once upon a time Affiliates was easy for customers to find, as memory serves it was top right of the SFNT by Login.

    I would very much like to add a link there if it fits without blowing anything up and let that link to https://www.vitaevalue.com/affiliate-login.html

    or add it to the Customer Log In page (again without blowing anything up!)


    #2
    Since the top link for custom log in is not available on smaller screens, placing the affiliate link there may not be the best solution. I would recommend either adding the <mvt:item name="affiliatelink" /> tag to the custom log in page or update your ReadyTheme -> Navigation Sets -> footer_customer-service content to add the link there. Having an affiliate link in the footer is fairly common.
    Code:
    <ul class="navigation-set single-navigation-column">
        <mvt:foreach iterator="navigationitem" array="readytheme:navigationitems">
            <li>&mvt:navigationitem:link;</li>
        </mvt:foreach>
        <li><mvt:item name="affiliatelink" /></li>
    </ul>
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment

    Working...
    X