check all in Coupon
Posted: Fri Feb 05, 2010 7:05 am
Is there possible, to make button or something, to select all products? in Coupon? 

OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Perhaps it is not compatible with 1.4x or am I missing the obvious?2) Add script to layout.tpl:
a) Edit: admin/view/template/common/layout.tpl
b) FIND:
---------------------
<script type="text/javascript" src="view/javascript/jquery/tab.js"></script>
---------------------
c) AFTER, ADD:
---------------------
<script type="text/javascript" src="view/javascript/jquery/checkall.js"></script>
---------------------