Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mivtt

    (@mivtt)

    Hi,

    Please add this conditional tags in the Popup tab of this plugin setting, the conditional tags feature that helps to solve your request above.

    if ( is_checkout() && !empty( is_wc_endpoint_url('order-received') ) ) {
    }

    Best regards.

    • This reply was modified 3 years, 7 months ago by mivtt.
    Plugin Support mivtt

    (@mivtt)

    Hi,

    We modify a little bit in the conditional tags, please use the below one instead:

    is_checkout() && !empty( is_wc_endpoint_url('order-received')

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pup out position’ is closed to new replies.