Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi rharjes,

    Unfortunately there isn’t an easy way to change the output. I know it’s not ideal and hope to present the kind of formatting you describe in the future, but I don’t think they’ll be available soon.

    Thread Starter rharjes

    (@rharjes)

    I actually figured out a temp fix for right now. It’s not the best way of doing it, but this is what I did (I modified the shortened abbreviations to “Mon, Tue, Wed, etc instead of Mo, Tu, We). I added this in the template php file.

    $string = !empty( $days ) ? join( '-', $days ) : '';
    
    if ($string == ("Mon-Tue-Wed-Thu-Fri") ){
     $string = ("Mon-Fri ");
    }

    Yeah that will do it. Keep in mind your change will be overwritten whenever a new update comes out, so you’ll have to go in and fix it again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortening opening hour brief’ is closed to new replies.