We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clerk-magento/skin/helper.js
Lines 62 to 68 in 6871b8a
The code above still use the old syntax of Clerk v1. It should be the following in Clerk v2:
function clerk_fire_power_popup() { Clerk('ui', 'popup', '#clerk-power-popup', 'show'); } function clerk_close_power_popup() { Clerk('ui', 'popup', '#clerk-power-popup', 'hide'); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clerk-magento/skin/helper.js
Lines 62 to 68 in 6871b8a
The code above still use the old syntax of Clerk v1. It should be the following in Clerk v2:
The text was updated successfully, but these errors were encountered: