View Single Post
  #7  
Old 09-11-2020, 10:33 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: Altered cart tools problem

think i found it in admin.tpl
Code:
selectAll:function(controller){ $("input[name='cartids[]']").attr({checked:($(controller).attr('checked') == 'checked' ? 'checked' : false)}); checkoutOne.showSubmit(controller.form, 'cartids[]')
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote