mikesee
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Trying this on latest version, updated lines 241, 248 from 1 to 2, mobile is still only showing 1 column. Any other lines need to be updated?
This is exactly what I was looking for. Thank you!
this is what I’ve tried
/* purolator change color */ add_action( 'get_ast_provider_name_callback', 'color_purolator', 10, 3 ); function color_purolator ($provider_name){ if ($provider_name = 'Purolator' ) { return "<p style='color:red'>"; } }Do you have access to FTP or cpanel in hosting? You will need to edit the file via those methods as you can’t use plugin editor in your site.
This is how I updated my code to get it to work.
if ( $this->instructions && ! $sent_to_admin && 'emt' === $order->get_payment_method() && ( $order->has_status('on-hold') || $order->has_status('pending') ) ) { echo wpautop( wptexturize( $this->get_instructions( $order ) ) ) . PHP_EOL; } }See if that works for you.
Tried removing ‘processing’ from that line and its working exactly how we were wanting it to. Appreciate that responses!!
Viewing 6 replies - 1 through 6 (of 6 total)