Bagisto Forum

    Bagisto

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

    new generated payment method icon

    General Discussion
    2
    2
    22
    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

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