• Resolved Kostas Pinakas

    (@flyingfinn64)


    Hello we try to move a text field before add to cart button in product page but we cant succeed. Tried the following

    add_filter(‘wcpa_display_hooks’, function ($hooks) {

    $hooks[“fields”] = [“woocommerce_before_add_to_cart_button”, 10];

    return $hooks;
    });`

    but doesn’t work. Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • Hi,
    Sorry for the delay in response.

    Can you please try to change the priority of the hook?

    Here, the value is 10. Please increment to higher or decrement to lower.

    If doesn’t work please share your product URL

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Custom field before add to cart’ is closed to new replies.