Woocommerce order received message add url
-
Hey, i have no idea how to code but need your help (think its easy). Im in the thanks.php of my wp site in the woocommerce section. I want add a clickable “here” with a link to this order received message :
Thank you. Your order has been received. Start the course here.This is how the code looks with a mistake (the order received message shows the whole code.
<p class=”woocommerce-notice woocommerce-notice–success woocommerce-thankyou-order-received”><?php echo apply_filters(‘woocommerce_thankyou_order_received_text’, esc_html__(‘Thank you. Your order has been received. Start the course here.‘, ‘mesmerize’), $order); ?></p>
It places the message but the message shows on the website like this:
Thank you. Your order has been received. Start the course here.Can you help me?
-
Wow it actually works in here so i need to show the problem differently. I will add some points so it doesnt format the “here”
<p class=”woocommerce-notice woocommerce-notice–success woocommerce-thankyou-order-received”><?php echo apply_filters(‘woocommerce_thankyou_order_received_text’, esc_html__(‘Thank you. Your order has been received. Start the course <.a h.ref=”myurl.com/course”>here.<./a>’, ‘mesmerize’), $order); ?></p>
-
- The topic ‘Woocommerce order received message add url’ is closed to new replies.