Forum Forum Magento Theme SNS Toronto – Magento Theme Insecure content on CMS pages from /cart/updatePost/

  • Author
    Posts
  • #5817

    lecvar
    Participant

    We are getting a lockbox warning on CMS pages when logged in. It has been traced to:

    Mixed Content: The page at ‘https://www.domain.com/about-us’ was loaded over a secure connection, but contains a form which targets an insecure endpoint ‘http://www.domain.com/checkout/cart/updatePost/’. This endpoint should be made available over a secure connection.

    I searched the theme code and found the references below. What is the solution?

    Searching for: checkout/cart/updatePost
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\checkout\cart.phtml(49): <form action=”<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>” method=”post”>
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\linksajaxcart.phtml(46): minicart = new miniCartForm(‘minicart-form<?php echo $uq ?>’, ”, ‘<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>’);
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\linksajaxcart.phtml(145): <form action=”<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>” method=”post” id=”minicart-form<?php echo $uq ?>”>
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\mini-cart.phtml(48): minicart = new miniCartForm(‘minicart-form<?php echo $uq ?>’, ”, ‘<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>’);
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\mini-cart.phtml(86): <form action=”<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>” method=”post” id=”minicart-form<?php echo $uq ?>”>
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\sidebar.phtml(40): sidebar = new miniCartForm(‘minicart-form<?php echo $uq ?>’, ”, ‘<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>’);
    Package\Theme\sns_toronto_theme-1.0.1\app\design\frontend\sns_toronto\default\template\sns\ajaxcart\checkout\cart\sidebar.phtml(87): <form action=”<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>” method=”post” id=”minicart-form<?php echo $uq ?>”>
    Found 7 occurrence(s) in 4 file(s)

You must be logged in to reply to this topic. Click here to login or register