Custom field before add to cart
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Custom field before add to cart’ is closed to new replies.