Magento 1.3.2.4 :: or statement based on variable input on available.phtml ->getMethodTitle
I used this staement below on the available.phtml page to add some text if the shipping method was either UPS next day air or UPS 2nd day air
<?php if(($_rate->getMethodTitle()==’UPS Second Day Air’) or ($_rate->getMethodTitle()==’UPS Next Day Air’)):?>or statement<?php endif ;?>
–Bryan Sammon
Advertisement
Categories: Uncategorized