Magento – Force HTTPS for Product’s Add to Cart URL

[php]
<?php
echo $this->getAddToCartUrl($_product, array(“_secure” => true));
?>
[/php]