Custom shipping options?

Alright - I got a question I can't seem to find an answer to.
I've got an item. this item measures
W - 3.5
H - 5.75
D - 1.5
Then I've defined some custom shipping options.
These are the USPS boxes - where an items weight doesn't matter. Only the size of the items.
8.625 x 5.375 x 1.625 SMALL BOX
1 x 8.5 x 5.5 MEDIUM BOX
12 x 12 x 5.5 LARGE BOX
The idea here is to fit the items into the box - the whole " if it fits it ships " idea.
If you add two of these items into the shopping cart, it basically just doubles the dimensions of ALL the measurements of the items... Which will exceed at least one of W H D - so it returns no shipping options. It should just go up to the next size box, or at least return it as an option. It seems that this is seriously broken in a very big way. You could fit two of these items into a medium sized box - easy. but the system seems to kick it back since the height is larger than the height of the boxes... but only when you add them in together. the volume works.
The client does not care for how the shipping API's work - so this was my solution - if it fits it ships. Am I missing something seriously major here or is shipping in general just a HUGE flaw in the business catalyst system?

Hi Garuda,
The image thing would have to be implemented with some JS. You'd listen to the dropdown change and then render the image according to the shipping selection. I unfortunately don't have the code for you that will do this.
As for the free shipping option, you'd need to use a user defined option of $0 rather than the Free Shipping option and then set your weights so that both options are displayed at the same time when 2 or more items are added.
Cheers,
-mario

