• Resolved Nitroweb

    (@spyrosvl)


    Hi guys,

    Thank you for your hard work on this plugin.

    I have a request. Can you please add filters and actions where possible.
    An example on line 110:

    $this->form_fields = array(

    to

    $this->form_fields = apply_filters( 'woocommerce_eurobank_form_fields', array(

    or line 235

    echo $doseis_field;

    to

    echo apply_filters( 'woocommerce_eurobank_doseis_field', $doseis_field );
    do_action( 'after_eurobank_doseis_field', $max_installments, $installments_variation,  $order_id, $order );
    

    Thank you in advance!

    Best regards,
    Spyros

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

    (@gibeladakis)

    Thank you for your message.

    Regarding your request, we have noted it down and will apply it in one of our future updates.

    Best Regards,
    George I. Beladakis

Viewing 1 replies (of 1 total)
  • The topic ‘Missing filters’ is closed to new replies.