• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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 • 15 Nov 2022, 09:12 • samk99 16 Nov 2022, 04:31

    2
    0
    Votes
    2
    Posts
    1.1k
    Views

    sanjay-webkul 16 Nov 2022, 04:31

    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 • 7 Sept 2022, 06:16 • HussainMerchant 7 Sept 2022, 06:30

    2
    0
    Votes
    2
    Posts
    263
    Views

    admin 7 Sept 2022, 06:30

    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 • 27 Dec 2021, 09:06 • Kamdjou 6 Jan 2022, 04:16

    8
    0
    Votes
    8
    Posts
    1.5k
    Views

    devansh-webkul 6 Jan 2022, 04:16

    @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 • 17 Feb 2021, 08:38 • fiqih.majaindo 17 Feb 2021, 13:04

    2
    0
    Votes
    2
    Posts
    354
    Views

    A 17 Feb 2021, 13:04

    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 • 17 Jan 2021, 15:59 • teecode 18 Jan 2021, 05:12

    2
    0
    Votes
    2
    Posts
    631
    Views

    V 18 Jan 2021, 05:12

    @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 • 19 Aug 2019, 13:44 • chndrgd 20 Aug 2019, 14:04

    3
    0
    Votes
    3
    Posts
    658
    Views

    R 20 Aug 2019, 14:04

    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