magento
URL actuelle
Recherche…
Syntaxe
$this->helper('core/url')->getCurrentUrl();
Page d'accueil
retour: http://www.example.com/
Page produit
retour: http://www.example.com/my-product.html
Vérifiez si l'URL actuelle est sécurisée
$isSecure = Mage::app()->getStore()->isCurrentlySecure();
Cela retournera true si l'URL actuelle est sécurisée.
Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow