Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. bagisto
    Log in to post
    • All categories
    • 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
      1109
      Views

      sanjay-webkul

      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
      240
      Views

      admin

      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 • cart add to cart help empty cart bagisto • • Kamdjou

      8
      0
      Votes
      8
      Posts
      1430
      Views

      devansh-webkul

      @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
      342
      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
      611
      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 • price bagisto development • • chndrgd

      3
      0
      Votes
      3
      Posts
      640
      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