Autoshipping icon indicating copy to clipboard operation
Autoshipping copied to clipboard

Select box is shown as esaped HTML

Open peterjaap opened this issue 9 years ago • 2 comments

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.

peterjaap avatar Aug 03 '15 11:08 peterjaap

Thank you very much, very helpful!

erikdg avatar Aug 06 '15 11:08 erikdg

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).

sprankhub avatar Nov 09 '17 12:11 sprankhub