• Resolved Jack

    (@theeconomist-1)


    Hi guys,

    Is there a way to show forms/fields below the ‘add to cart’ button instead of default above the ‘add to cart’?

    Many thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Yes, you can show the fields below add to cart button.

    Just use the filter below, Add this to your theme’s functions.php file

    add_filter('wcpa_display_hooks', function ($hooks) {
         $hooks["fields"] = ["woocommerce_after_add_to_cart_button", 10];
         return $hooks;
     });

    Hi,
    It’s been long days we didn’t got any reply from your side.
    We hope issue is resolved.
    Please feel free to contact us if you have further queries.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘showing forms below add to cart’ is closed to new replies.