Most people should have responsive templates, and it's really better to pull jQuery from the CDN, so we're asking mod authors to please STOP including jQuery in their contributions.

Update your readme files with a notice like this:
- This modification ASSUMES your template includes jQuery already. If it does not, you should include it in your
includes/templates/YOUR_TEMPLATE/common/html_header.php file as follows:

Code:
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"%3E%3C/script%3E'));</script>
See the most recent version of Zen Cart for a more detailed example.

The plugin standards document has been updated with this recommendation; see https://www.zen-cart.com/content.php...ion-submission