Similar Messages

  • Shipping options for different countries

    Hi, this is the first time using BC's full E-commerce tools, some things are clear, others not so.
    I've studied the BC info quite a bit and watched the tutorials videos that I can find but I'm still not clear on this - How do I tie the appropriate shipping option into the country that somebody wants the item delivered to? ie, What is stopping the buyer from selecting the cheapest drop-down shipping option? For example, the site is in NZ, somebody from UK purchases a product, in the Shopping Cart United Kingdom is selected from the Destination Country drop-down, and if I have more than one custom Shipping Option what's to stop the buyer from selecting the cheapest in the Choose Shipping Option drop-down? I can't find how to prevent this from happening.

    Hi Grant,
    I'm not so sure that it works so simply like that... there no way to test it outside of flying to another country and using the internet to see if it automatically works like that...
    I just assumed that it worked based on users IP, but perhaps not?
    Here's the answer i got from support....
    "Unfortunately, it would not be possible to automatically set the country and shipping options for the customer based on the location.
    You can limit the countries where you deliver, and based on the country selection you can display the shipping options to the customers.
    You may go ahead and use the module {module_visitorcountrycode} to identify the country of the visitor, and then use some JavaScript to automatically set the country, and based on that country you can display the shipping options."

  • Custom image for shipping options

    Hey I was wondering if its possible to display a custom image for each shipping option. So for example if you select regular postage, an image of regular postage would be displayed. If you select express postage, same thing. Is this possible with Business Catalyst?
    One other thing. Is it possible to have free shipping option for 2 or more of a product, but also have express option if they want it?
    Cheers,
    Garuda

    Hi Garuda,
    The image thing would have to be implemented with some JS. You'd listen to the dropdown change and then render the image according to the shipping selection. I unfortunately don't have the code for you that will do this.
    As for the free shipping option, you'd need to use a user defined option of $0 rather than the Free Shipping option and then set your weights so that both options are displayed at the same time when 2 or more items are added.
    Cheers,
    -mario

  • Customizing the shipping options in the cart?

    Hey Everybody,
    I've got a client that just ABSOLUTELY does not like the way that the "integrated" shipping options are displayed. Currently if you have USPS and FEDEX both as shipping options. A user would have select one of the two from a dropdown, then enter the zip code and then select an option from a radio button. If  the user does not like those shipping options then they have to go back to the drop down - select the other option, then re-enter their zip code and look at the other shipping options.
    What I am wondering is - is it possible for a user to NOT select the shipping type from the drop down, but simply enter their zip code and see ALL the shipping options that are available in radio list form? Is it possible to ping both the USPS and FEDEX api to calculate shipping cost at the same time?
    I so hope that someone has done this. or has some kind of a work around. I am currently stumped on this one. We have revised the cart about 11 times now, and still my client is not happy with the way that business catalyst is set up to function in the shipping options area.

    @Case and Carl Design: Sure thing, here are two sites I did, one with a suburb to shipping cost calculator and one with a post / ZIP code lookup to shipping cost calculator.

  • Error while placing an order using custom shipping group

    I created a custom shipping group named 'shipToStoreShippingGroup' with a custom shipping method named 'ship to my home store'
    Im getting this error while placing an order
    11:47:54,626 ERROR [OrderRepository] SQL Statement Failed: [++SQLInsert++]
    INSERT INTO dcspp_ship_group(shipping_group_id,type,version,shipgrp_class_type,shipping_method,description,state,price_info,order_ref)
    VALUES(?,?,?,?,?,?,?,?,?)
    -- Parameters --
    p[1] = {pd} sg1480003 (java.lang.String)
    p[2] = {pd: type} 300 (java.lang.Integer)
    p[3] = {pd: version} 1 (java.lang.Integer)
    p[4] = {pd: shippingGroupClassType} shipToStoreShippingGroup (java.lang.String)
    p[5] = {pd: shippingMethod} Ship to my home store (java.lang.String)
    p[6] = {pd: description} sg1480003 (java.lang.String)
    p[7] = {pd: state} INITIAL (java.lang.String)
    p[8] = {pd: priceInfo} ai730013 (atg.adapter.gsa.SingleValueGSAId)
    p[9] = {pd: order} o1100001 (atg.adapter.gsa.SingleValueGSAId)
    [--SQLInsert--]
    11:47:54,641 ERROR [CommitOrderFormHandler]
    CAUGHT AT:
    CONTAINER:atg.commerce.CommerceException; SOURCE:CONTAINER:atg.service.pipeline.RunProcessException: An exception was thrown from the context of the link named [addOrderToRepository].; SOURCE:CONTAINER:atg.commerce.CommerceException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-02291: integrity constraint (SYN_PRD.SYS_C0039101) violated - parent key not found
    at atg.commerce.order.OrderManager.processOrder(OrderManager.java:3007)
    at atg.commerce.order.OrderManager.processOrder(OrderManager.java:2923)
    at atg.commerce.order.purchase.CommitOrderFormHandler.commitOrder(CommitOrderFormHandler.java:402)
    at atg.commerce.order.purchase.CommitOrderFormHandler.handleCommitOrder(CommitOrderFormHandler.java:361)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.droplet.EventSender.sendEvent(EventSender.java:582)
    at atg.droplet.FormTag.doSendEvents(FormTag.java:800)
    at atg.droplet.FormTag.sendEvents(FormTag.java:649)
    at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:523)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:550)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:287)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:383)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: ORA-02291: integrity constraint (SYN_PRD.SYS_C0039101) violated - parent key not found
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3423)
    at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:365)
    at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
    at atg.adapter.gsa.Table.insert(Table.java:1380)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6739)
    ... 80 more
    Please help me in resolving this error
    Thanks in advance.
    Edited by: 993208 on Mar 12, 2013 10:07 PM

    All,
    Issue is fixed with the following steps.
    - Make sure the Shipping Method has enabled the the option "Web Enabled"
    - Login to EBS-Oracle and click on iStore Administrator responsibility
    - Navigate to Shipping
    - Add the shipping method which is activated 'Web ENabled' option to the current site.
    In order to check the Shipping Methods fot the current site, check the outputs of the following SQLs.
    Atleast 1 row should be identical from the following SQL output
    Query 1
    select ship_method_code
    from WSH_CARRIER_SHIP_METHODS
    where organization_id = 83
    and enabled_flag = 'Y'
    and web_enabled = 'Y'
    Query 2
    select '2', x.msite_information1
    from IBE_MSITE_INFORMATION x
    where msite_information_context = 'SHPMT_MTHD'
    and msite_id = 10020
    Vamsi

  • Shipping options

    Hello,  In the shipping options there is an option to exclude certain catagories/catalog e.g. If I have two catalogs A&B I want shipping charges to be different if customer purchase product from catalog B. It seems to be working fine until you only  add products from catalog B but as soon as you add one product from catalog A, on the shipping cart, shipping options disappear.  I can understand why this might be happening but is there any work around?  Please help. Thanks, SM

    I too have a similar issue. I believe the problem is because this works in reverse.
    If you have a product that exists in both A and B and you exclude A then even though the product is in B and B wasn't excluded, the product was already excluded as it was in A.
    It would be much simpler if the logic was the other way around where you could say;
    Apply shipping to a catalog as opposed to exclude. If this was the case any product wich existed in catalog B would be eligible for those rules.
    To make this even better, if the associated catalogs appeared on the product under a shipping tab, you could have the ability at product level to exclude the product from selected catalogs shipping rules.
    As it stands, it's impossible to mix shipping rules. Very frustrating.

  • Shipping Options Issue

    We are having an issue with the shipping options on 6 of our online shop items.  They are all of our Journey Packs, and all require multiple choices when making the purchase, so I’m not sure if that is contributing to the issue.  These are the items #’s as they are listed in Business Catalyst are:
    Journey Pack Ambasadors Kit
    JRNYPCKAMB
    Journey Pack Brownies Kit
    JRNYPCKBR
    Journey Pack Cadettes Kit
    JRNYPCKCAD
    Journey Pack Daisies Kit
    JRNYPKDSY
    Journey Pack Juniors Kit
    JRNYPCKJR
    Journey Pack Seniors Kit
    JRNYPCKSR
    The issue is that when the customer is ready to check out, they are only given the option to pick up in one of our shops, not to have their order delivered.  We’ve never had this issue with any of our other online items.
    Here's the address for our online shop is http://www.girlscoutsgcnwi.org/shop. Look on the lower left side of the page and click "Journey Packs and Combos".

    Hi,
    This looks like it is due to the product item's base price is $0 which only triggers shipping options that has min of $0.  I see that you have min/max values for shipment. 
    The only workaround I can see if to set some sort of base price to trigger special shipping for these type of products that have base pricing of $0.
    Kind regards,
    -Sidney

  • Adding home country postal services in the shipping options of BC

    Hi, How can you or is it possible to add your home country postal services to the shipping options when setting up your cart... I live in the Rep. of Ireland.

    Your best bet would probably to set a price for those products as $0.00 or 0 in whatever currency your site uses.  Then, on your checkout page you can use some jQuery/javascript to sense if there are any products in the cart that have $0.00 and you can then hide the checkout button and show the get quote button which will force the user to get a quote instead.  Then, you client will receive a notification of a quote that's been generated and they can update it to include the custom shipping cost manually in the BC Admin and resend it as an invoice for that customer.

  • Product description and Customer ship description to should be visible in R

    Currently we are able to see the Customer ship to number and Product number in SNC Responsive Replenishment (RR) screen. We want to have Customer Ship description and Product description in addition to Customer ship to number and Product number  to be displayed on  Responsive replenishment screen.
    Current display of RR screen in SNC:
    In this we can see the 7529000 and 23100.
    The Product description and Customer ship description to should be visible in RR screen.
    Product 7329000: Brass coil
    Customer ship to 23100: Evershine company

    Hi Vaibhav
    we have faced similar problem in case of SNI monitors where SNC does not provide the product or location description and our users used to remember those things by their description. Std. SNC does not provides descriptions on SNI monitor and I think its the same case with RR monitors also.
    SAP suggest us that time is that they will try to include this thing in next releases. Other option remains for use is to go for the customization.
    Hope this will help you.
    Thanks
    Pravin

  • Is there any workaround to auto-select the shipping options upon entering the zip/postcode?

    Is there any workaround to auto-select the shipping options upon entering the zip/postcode? Because currently, the user still needs to select the shipping option again (radio button type).

    Yeah, but its custom coding in conjunction with a 3rd party for the postcode lookup. You also then need to handle the annoying dom manipulation BC does with its code on things like discount code fields, shipping option changes etc effecting your code. You really need to have a good understanding of coding AND BC in this case unfortunatly.
    Possible though, but if you do not want to pay for it to be done or not able to do it yourself - Best to avoid this if you can on the project.

  • Unhappy customer - shipping issue - wrong items received

    I completed my follow up survey but wanted someone to be aware of my issue.  I have ordered many items over the years from bestbuy.com and have never had an issue until last week.  
    I ordered a new digital camera and when it arrived I opened up a box of ink cartrdges, not at all what I had ordered.  The invoice showed the doigtal camera is being inside the box.  I contacted customer service and the camera has since been reshpped.  
    My complaint is that it was sent standard shipping???  Why was it not shipped expedited since it was an error on best buy's part?  This was extremely disppaointing because I ordered the camera early enough to be received in time to be used on specific day which is now in the past.  I am also leary of future problems since I anticpate being double billed for two cameras even though I expect to receive just one ( assuming the camera and not more ink cartridges shows up later this week).
    Poor customer service with reagrds to this shipping error............

    Hello cpools,
    Online ordering should be a quick and easy way to purchase what you need, but certainly doesn’t work if we don’t provide you what you ordered. I can only imagine how frustrating it would be to find ink cartridges instead of the camera I purchased, so I’m sure waiting any longer than necessary for the correct item is absolute torture, and I’m sorry for the unexpected wait.
    If a reshipment is necessary for one reason or another, we typically reship based on the shipping option that was originally selected.  As your order was processed through standard shipping, we do ask for 4 to 8 business days to deliver your order according to our Shipping Costs and Timing policy. Having said this, I looked at your recent reshipment using your email address attached to the forum, and according to the tracking number, UPS should have your camera delivered by end of day today. Please know though that a signature is required to accept the delivery.
    Once again, I’m sorry for the delay. If you have any additional questions or concerns, please don’t hesitate to let me know.
    Best Wishes,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Shipping Option (UPS,FedEx, Etc.) Listed on Invoice

    Is there a way I can take the shipping option the customer chooses when checking out with the BC shopping cart (UPS Ground, Overnight, FexEx, etc) and list it on the emailed invoice? I can't seem to find any tags or see a way to do this, although it seems like a basic option so I'm probably completely missing something
    Thanks

    I would like to also find an answer for this and does sound like a basic option. I like to use the emailed invoice as a working order but will be useless unless it states the shipping option. I wouldnt like to have to go into the admin for each order just to find this information. Any ideas's anyone?

  • BC shipping options WORKAROUND

    BC shipping options WORKAROUND
    Customer has 100's of large heavy products that would need to be shipped using (LTL) FedEx Freight Services. The existing FedEx Freight Services in BC eCommerce is limited to 2 and 3 days and under 65lb.  FedEx offers all the freight options needed but they are not in the BC shipping options.
    Looks like the BC API for FedEx is for little products only. 
    What am I missing?
    Is there a WORKAROUND?
    can I create custome API account with the user defined option?

    Your best bet would probably to set a price for those products as $0.00 or 0 in whatever currency your site uses.  Then, on your checkout page you can use some jQuery/javascript to sense if there are any products in the cart that have $0.00 and you can then hide the checkout button and show the get quote button which will force the user to get a quote instead.  Then, you client will receive a notification of a quote that's been generated and they can update it to include the custom shipping cost manually in the BC Admin and resend it as an invoice for that customer.

  • Shipping Options, Limit Delivery to Following Countries - heads up

    Currently there is an issue in the shipping options if there are multiple methods specified in shipping options.
    A case is current and is now with dev team, basically is as follows with work around until fixed.There seems to be a issue with shipping options:
    When a shipping option is selected, the "Limit Delivery to Following Countries" list should reload to reflect the countries selected. Now it works only for the first selection
    I have duplicated it internally, confirmed it and reported it to our development team. The ticket number is #2751493, for your reference.
    The workaround is to always re-start the process by going to Ecommerce->Shipping, instead of clicking on several shipping options to change them one by one. So, go to Ecommerce->Shipping options, select the one you want and make the changes. If you need to make change to another one, go back to Ecommerce->Shipping and then select it.
    Date 9 May 2012 FYI, hope this prevents others having issues with shipping

    The above should have read:
    9/8/14 Notification that I'm late on July wireless and assessed a late fee
    Even though I am the author, it won't let me edit the message.  Sigh

  • Shipping Options Lock iPad web browser

    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>

    Look at your code, it's a loop:
    <script type="text/javascript">
    var shippingOptions = document.getElementById('ShippingOptions');
    if (shippingOptions) {
       shippingOptions.selectedIndex = 1;
       shippingOptions.onchange();
    </script>
    Although most browsers I've come across wont fire the onchange event unless you manually change the selection, I can't say what IOS would do, but it seems it fires the onchange event on any change. Remove the shippingOptions.onchange(); from your code and see if still hangs, if it doesn't you know the issue and you just have to refactor your code.

Maybe you are looking for

  • Error 1031/ error 1026

    Hello, I made a change on a sub.vi (MFCCarrierScheath.vi) to (MFCCarrierSheathR1.vi). This change can be seen by the additional case structure surrounding the second to the right case structure in MFCCarrierSheathR1. This change has resulted in two e

  • HT1657 how do i move a rented movie to my apple tv?

    I've just rented a movie through itunes on my macbook and want to watch it on my tv through apple tv.  How do i movie it to the apple tv?

  • How to create a on/off modulation in AWR VSS?

    Hi all!!! This is my first post and want to know if anyone knows how to make a source amplitude modulation on / off in VSS, the purpose is to create a sequence of RF pulses at a frequency of 1090MHz and PRF of 250Hz for simulate a Secondary RADAR sys

  • InDesign CS6 for Mac v8.1 updater

    Manual download available?

  • Here's an animated binary and octal counter

    I was inspired by the "Milliseconds.fx" code example in the NetBeans pack and coded this animated counter. I've done binary and octal so far, but I'm going to work on abstracting a base class before doing decimal and hex. I know it's not all elegant