• Resolved Hemant Rathod

    (@hemantathod1590)


    Hello,

    I need to display datefield after Add to cart button in variable product. Is that provide shortcode to display it specific place?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    We don’t have shortcode to display the form fields. You can use the below hooks to achieve the same

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

    Thank You

    Hi,
    I’m reaching out about your request regarding “Is this plugin provide shortcode ?”. It’s been 6 days since we’ve heard from you. So, I hope the issue has been resolved and want to let you know I’m marking your ticket as resolved,
    Please feel welcome to write a new one if you need any further assistance.
    Thank you for working with us!

    Thanks

    Thread Starter Hemant Rathod

    (@hemantathod1590)

    Thx For support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is this plugin provide shortcode ?’ is closed to new replies.