Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. bagisto
    Log in to post

    • F

      Bagisto API login without token lifetime
      General Discussion • bagisto api bagisto api login • • fiqih.majaindo  

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      You can extend token lifetime by updating this in {your-project}\config\jwt.php file assuming this is JWT_TTL=NULL in .env file. 'ttl' => env('JWT_TTL', 60), update 60 to your limit I use this 'ttl' => env('JWT_TTL', 20160),
    • T

      Bagisto Paystack Payment Integration
      Knowledge Base • bagisto payment paystack laravel-paystac custom-payment • • teecode  

      2
      0
      Votes
      2
      Posts
      48
      Views

      V

      @teecode said in Bagisto Paystack Payment Integration: integrate paystack payment with bagisto @teecode refer to this post https://forums.bagisto.com/topic/1783/how-do-i-integrate-paystack-payment-gateway-into-bagisto
    • C

      How to delete or changing text 'as low as' is in a product price?
      General Discussion • bagisto price development • • chndrgd  

      3
      0
      Votes
      3
      Posts
      110
      Views

      R

      Hi @chndrgd You can override that view which contains ' as low as' & can remove it or directly change its translation but i will be core changes so override that view & change it accordingly. You can go through with this link for overriding view - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto Thanks