• Hello, I need help, in the template, the order form is on each tab, but the date field appears only on the first tab, that is, the call is a one-time. Is it possible to fix it?

    Demonstration:

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ashanna

    (@morki)

    Hello,

    Can you check that in your template file this action hook is in each tab?

    <?php do_action( 'woocommerce_before_add_to_cart_button' ); ?>

    Although I can’t promise it will work if you have several inputs on the same page.

    Regards,
    Natasha

    Thread Starter chadrex

    (@chadrex)

    Yes, this hook is prescribed in the product variation template, the problem is most likely that the calendar call cannot be duplicated on the page several times.

    Plugin Author Ashanna

    (@morki)

    Yes, I don’t think it can work, sorry. But the fields should be there anyway I guess (without anything happening if you click them).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display the calendar on several tabs?’ is closed to new replies.