Categories

Featured templates

Magento. How to change “Terms and Conditions” page link in the Youama login form

Ray Taylor September 4, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

In this tutorial you will learn how to change Terms and Conditions page link in the Youama login form in Magento template(s).

Magento. How to change “Terms and Conditions” page link in the Youama login form

  1. Using your FTP client or FileManager in Hosting cPanel, go to app/design/frontend/tm_themes/themeXXX/template/youama/ajaxlogin or app/design/frontend/default/themeXXX/template/youama/ajaxlogin.

  2. Open ajaxlogin.phtml file using any text editor:

    magento_how_to_change_terms_and_conditions__link_in_the_youama_login_module2

  3. Look for the following code:

    <label for="youama-licence"><?php echo $this->__('I accept the') ?> 
    <a href="<?php echo $this->getUrl('privacy-policy-cookie-restriction-mode') ?>" target="_blank">
    <?php echo $this->__('Terms and Coditions') ?></a></label>
    
  4. We are going to alter the $this->getUrl(‘privacy-policy-cookie-restriction-mode’) link.

  5. For example, to change the Privacy Policy link to Customer Service, replace the original:

    ‘privacy-policy-cookie-restriction-mode’ with: ‘customer-service’

    magento_how_to_change_terms_and_conditions__link_in_the_youama_login_module3

    You need to use URL Key of target CMS page.

  6. Save this file and upload to the server replacing the original file.

  7. Open your site and reload the page to see the changes.

Thank you for watching this video tutorial. Now you know how to change Terms and Conditions page link in the Youama login form in Magento template(s).

Feel free to check the detailed video tutorial below:

Magento. How to change “Terms and Conditions” page link in the Youama login form

Magento Responsive Themes
This entry was posted in Magento Tutorials and tagged condition, form, login, Magento, terms, Youama. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket