• Resolved elmills81

    (@elmills81)


    I would like for the Note text to be displayed between the Field Label and the actual calendar field. I find many of my customers are not reading the text since it is below the calendar itself.

    I tried to create a custom text based on the developer docs on the website, but that didnt work. I am not sure if that is due to the Lite vs Pro version, but looking at options. Would consider upgrading to the pro version if that would resolve the issue.

    `add_action(‘orddd_after_checkout_delivery_date’,’add_new_field_before’,10,1);
    function add_new_field_before(){
    echo ‘Test Instructions <br>’;
    }

Viewing 1 replies (of 1 total)
  • Plugin Support chetnapatel

    (@chetnapatel)

    Hi @elmills81,

    I got your requirement. But it would be difficult to show the delivery information between the delivery label and the Delivery Date Field. However, you can show it before the delivery date field label by using ‘orddd_before_checkout_delivery_date’ hook instead of ‘orddd_after_checkout_delivery_date’ hook.

    Regards,
    Chetna Bhutka

Viewing 1 replies (of 1 total)
  • The topic ‘Change location of the “Note Text”’ is closed to new replies.