FedEx - auto-select and hide available shipping options

I'm looking to change some of the default shopping cart UI/UX functionality, and I'm assuming this can be done with jQuery - but I figured I'd check here first to make sure as this is a live site and I'd rather not play around too much.
This particular store uses FedEx for shipping, and our feedback so far has been that the fact that a final shipping option turns up at the end is an issue for customers - they usually miss it, and it's just clunky and cumbersome overall.
So I'm hoping that I can somehow have it automatically selected with jQuery and hidden, to show the final shipping amount only. Something like the right-hand side below:
This would then alleviate the need for a pop-up and the extra step checking out.
Has anyone completed this successfully? Is it possible? Would using (.shippingCalc input) as a selector work?
Furthermore - separately - has anyone enabled a zip lookup so that state can be pre-selected for tax calculations?
Thanks.

Yes drop me a line, I've re-written nearly of this Javascript to auto select based on 1 input. Not done it for Fedex but have done it for the Australia post but the code and UI interface is the same.

Similar Messages

  • Auto Select Available Shipping Options

    After a user enters a zip code they must choose an Available Shipping Options. In my case I am only offering one shipping option and would prefer this to be auto-selected for them to ease the process. I have attempted the following code but it did not work:
         var $radios = $('input:radio');
         $('#shippingPostcode').change(function() {
             $radios.trigger('click');
    How would I auto-select the only option available?
    Thanks!

    Yes drop me a line, I've re-written nearly of this Javascript to auto select based on 1 input. Not done it for Fedex but have done it for the Australia post but the code and UI interface is the same.

  • Diff between at line selection and HIDE technique

    hi all,
           wht is the diff between at-line-selection and HIDE technique.
            wht r code instructor
            wht is extended testing
            how can we find selected error records in session                          method ex:-if there r errors in 4th 9th 13th record.
    tthnx in advance

    HIDE
    Syntax
    HIDE dobj.
    Effect
    This statement stores - in the current list level - the content of the variable dobj together with the current list line whose line number is contained in sy-linno. The data type of the variables dobj must be flat and no field symbols can be specified that point to rows of internal tables, and no class attributes can be specified. The stored values can be read as follows:
    For each user action in a displayed screen list that leads to a list result, all the row values stored using HIDE - that is, the row on which the screen cursor is positioned at the time of the event - are assigned to the respective variables.
    If a list row of an arbitrary list level is read or modified using the statements READ LINE or MODIFY LINE, all the values of this row stored using HIDE are assigned to the respective variables.
    Notes
    The HIDE statement works independently of whether the list cursor was set. In particular, variables for empty list rows can be stored - that is, rows in which the list cursor was positioned using statements like SKIP.
    The HIDE statement should be executed immediately at the statement that has set the list cursor in the row.
    Outside of classes, constants and literals that cannot be read in list results and in the statement READ LINE can be specified for dobj outside of classes.
    Example
    Storing square numbers and cubic numbers for a list of numbers. The example shows that arbitrary variables can be stored independently of row content. In the real situation, one would more likely store only the number and execute the calculation, when required, in the the event block for AT LINE-SELECTION.
    REPORT ...
    DATA: square TYPE i,
          cube   TYPE i.
    START-OF-SELECTION.
      FORMAT HOTSPOT.
      DO 10 TIMES.
        square = sy-index ** 2.
        cube   = sy-index ** 3.
        WRITE / sy-index.
        HIDE: square, cube.
      ENDDO.
    AT LINE-SELECTION.
      WRITE: square, cube.
    AT LINE-SELECTION
    Syntax
    AT LINE-SELECTION.
    Effect
    This statement defines an event block whose event is triggered by the ABAP runtime environment during the display of a screen list - provided the scren cursor is on a list line and you select a function using the function code PICK. Through the definition of this event block, the standard list status is automatically enhanced in such a way that the function code F2 and, with it, the double-click mouse function is linked up to the function code PICK.
    Note
    If the function key F2 is linked with a function code different than PICK, each double click will trigger its even, usually AT USER-COMMAND, and not AT LINE-SELECTION.
    Example
    This program works with the standard list status. A line selection with the left mouse key causes the event AT LINE-SELECTION and creates details lists.
    REPORT demo_at_line_selection.
    START-OF-SELECTION.
      WRITE 'Click me!' COLOR = 5 HOTSPOT.
    AT LINE-SELECTION.
      WRITE: / 'You clicked list', sy-listi,
             / 'You are on list',  sy-lsind.
      IF sy-lsind < 20.
        SKIP.
        WRITE: 'More ...' COLOR = 5 HOTSPOT.
      ENDIF.
    Thanks,

  • Stop/remove/hide the shipping options alert

    I'm having trouble with the shipping options alert that pops up and says "Shipping option selected successfully." I really REALLY don't want this to appear. How do I stop it, remove it, hide it?

    I found an answer on another post. You can use this method http://forums.adobe.com/docs/DOC-1865

  • Streamline Shipping Option Selection

    I am looking for a way to make selecting a shipping method easier on my client's website.
    Currently, you have to select your shipping option, then state, then zip code. Is there any way to simplify that and just have a user put in their zip code (the system will derive state from the zip), then display all available shipping options and the respective prices?
    Thank you,
    Mike

    There are various reasons why you may not want to do that:
    1: The buyer may not know the zip code if they are shipping to a different address than their own.
    2: There are so many zip codes it would be a nightmare to set up and maintain

  • Airport card won't auto select my AirPort network at boot up

    I have two AirPort express routers in the house, configured together (to increase range) on one network, "Aspen". Its the only network I have. When I first set up my Mac several years ago I used the AirPort wizard. After initial config, my Mac would always automatically select the wireless network "Aspen" at every boot up. Over time, I started to see my neighbor's various networks listed too, but, the AirPort card always auto selected and connected to my network.
    Somewhere along the way (with various network reconfigs happening to add the second router, reset a password so someone's WIndows machine could use the network, etc..) somehow my config got munged and for the last year or so my AirPort card would not auto connect. I'd have to manually select "Aspen". In the last few months, auto select has begun working again, but, it always, always selects my neighbors network, and I have to manually switch it over to mine.
    I've used the Help docs below. I've got it set up exactly as they're saying. "Aspen" is the ONLY network on my AirPort list. When I boot, it says, "I can't find your network. Would you like to connect to "neighbors network"? What can I do to reconfigure this to work correctly?
    Thanks so much!
    Choosing preferred AirPort networks
    By default, AirPort attempts to join the wireless network your computer was most recently connected to.
    If you are in an environment with multiple wireless networks, you can set up your computer to join a preferred network when you start your computer, wake it from sleep, or turn AirPort on.
    AirPort keeps track of the wireless networks your computer has connected to, and lists them in the Network pane of System Preferences.
    To choose a preferred AirPort network using Mac OS X 10.4:
    Open Network preferences, choose AirPort from the Show pop-up menu, and click AirPort.
    Choose "Preferred networks" from the "By default, join" pop-up menu, and select a network from the list.
    You can add wireless networks to the list by clicking the Add button, and clicking on the Network Name pop-up menu. Choose a network and enter a password for the network if necessary. Use the Delete button to remove a network from the list.
    To give a network the highest priority, drag the name of the network to the top of the list. This is the network AirPort will attempt to join first.
    If you are using Mac OS X 10.3, choose "A specific network" from the "By default, join" pop-up menu, and either type the name of the network in the Network field, or click the Network pop-up menu to display the available networks, choose one and then enter your password for the network.
    You can set additional options to control the way your computer joins available networks. Click Options and choose an option from the "If no preferred networks are found" pop-up menu.
    If you choose "Ask before joining an open network," you will be prompted when an open network becomes available. If you choose "Automatically join an open network," you will not be promoted, and will automatically join an open network when it becomes available. If you choose "Keep looking for recent networks," AirPort will continue looking for networks you have already joined, and automatically join the network when one is found.

    You might try the steps in this Knowledge Base article;
    http://docs.info.apple.com/article.html?artnum=304482
    Dah•veed

  • How to set wholesale shipping options

    Is there a way to set different shipping options just for wholesalers? I don't want my retail shipping options to be the same as my wholesale shipping options. I'm not finding a way to add a different shipping options just for wholesalers to see. Thanks for any help that can be given to me.

    Hi,
    Go to the shipping option section and locate "show shipping option to" as you can choose wholesaler to make the shipping option specific as required.
    "Show Shipping Option To - This option will allow you to display this shipping option to all customers, wholesalers or non-wholesalers"
    - http://kb.worldsecuresystems.com/833/cpsid_83328.html
    Kind regards,
    -Sidney

  • 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.

  • Batch handle with 'Auto Select' option

    Hello Everyone!
    We are trying to find out how the 'Auto Select' button works with batch handle.
    Our customer wants to handle batches by FIFO.
    We need to try if it is possible to 'Auto Select' batches by 'Admission Date'. Even when we found out that it is possible SBO does not do it rightly, because not always get well organized by 'Admission Date'.
    Somebody knows which logic uses the 'Auto Select' option to select batches?
    There is some configuration at SBO to handle batches by 'Admission Date'?
    Thanks a lot!

    The batch auto selection selects the batches according to the ascending alphanumeric order. To issue based on FIFO method, user has to identify the admission date/ manufacturing date of the batch and issue.
    There is No configuration at SBO to handle batches by 'Admission Date'.
    As a workaround you can use the batches to startwith  'Admission Date'.

  • Batch Number "Auto Select" Option?

    Hi All,
    I've got an issue in batch number selection form, where when i'm selecting the batch number using auto select it is selecting the batch number starting with the smallest alphanumeric value, But it is supposed to select the oldest batch number first. as the client with whom we r dealing with is a pharmacetical trader, where he has to sale the products according to FIFO priority.
    Is there any configaration settings regarding this option?
    else i've got a thought like can we disable the auto select button?
    so kindly help me out
    Thanks In Advance

    hi,
    It is standard system behaviour when you click auto select ,
    it will pick up batches in sequential order.
    So avoid clicking auto select.
    Enter reqd. quantity in selected batch and use > move it to right side.
    Jeyakanthan

  • Iran and syria not in shipping options

    Just trying to set up shipping option and Iran and syria do not appear? Yet you can select them on the checkout page.
    Anyone kno what the reason is?

    Hi Joe,
    I can see them on my test site. What's your site URL? It is possible that all new sites will not have those countries in them since those countries are under trade embargo and we're a US company and have to comply with the US law.
    Cheers,
    mario

  • If i selected to "Create a new backup" and then cancelled that option but want to go back and select "Inherit backup history"; how do i go back and do that since now when i plug in my HD, that option doesn't appear anymore?? Any Help?

    If i selected to "Create a new backup" and then canceled that option but want to go back and select "Inherit backup history"; how do I go back and do that since now when I plug in my external hard drive, that option doesn't appear anymore?? Any Help? I bought a MacBook Air, but decided to return it for the newest model, and I wanted to back it up so that I can then back it up on my new MacBook Air. I didn't understand the option to Inherit or start a new back up, and therefore selected the option to create a new backup. I believe I should have selected to Inherit backup history so that when i back it up on the new MackBook Air, it appears the same as the one I'm returning.... Is there anyway that i can re-select the option to Inherit backup history for time machine?

    Thanks for sharing this link.
    I've posted a question here https://discussions.apple.com/message/22049103#22049103 describing my situation. Are you able to suggest me the right option?

  • Where can I find a guide to all the options and settings available via the "about:" pseudo-URL? (Using FF 3.6.8)

    When I last used Firefox support, several years ago, I saw mention of a long list of options and settings available, using a kind of local URL, beginning with "about:". I can't find it now. The text "forums" that I saw then seem to have disappeared and been replaced by support for dummies who might be frightened if they saw a page containing more than just a tiny amount of information.
    The question is: where can I find this guide, listing all the available options and settings so that I can make my own decisions?

    I must have forgotten; it wasn't exactly FF support, but Mozillazine. '''Thank you for the pointer'''. The "long list" I was thinking of was in fact about:config, which is pointed to by that page.
    Given all that, I think it should be easier to find Mozillazine from the FireFox support pages.

  • Hide the Range Option in Multiple Selection screen

    Hai,
    I Give the values In single Values In Selection Option Screen.
    I want to need Hide the Range Option Include or Exclude In Multiple selection screen.
    Regards,
    Geetha

    just check this it may help you
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822</a>
    here restricting the selection screen
    regards
    shiba dutta

  • Select field and hide field at data source ganaration  for LO extrction

    Hi GURU,S
    Could any one tell me what is differce between select field and hide field at data source ganation in LO at r3 side.what happend if u select field and hide field.
    Regards.
    hari

    Hi Hari,
    If you choose Select fields, you'll be able to filter this IO in Selection tab of infopackage (set IO's value(s) to be loaded).
    In case of hide field you'll not have it in the transfer structure at all.
    Best regards,
    Eugene

Maybe you are looking for

  • How can I use two drop down lists for one time value?

    I want to enter the length of time that someone does an activity in hours and minutes using two drop down lists, then enter them as a single time value (H:i:s) in Mysql. I've used the basic drop down lists, and a few different variations of the follo

  • How Do You Deploy a War File to The OC4J Standalone ?

    I have a .war file that contains example code and I would like to deploy it to my OC4J Standalone. I tried putting the war file in the applications directory and adding a line in the server.xml file but I received the error: Error instantiating appli

  • Emac won't get to sign in screen

    Hi, I can't sign on to computer. I put in install disc and ran repair disk and one repair was listed: invalid leaf record count. (It should be 26 instead of 17) That was the last thing I tried. Earlier I started the computer holding dow Shift-Command

  • Fixing Corrupt File in Indesign CC

    I have a corrupt file and all the fixes I see online refer to exporting it to a .inx file type which does not exist on CC version of Indesign.  I have updated my mac software and the indesign app and the files is still corrupt. Suggestions?

  • Opatch

    hi is it run as applmgr user or db user?? as applmgr i am getting an error: [visappl@demo OPatch]$ opatch lsinventory Oracle Interim Patch Installer version 1.0.0.0.55 Copyright (c) 2006 Oracle Corporation. All Rights Reserved.. We recommend you refe