Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select box is shown as esaped HTML #21

Open
peterjaap opened this issue Aug 3, 2015 · 2 comments
Open

Select box is shown as esaped HTML #21

peterjaap opened this issue Aug 3, 2015 · 2 comments

Comments

@peterjaap
Copy link

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.

@erikdg
Copy link

erikdg commented Aug 6, 2015

Thank you very much, very helpful!

@sprankhub
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants