New Landing How can we help? Atelier Fix checkout form

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #267658
    teddyden
    Member
    Post count: 195

    Hello,

    1) How can I remove the “Additional information / order notes” in checkout
    2) The optional “Ship to a different address?” is stuck open. How can I make it slide open only if someone clicks on the checkbox? Thanks

    #267685
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) I only see Order Notes.

    You can use this plugin: https://www.woothemes.com/products/woocommerce-checkout-field-editor/

    Or you can add this to your child theme functions.php file:

    // remove Order Notes from checkout field in Woocommerce
    add_filter( 'woocommerce_checkout_fields' , 'atelier_woocommerce_checkout_fields' );
    function atelier_woocommerce_checkout_fields( $fields ) {
         unset($fields['order']['order_comments']);
         return $fields;
    }

    2) This looks like it’s caused by your customisation, ie – the one page cart. Have you tested this on a normal /checkout/ page?

    Thanks.

    #267864
    teddyden
    Member
    Post count: 195

    Hi,

    Thanks for 1)

    But for 2) I tried on regular checkout page and its still not sliding when checked, its stuck open.
    The customization is only adding a few elements above the checkout.

    Thanks

    #267958
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache that is created by cache plugin and check for issue.
    Thanks
    Mohammad

    #268128
    teddyden
    Member
    Post count: 195

    Hi,

    I cleared the cache and also tried removing the cache plugin but the problem is still like that.

    #268211
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What version of the theme are you using?

    Can you provide me with a login so I can look into the issue

    – Kyle

    #268225
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #268231
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Asking for an Auth code?

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register