Quote Originally Posted by SilverHD View Post
rbarbour:

Unfortunately, I don't know how to "create" code. If there is an easy way, please clue me in.

Thanks,

Silver
Your not creating any code, create a file and name it "jscript_matchHeight.php"

add this code to that file:
PHP Code:
<?php
/**
 * @package templateSystem
 * @copyright Copyright 2003-2016 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $
 */
?>

<script type="text/javascript"><!--//
(function($) {
$(document).ready(function() {

$('.centerBoxContentsProducts').matchHeight();


  });
}) (jQuery);
//--></script>
upload that file to: /includes/templates/responsive_default/jscript/