• Resolved anjenehm

    (@anjenehm)


    Dear Support Team,

    thank you at all for the great solution for woocommerce and the german market. We are also using the pro version of germanized.

    With the update 3.8.2 the checkout is a bit destroyed at our checkout.
    Improvement: Insert DHL preferred services checkout selection after checkboxes

    Could you gave us a advice to revert these back? With a add_filter or other call?

    Thank you at all!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter anjenehm

    (@anjenehm)

    Just checked the other shops, they have got the issues too :/

    • This reply was modified 3 years, 1 month ago by anjenehm.
    Plugin Author vendidero

    (@vendidero)

    Hi there,

    the DHL services are added right under the checkboxes (this is part of a legal update due to special rules of the button solution: https://vendidero.de/dokument/umsetzung-der-button-loesung-im-woocommerce-checkout).

    You might of course adjust the layout via CSS in your (Child-) Theme. Reverting the changes is not recommended. You could remove the output and add it again (as in earlier versions) within your child-theme via functions.php:

    add_action( 'init', function() {
       remove_action( 'woocommerce_review_order_after_payment', array( '\Vendidero\Germanized\DHL\ParcelServices', 'maybe_output_fields' ), 500 );
       add_action( 'woocommerce_review_order_after_shipping', array( '\Vendidero\Germanized\DHL\ParcelServices', 'add_fields' ), 100 );
    }, 20 );

    Cheers

    Thread Starter anjenehm

    (@anjenehm)

    Hey!

    Thank you very much for the fats replay.
    Is it also for the pro multistep? We are using these solution for our checkout.

    Sehe gerade ihr bietet auch den Support in Deutsch an? ^^

    Thank you very much again.

    Best and kindly regards

    Thread Starter anjenehm

    (@anjenehm)

    Hello again,

    jetzt ist das DHL Feld gedoppelt bei uns in der Kasse. Müsste der DHL ordner in woocommerce-germanized/checkout entfernt werden? Habe erstmal euer snippet wieder aus der functions gel?scht.

    Danke für eure Hilfe!

    • This reply was modified 3 years, 1 month ago by anjenehm.
    Thread Starter anjenehm

    (@anjenehm)

    Hey again,

    solved this issue with the css rule order and some jquery magic.

    Thanks at all!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘DHL preferred services checkout’ is closed to new replies.