• Resolved ektam12

    (@ektam12)


    I want to change the position of the text displayed by the plugin. HOw do I do that?

    • This topic was modified 6 years, 6 months ago by ektam12.
Viewing 1 replies (of 1 total)
  • Plugin Author Mohammed Saimon

    (@saimonh)

    @ektam12

    You can just replace this code
    add_action( 'woocommerce_after_add_to_cart_form', array( $this, 'wc_esd_show_date' ) ); with
    add_action( 'woocommerce_before_add_to_cart_button', array( $this, 'wc_esd_show_date' ) );
    at line no 38 in woo-estimated-shipping-date.php

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change the position of the date to before add to cart’ is closed to new replies.