Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Error on click on view seller page/view collection page

    Modules
    2
    5
    301
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yousuf last edited by

      When we click on Seller profile ,Marketplace->profile->view seller page

      ba5e5fb5-a975-4858-9e1f-20066a64396d-image.png

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi @yousuf

        Please create ticket at https://bagisto.uvdesk.com for the same.

        Thanks

        1 Reply Last reply Reply Quote 0
        • Y
          yousuf last edited by

          we not finding that function in core.php

          1 Reply Last reply Reply Quote 0
          • R
            rahul last edited by

            Hi @yousuf

            Please open Core.php file in core package, you will find below code at line number 622.

               /**
                 * Returns country name by code
                 *
                 * @param string $code
                 * @return string
                 */
                public function country_name($code)
                {
                    $country = $this->countryRepository->findOneByField('code', $code);
            
                    return $country ? $country->name : '';
                }
            

            If not, then put this function in same file.

            Thanks

            1 Reply Last reply Reply Quote 0
            • Y
              yousuf last edited by

              we copy this its work,thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post