Navigation

    Bagisto Forum

    Bagisto

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

    • S

      I need to edit header to have drop down for showing subcategories in the menu
      Bug Report • bagisto • • samk99  

      2
      0
      Votes
      2
      Posts
      878
      Views

      Hi there, For this you need to customize the Bagisto. Can you please let me know which version of Bagisto are you using ?
    • H

      Sale Sticker Not Coming under Configurable Product
      Bug Report • bagisto configurable product • • HussainMerchant  

      2
      0
      Votes
      2
      Posts
      38
      Views

      Hi there, We will fix this in our next release
    • K

      Add to cart is empty if you are not logged in mini-cart is status: false
      Knowledge Base • bagisto cart add to cart help empty cart • • Kamdjou  

      8
      0
      Votes
      8
      Posts
      759
      Views

      @Kamdjou, It usually happens and I am glad that you reported also.
    • F

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

      2
      0
      Votes
      2
      Posts
      151
      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
      255
      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
      315
      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