Bagisto Forum

    Bagisto

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

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

      2
      0
      Votes
      2
      Posts
      1474
      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),
    • R

      Out of stock on simple product
      • rustam

      3
      0
      Votes
      3
      Posts
      928
      Views

      R

      @Vaishali-Agarwal Thank you! It`s working fine

    • ?

      Payment gateaway free
      • A Former User

      4
      0
      Votes
      4
      Posts
      1036
      Views

      ghermans

      Yes you can integrate your own payment methods, more documentation regarding this is available at https://devdocs.bagisto.com/1.x/advanced/create_payment_method.html

    • M

      does bagisto have Server side rendering
      • masoodahm

      2
      0
      Votes
      2
      Posts
      560
      Views

      V

      @masoodahm
      As per my knowledge, it does not support server-side rendering anymore,.

    • ?

      Problem with custom payment method
      • A Former User

      2
      0
      Votes
      2
      Posts
      625
      Views

      V

      Dear @DaniD
      Hope this guide will help you https://devdocs.bagisto.com/1.x/advanced/create_payment_method.html

    • S

      Override Bundle Product Price
      • SP

      2
      0
      Votes
      2
      Posts
      656
      Views

      V

      @SP
      In bundle product, the price will appear from low to high of its child product as you can see here https://prnt.sc/zzovc8
      Here is the doc which may help you to understand the bundle product
      https://bagisto.com/en/how-to-create-bundle-product-in-bagisto/

      If still you have any query, let me know ☺

    • B

      Bagisto behind reverse proxy with SSL termination
      • bzero

      5
      0
      Votes
      5
      Posts
      1947
      Views

      B

      No, i am still looking for help.
      I couldn't make it works properly.

    • ?

      Custom payment method failed
      • A Former User

      3
      0
      Votes
      3
      Posts
      909
      Views

      ?

      I do not receive a response when I call mobilpay ($ order)
      Maybe I shouldn't call where the order function is?
      Usually where would a payment function be called when the order is placed?

    • B

      Logo and image size in Velocity theme
      • bzero

      8
      0
      Votes
      8
      Posts
      2518
      Views

      B

      it shows on my IOS devices (6,7,8)
      And on chrome with custom screen (screenshot attach)

      https://ibb.co/bL2wRvR

      https://ibb.co/LSH0fMj

      Thank you.

    • R

      Shop by category
      • rustam

      4
      0
      Votes
      4
      Posts
      992
      Views

      G

      Thanks Sir.

    • F

      Admin slider edit page error
      • faigalizade

      2
      0
      Votes
      2
      Posts
      547
      Views

      V

      @faigalizade
      please follow this link https://github.com/bagisto/bagisto/issues/2578

    • T

      How can I set up setup 301 redirects in Bagisto?
      • TWilson

      2
      0
      Votes
      2
      Posts
      1118
      Views

      V

      @TWilson
      read this guide https://developers.google.com/search/docs/advanced/crawling/301-redirects

    • ?

      Optimize category if I have more atributes
      • A Former User

      2
      0
      Votes
      2
      Posts
      581
      Views

      devansh-webkul

      Hi @DaniD,

      Which Bagisto version are you using?

    • ?

      Get cart items in controller like in Payment class abstract
      • A Former User

      2
      0
      Votes
      2
      Posts
      824
      Views

      devansh-webkul

      Hi @DaniD,

      We have created a Facade for the Cart class. So you can directly access this as well.

      ... use Cart; ... $cart = Cart::getCart(); ...
    • ?

      Make custom awb
      • A Former User

      2
      0
      Votes
      2
      Posts
      579
      Views

      devansh-webkul

      Hi @DaniD,

      Please refer to this thread for package development,
      https://devdocs.bagisto.com/1.x/packages/

      For shipping method development,
      https://devdocs.bagisto.com/1.x/advanced/create_shipping_method.html

    • A

      How can add 360 preview for products
      • ali_infotech

      2
      0
      Votes
      2
      Posts
      546
      Views

      devansh-webkul

      Yeah, everything is possible. Just need to research as well. From my experience there are several libraries already created you just need to add the library to Bagisto and the rest will work the same as well. Just try the below one also,

      https://www.ajax-zoom.com/

    • A

      How to create 360 image view for any product.
      • ali_infotech

      2
      0
      Votes
      2
      Posts
      609
      Views

      devansh-webkul

      Please follow one thread for better communication,
      https://forums.bagisto.com/topic/2250/how-can-add-360-preview-for-products/2

    • ?

      Attribute to product card
      • A Former User

      2
      0
      Votes
      2
      Posts
      603
      Views

      devansh-webkul

      Hi @DaniD,

      For this product-card component has been used. I am assuming that you are familiar with VueJS.

      You can pass attribute props to the component as per your needs.

      This is just a sample you need to implement according to your need,

      Declaration:

      props: [ 'list', 'product', 'productAttributes', ],

      Passing Props:

      <product-card product-attributes="{{ $productAttributes }}" ...>
    • H

      Creating Custom Packages Error
      • himanshu-kmr

      4
      0
      Votes
      4
      Posts
      1189
      Views

      devansh-webkul

      Hi @himanshu-kmr,

      Thanks for the update.

      Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com

      That would be grateful for us.

      Thanks & Regards,

      Bagisto Team

    • ?

      Custom shipping method with all cities and calculate
      • A Former User

      2
      0
      Votes
      2
      Posts
      911
      Views

      devansh-webkul

      Hi @DaniD,

      From cities and countries, I am not getting this. You are trying some customization.