Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Knowledge Base
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • A

      Array Functions not working
      • anjugopi

      2
      0
      Votes
      2
      Posts
      268
      Views

      devansh-webkul

      You are giving objects to the function and the function you are using is the array function.

      And there is no Bagisto here. This is a core function of PHP.

    • P

      php version 7.4.
      • pann

      2
      0
      Votes
      2
      Posts
      296
      Views

      devansh-webkul

      Which Bagisto version are you using?

    • R

      Bagisto API token lifetime
      • rahulanand84

      2
      0
      Votes
      2
      Posts
      224
      Views

      devansh-webkul

      Hi @rahulanand84,

      Just add JWT_TTL=120 in your .env file and run php artisan optimize command.

    • B

      How to increase password lenght from 18 to e.g. 32?
      • Balthazar

      4
      0
      Votes
      4
      Posts
      1140
      Views

      devansh-webkul

      Hi @Balthazar,

      Check here for admin,
      https://github.com/bagisto/bagisto/blob/864d1c3143ca2d199bf5cac0a4ef8f48ad02a392/packages/Webkul/Admin/src/Resources/views/users/users/create.blade.php#L50

    • P

      Is it possible to make product categories option required ?
      • pasha

      2
      0
      Votes
      2
      Posts
      182
      Views

      devansh-webkul

      @pasha,

      You need to check this component,
      https://github.com/bagisto/bagisto/blob/c4a5a617d315e52fee3ea7f177673526f5728ec8/packages/Webkul/Admin/src/Resources/views/catalog/products/accordians/categories.blade.php#L10

    • F

      cart update is issue
      • Farhatkausar

      4
      0
      Votes
      4
      Posts
      265
      Views

      devansh-webkul

      Just check in dev mode.

    • F

      how can i edit velocity theme
      • farshadf

      11
      0
      Votes
      11
      Posts
      1886
      Views

      devansh-webkul

      @devansh-webkul said in how can i edit velocity theme:

      Hi @Aung-Myo-Oo,

      If you have not customized anything then you can run,
      php artisan vendor:publish --force

      Otherwise, I will suggest you place that file manually in the resources/themes path.

      I already mentioned here that if you have not customized then you can run it.

      Now there is no way.

    • S

      Configurable product - image dont change on the change of the color
      configurablepr variant configurable image • • shansari25

      2
      0
      Votes
      2
      Posts
      878
      Views

      devansh-webkul

      Hi @shansari25

      Please verify this with the latest version. This is already fixed.

    • H

      Marketplace bulk upload not showing image in frontend but saved in storage folder
      • harshaq

      4
      0
      Votes
      4
      Posts
      1443
      Views

      N

      Hi @harshaq ,
      please mention you bagisto version .
      also please raise a ticket with your ssh and ftp details so that we can check the issue on your instance .(https://bagisto.uvdesk.com/en/)
      Thanks!

    • V

      How to get products category wise using Graphql APIs?
      • vaida.prateek28

      2
      0
      Votes
      2
      Posts
      192
      Views

      N

      Hi @vaida-prateek28 ,
      right now there is no api to get category wise products. but we are working to implement the api in future .
      Thanks!

    • J

      What is the difference between the memcpy() and strcpy() functions in C?
      • james_woody

      2
      0
      Votes
      2
      Posts
      1278
      Views

      devansh-webkul

      Is this thing relate with Bagisto?

    • S

      How can i change the Site title ?
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      1002
      Views

      V

      i did this changes but the title is not changed?

    • K

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

      8
      0
      Votes
      8
      Posts
      1533
      Views

      devansh-webkul

      @Kamdjou,

      It usually happens and I am glad that you reported also.

    • S

      slick slider issue in custom theme
      • shayaan.aqeel

      7
      0
      Votes
      7
      Posts
      609
      Views

      A

      OK thanks

    • Y

      javascript not work frontend
      • yaser housen

      2
      0
      Votes
      2
      Posts
      199
      Views

      devansh-webkul

      Hi there,

      Can you elaborate more?

    • Y

      javascript not work on frontend
      • yaser housen

      2
      0
      Votes
      2
      Posts
      175
      Views

      devansh-webkul

      Please use one thread,
      https://forums.bagisto.com/topic/2861/javascript-not-work-frontend/2

    • O

      Inventory deducted on order
      • otheriz

      6
      1
      Votes
      6
      Posts
      579
      Views

      H

      @nessuno Hi can you share the solution you used

    • V

      How to create new graphql api
      • vaida.prateek28

      2
      0
      Votes
      2
      Posts
      198
      Views

      N

      Hi @vaida-prateek28 ,
      you have to define the related schema and type and quires and mutation .
      you can take the reference of the following API :
      https://github.com/bagisto/headless-ecommerce/blob/main/src/graphql/setting/user.graphql
      Thanks!

    • A

      Custom Repository Creation
      • anjugopi

      5
      1
      Votes
      5
      Posts
      407
      Views

      devansh-webkul

      You can override.

    • S

      sir please helep me i need to create a category image and title slider curosol after main slider in velocity theme
      • shafin

      4
      0
      Votes
      4
      Posts
      975
      Views

      devansh-webkul

      I think you need to this,
      https://github.com/bagisto/bagisto/blob/710e1515fdfad46e3086dfecab61a1fd8cd5503b/packages/Webkul/Category/src/Models/Category.php#L52

      This is already appended with attributes here,
      https://github.com/bagisto/bagisto/blob/710e1515fdfad46e3086dfecab61a1fd8cd5503b/packages/Webkul/Category/src/Models/Category.php#L64