S
Stefan
New Member
Dear Forum, i‘ve tried to toggle/open a popup after Someone ordered in our Woocommerce store.
(Thank you Page /order-received endpoint)
I‘ve created a Popup in Elementor and added the following code to the function.php:
add_action('woocommerce_thankyou_', 'nlmedia1_thankyou'); function nlmedia1_thankyou(){echo do_shortcode('[elementor-template id="6485"]'); }
——————-
-> I also have tried to do it with slugs based on the payment gateway.. (woocommerce_thankyou_COD)
Unfortunately nothing worked.
Thank you in advance - best regards Stefan
(Thank you Page /order-received endpoint)
I‘ve created a Popup in Elementor and added the following code to the function.php:
add_action('woocommerce_thankyou_', 'nlmedia1_thankyou'); function nlmedia1_thankyou(){echo do_shortcode('[elementor-template id="6485"]'); }
——————-
-> I also have tried to do it with slugs based on the payment gateway.. (woocommerce_thankyou_COD)
Unfortunately nothing worked.
Thank you in advance - best regards Stefan