Autoshipping
Autoshipping copied to clipboard
Select box is shown as esaped HTML
In Magento 1.9.2.0, the select box is shown as escaped HTML.
That is due to app/design/frontend/base/default/template/tax/checkout/shipping.phtml
Remove the '$this->escapeHtml()' calls from that PHTML to correctly show the select box and the corresponding Javascript.
Thank you very much, very helpful!
Mind that this only happens if you set tax/cart_display/shipping
(Mage_Tax_Model_Config::XML_PATH_DISPLAY_CART_SHIPPING
) to 1 (Mage_Tax_Model_Config::DISPLAY_TYPE_EXCLUDING_TAX
).