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

Remove product from Featured list is not working - Fix #191

Open
Sp1kee opened this issue Sep 14, 2018 · 0 comments
Open

Remove product from Featured list is not working - Fix #191

Sp1kee opened this issue Sep 14, 2018 · 0 comments

Comments

@Sp1kee
Copy link

Sp1kee commented Sep 14, 2018

In admin (version 1.11.1) removing featured products from the list is not working. The error is in the file "admin\view\template\module\featured.tpl". To correct the error:

Code at Line 303:
$('#featured-product div img').live('click', function() {
$(this).parent().remove();

Must be changed to:
$('#featured-product').delegate( 'img', 'click', function() {
$(this).parent().remove();

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

1 participant