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

uncaught exception: Opentip requires the Prototype JavaScript framework >= 1.6.0 #32

Closed
fbrnc opened this issue Mar 25, 2015 · 1 comment

Comments

@fbrnc
Copy link
Member

fbrnc commented Mar 25, 2015

Looks like there's a situation where the javascript snippet is included before prototype is included.

@fbrnc fbrnc closed this as completed in 553af28 Mar 25, 2015
@TKlement
Copy link

The problem still exists in 2020.

Suggestion that works:
app/code/community/Aoe/TemplateHints/Model/Renderer/Opentip.php:30
$wrappedHtml .= '<script type="text/javascript" src="' . Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS) . 'prototype/prototype.js' . '"></script>';

Add prototype.js at first and the popup comes back and there is no error in the console.

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

2 participants