• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
363
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 16 Sept 2019, 06:13

    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 16 Sept 2019, 06:47

      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 16 Sept 2019, 09:15

        we not finding that function in core.php

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by 16 Sept 2019, 12:28

          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 17 Sept 2019, 05:26

            we copy this its work,thanks

            1 Reply Last reply Reply Quote 0
            5 out of 5
            • First post
              5/5
              Last post