35 Replies Latest reply: Aug 12, 2014 9:46 PM by DandyDahlia RSS

    Shipping Options Lock iPad web browser

    web2creative Community Member

      I am not sure how many of you have noticed it but when you have shipping options in your Shopping cart, after you slect one, you receive a confirmation box where you have to click on OK. Whan this box appears on iPad (I tested on iPad3 with the latest OS) you can never get past it. You actually have to restert the iPad. I tried every other possible angele and it didn't work. I am not sure if my exact settings are causing it to act this way or not. I have Free shipping in US only as the only shipping option. You can see this and test it on your iPad at http://boyzonemagazine.businesscatalyst.com

       

      A solution to this is to use the script that Mario posted for automatic selection of the Shipping options. For some reason, when triggered by this script, the dialoque box does not get stuck. Just add this to the end of the Shoppinc Cart page:

       

      <script type="text/javascript">

      var shippingOptions = document.getElementById('ShippingOptions');

      if (shippingOptions) {

         shippingOptions.selectedIndex = 1;

         shippingOptions.onchange();

      }

      </script>