• Resolved alexssdb

    (@alexssdb)


    Hello,

    I would like to change the order of appearance of the subscription form and put it in front of the text of the product sheet.

    Could you help me? I need to know the name to change the order.

    remove_action( ‘woocommerce_single_product_summary’, ‘????’, 30 );
    add_action( ‘woocommerce_single_product_summary’, ‘????’, 15 );

    Thanks

Viewing 1 replies (of 1 total)
  • @alexssdb. sorry for the delayed response.

    In order to remove the field from the current position, use this code :
    remove_action('woocommerce_single_product_summary', array($this, 'get_alert_form'), 30);

    Now, where do you want to show the field?

Viewing 1 replies (of 1 total)
  • The topic ‘Change place’ is closed to new replies.