I'm guessing you meant the state settings. I tried both ways, even both disabled, and it made no difference.
If I switch back to the default template, it doesn't have the extra field, and works, but it sets this error:When I switched back to Tableau, it was still showing the same estimator results as it did with the classic template, and I could not change the zip code. The only way to reset the shipping estimator was to log in, then log back out, then it wasn't working again.An unknown response null: :text/html; charset=iso-8859-1: :Not Found was received while processing an ajax call. The action you requested could not be completed
It's kind of working now. In configuration - shipping/packaging I changed the shipping estimator display to button.
That created a new problem though: in firefox, and chrome, that link only works by selecting open in new tab. In explorer, it works fine.
Deleted lines 61-63 of tpl_modules_shipping_estimator.phpThat got rid of the extra state field, but still did not allow the estimator on the shopping cart work. That did, however allow the popup shipping estimator to work. I would really like to get to the bottom of this, and get the estimator back on the shopping cart, rather than a popup window.Code:<label class="inputLabel" for="state" id="stateLabel"><?php echo $state_field_label; ?></label> <?php echo zen_draw_input_field('state', $selectedState, zen_set_field_length(TABLE_ADDRESS_BOOK, 'entry_state', '40') . ' id="state"') .' <span class="alert" id="stText"></span>'; ?> <br class="clearBoth" />
is there any reason why the 'editable_centreboxes_3.0' plugin would not work in this responsive template - i.e. if I can get it to work correctly on the site on a PC then should it then work correctly in responsive mode?
cheers, Mike