New Landing How can we help? Themeforest Theme Support Dante Dante: Woocommerce terms

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #226848
    alemarengo
    Member
    Post count: 695

    Hi guys!
    Speaking of Dante, is there a way to show Woocommerce terms checkbox acceptation prior of woocommerce_checkout_place_order?
    It’s a little bit weird for my customer to read first “ok, place order! yeah!” and then “yes, I accept your terms…”
    Don’t you think?

    #227190
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Unfortunately not out the box no, you would need to modify the actions and hooks located in woocommerce/checkout/form-checkout.php.

    Thanks,
    David.

    #227250
    alemarengo
    Member
    Post count: 695

    Hi David,
    thanks for your reply.

    Apart from your support response, what do you think about this topic? Don’t you think that placing elements in this way is a little bit misleading for customers completing an order?
    I’d like to hear Ed’s idea about, too… 🙂

    #227521
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You are free to reposition this as per your needs. Each customer will have slightly different requirements.

    A very simple approach would be to add this JS to your theme options Custom JS, this will move it above the button:

    <script type="text/javascript">
            jQuery("p.terms").appendTo( "ul.payment_methods" );
    
    	jQuery( document ).ajaxComplete(function() {
    	  jQuery("p.terms").appendTo( "ul.payment_methods" );
    	});
    </script>

    – David

Viewing 4 posts - 1 through 4 (of 4 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