Jump to content

Massaction / Orderdetail Page Deletebutton


Recommended Posts

  • 2 weeks later...

I've noticed this in our 5.2.7 as well. This appears to be an issue in both the v4 theme and the blend theme. The select-all box looks like it's just missing this code on the page:

 

$("#checkall0").click(function () {
   $("#sortabletbl0 .checkall").attr("checked",this.checked);
});

 

The delete button is also not working for us, but I suspect that that is more complex issue to patch.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated