cart.php would wind up looking like this:
<script>
jQuery( document ).ready( function() {
jQuery( ".shipping-calculator-form" ).slideDown( 'fast' );
})
</script>
<?php
/**
* Cart Page
*
[ BIG SNIP .....]
cart.php would wind up looking like this:
<script>
jQuery( document ).ready( function() {
jQuery( ".shipping-calculator-form" ).slideDown( 'fast' );
})
</script>
<?php
/**
* Cart Page
*
[ BIG SNIP .....]