Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

woo order notification cuztomization

$
0
0

Replies: 0

Hello,
great plugin.

I would like to have the order URL instead of the site URL at the end of the notification send to telegram when new order is created.

I have to change to code to something like that :


        public function telefication_action_woocommerce_thankyou( $order_id ) {
...
                //$message .= site_url();
                $message .= $order->get_edit_order_url();

But a customizable template would be better because I will loose my changes when I update the plugin …


Viewing all articles
Browse latest Browse all 59525

Trending Articles