Bagisto Forum

    Bagisto

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

    new generated payment method icon

    General Discussion
    3
    4
    39
    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.
    • E
      elrefaie80 last edited by

      i have followed the tutorial on bagisto page regarding creating a payment method using bagisto package generator, currently the payment method appears in the checkout page but doesn't have an icon, please i need help on how to add an icon .

      1 Reply Last reply Reply Quote 0
      • ghermans
        ghermans last edited by

        inside src/Payment/YourPaymentMethod.php add the following code

        /**
             * Get payment method image.
             *
             * @return array
             */
            public function getImage()
            {
                $url = $this->getConfigData('image');
        
                return $url ? Storage::url($url) : bagisto_asset('images/the-filename.png', 'shop');
            }
        

        Kind regards,
        Glenn Hermans

        Manager Bagisto Europe
        info@bagisto.eu

        T 2 Replies Last reply Reply Quote 0
        • T
          telrefaie1980 @ghermans last edited by

          @ghermans Thanks for your fast response, i added this code and still the image is not loading.

          1 Reply Last reply Reply Quote 0
          • T
            telrefaie1980 @ghermans last edited by

            @ghermans thanks for your fast reply , i added this code and still no image for the payment method

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