• Resolved Olufemi

    (@yurbshop21)


    Hello!
    Please, I need help with the display format of my vendor location. Used the below function.php to achieve the display of vendor’s location

    <?php $address = $vendor->get_address(); ?>
    <?php printf( ” “. $address[‘city’]) ?>
    <?php printf(” “.$address[‘state’] ); ?>
    </span>
    <?php
    }
    }

    City works fine while the State dislays first two letter of the vendor’s state. E.g LA instead of Lagos. Please what am I doing wrong?
    Here’s a screenshot https://prnt.sc/YjySnhVmRr0b

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Location not displaying in full’ is closed to new replies.