• Resolved jakwalker

    (@jakwalker)


    How would I show a text Field value as its being input on the same product page? Without clicking the add to cart button as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jakwalker

    (@jakwalker)

    That’s perfect exactly what I was looking for thank you!

    We actually purchased the Pro version of your Plugin now 😊

    We replied to a ticket email you sent us but never got a reply…

    Do you know what code we can add to function.php to change the line code in woo-custom-product-addons-pro/includes/class-wcpa-front-end.php

    Line: 539

    From this:

    add_action($this->hooked_field_tag[0], array($this, ‘before_add_to_cart_button’), $this->hooked_field_tag[1]);

    To this:

    add_action($this->hooked_field_tag[0], array($this, ‘before_add_to_cart_button’),1, $this->hooked_field_tag[1]);

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text Field’ is closed to new replies.