You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: