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
    • B

      Error in adding items in cart
      • bjsharma

      3
      0
      Votes
      3
      Posts
      195
      Views

      B

      @Vaishali-Agarwal v1.0.0, problem solved. This was due to value of weight. Null value of weight gave that error. Thank u for ur interest @Vaishali-Agarwal

    • J

      Limitar cantidad de artículos de un producto en el carrito de compras
      • Javier

      2
      0
      Votes
      2
      Posts
      151
      Views

      admin

      Hola,

      ¿Está buscando una función como Cantidad mínima de pedido que puede establecer para ciertos productos? Entonces, si ese usuario está comprando esos productos, debe haber una cantidad mínima que compraría.

    • B

      How to remove product types from product-types.php?
      • bagdev

      2
      0
      Votes
      2
      Posts
      353
      Views

      S

      Hello @bagdev ,

      Yes you only need to override the product create pages after that in that pages put the condition for not showing your product soo you need to put
      that conditioon

      @if ($key != 'simple') <option value="{{ $key }}" {{ request()->input('type') == $productType['key'] ? 'selected' : '' }}> {{ $productType['name'] }} </option @endif

      into the product create dropdown.

      thanks.

    • B

      How can we select a address from saved addresses and set in customer info while checkout.
      • bjsharma

      5
      0
      Votes
      5
      Posts
      455
      Views

      B

      @Naresh-webkul Thank you...but finally I did with my custom ajax code

    • V

      Visual image for a promotion
      • Vaishali Agarwal

      2
      0
      Votes
      2
      Posts
      183
      Views

      N

      Hi @Vaishali-Agarwal ,
      you can create your own package to perform this,
      by providing the configuration to upload promotion images at admin panel and then you can easily get them from the front end.

      Thank you

    • N

      action not defined in form with post method
      • nahiyan.aziz

      2
      0
      Votes
      2
      Posts
      222
      Views

      shubhwebkul

      Hello there,

      Thanks for reaching us, We will surely resolve your issue.

      Whenever this form is submitted, this function is called, route is defined here

      And with the help of view_render_event you will be able to add your custom html means if you want to add css in anothers package's view file you can do it with the help of this event.

      Let me know if you have any further query. We are here to help you.

      Thanks !

    • N

      Payment callback url showing error "The POST method is not supported for this route. Supported methods: GET, HEAD.".
      • navasnet2009

      2
      0
      Votes
      2
      Posts
      544
      Views

      S

      Try using get method or you can also refer paytab documentation https://dev.paytabs.com/

    • V

      mobile compatibility
      • Vaishali Agarwal

      2
      0
      Votes
      2
      Posts
      185
      Views

      Awan

      hi vaishali ..
      Tools for speed testing be it for Kaptop media or mobile phones are usually not very accurate ... because each tool will be different for the results ...
      my suggestion is maybe you can directly test the speed on your mobile phone directly ... don't forget to delete the cache first ... so that the results are more objective ... if when the speed test is still reasonable it is not more than 6 seconds ... I think it's still worth it

    • K

      Adding category error
      • khamosh

      3
      0
      Votes
      3
      Posts
      237
      Views

      V

      Hi @khamosh
      Hope this solution works for you https://github.com/bagisto/bagisto/issues/2901

      Thanks

    • R

      How to display custom category in the main page like men's collection?
      • Rahul74

      4
      0
      Votes
      4
      Posts
      316
      Views

      R

      @Vaishali-Agarwal Thank you!!

    • A

      How to make Bagisto admin panel responsive ?
      • Achyut10

      1
      0
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • Awan

      How to Make my product category Get Slider?
      • Awan

      2
      0
      Votes
      2
      Posts
      178
      Views

      V

      Hi @Awan
      are you using bagisto as platform?

    • A

      checkout issue
      • aroobaarooj499

      11
      0
      Votes
      11
      Posts
      607
      Views

      V

      @aroobaarooj499
      already notified here https://github.com/bagisto/bagisto/issues/3032#issuecomment-651992672

    • _

      CSS not coming properly on new view file
      • _developer_12

      3
      0
      Votes
      3
      Posts
      406
      Views

      _

      Previously we have run the command for some other issue and that changes a lot in the project.

      So, for now, we setup a separate basis to project do the same work in it and got the same issue again.

      Then run the above command for velocity and UI package, and clear cache but nothing happen.

      Please suggest.

    • K

      Orders API Route [auth.login] not defined.
      • kishanmodi

      3
      0
      Votes
      3
      Posts
      327
      Views

      S

      Hello,

      ref - https://github.com/bagisto/bagisto/issues/1974

    • _

      Wrong amount passing to PayPal
      • _developer_12

      8
      0
      Votes
      8
      Posts
      554
      Views

      _

      Thanks for your replay.

      We got the issue, it was coming due to qty which are calulating on paypal side.

      Many Thanks

    • A

      Change menu horizontal to vertical
      • arebfaraz

      2
      0
      Votes
      2
      Posts
      163
      Views

      V

      Hi @arebfaraz
      Yes, for this you can customize the default theme package.

      Thanks

    • S

      ui failed to load
      • SupportTime

      1
      0
      Votes
      1
      Posts
      114
      Views

      No one has replied

    • A

      How to change the image sizes in Slider and advertisement.
      • AshJi

      3
      0
      Votes
      3
      Posts
      407
      Views

      A

      @Vaishali-Agarwal I am referring to fixing the height of image being displayed in the slider. Issue is if the uploaded image is of bigger dimension then slider occupies big portion of the scree.

      ![0_1594030709936_a5b68096-2f23-4edb-9765-3908c185fc7b-image.png](Uploading 100%)
      For now I have changed the style sheet 'velocity.css' to fix this issue. It will be better if slider height can be made as configurable.

      Also I have a few minor suggestions

      Ability to preview the images as they would appear Ability to crop an image Ability to mark status as inactive instead of deleting an image.
    • R

      Currency options
      • Rahul74

      2
      0
      Votes
      2
      Posts
      150
      Views

      R

      Hello @yeshi74

      You can use the Google API to know the location of the user and according to that, you can change the currency.

      You need to create a separate package for this, override master blade of shop package and do above things here.