Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #986028

    Hi,

    at the moment the legal checkbox in our cart is between the addresses and the cart. I would like to place that just before the confirm button instead. Can you please tell me, in which file the order of the check out elements is defined?

    Thank you for your help!

    Best regards,

    Thomas Hoffmann

    #986146

    Hey Thomas Hoffmann,

    Can you give us a link to your site? so we can check it.

    Best regards,
    Nikko

    #986281

    Hi, thanks for your answer, the link is in private section. Best regards, Thomas

    #986443

    Hi koelschcard,

    I see, I don’t think this is more on the plugin than for Enfold, it’s out of the scope of our support but you can try to add this css code in QUick CSS (located in Enfold > General Styling):

    #order-verify {
        position: relative;
    }
    
    #order-verify .wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal {
        position: absolute;
        bottom: 0;
    }
    
    #order-verify .shop_table.woocommerce-checkout-review-order-table {
        margin-bottom: 50px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #986471

    Hi,

    thank you very much, that helped. Working perfectly.

    Best reagrds,

    Thomas

    #986770

    Hi Thomas,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.