• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
  • N

    Cant find admin middleware's path called in many controllers.
    16 Jun 2020, 05:02 • nahiyan.aziz 16 Jun 2020, 17:15

    4
    0
    Votes
    4
    Posts
    401
    Views

    N 16 Jun 2020, 17:15

    Hi @nahiyan-aziz ,
    You may check the following file :
    Goto packages/Webkul/User/src/Http/Middleware/Bouncer.php
    Thank you.

  • H

    How to hide or delete the attribute 'special price from' and 'special price to' from admin panel?
    17 Jun 2020, 09:41 • harshaq 17 Jun 2020, 14:21

    3
    0
    Votes
    3
    Posts
    262
    Views

    V 17 Jun 2020, 14:21

    @harshaq
    you can also remove these attribute from the product family.
    Catalog-> attribute family-> remove special price

    Thanks

  • B

    Error in adding items in cart
    18 Jun 2020, 10:10 • bjsharma 18 Jun 2020, 10:50

    3
    0
    Votes
    3
    Posts
    179
    Views

    B 18 Jun 2020, 10:50

    @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
    18 Jun 2020, 19:38 • Javier 19 Jun 2020, 05:46

    2
    0
    Votes
    2
    Posts
    138
    Views

    admin 19 Jun 2020, 05:46

    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?
    18 Jun 2020, 14:06 • bagdev 22 Jun 2020, 05:41

    2
    0
    Votes
    2
    Posts
    328
    Views

    S 22 Jun 2020, 05:41

    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.
    21 Jun 2020, 06:39 • bjsharma 23 Jun 2020, 06:21

    5
    0
    Votes
    5
    Posts
    414
    Views

    B 23 Jun 2020, 06:21

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

  • V

    Visual image for a promotion
    19 Jun 2020, 13:35 • Vaishali Agarwal 23 Jun 2020, 10:54

    2
    0
    Votes
    2
    Posts
    171
    Views

    N 23 Jun 2020, 10:54

    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
    22 Jun 2020, 09:01 • nahiyan.aziz 24 Jun 2020, 13:07

    2
    0
    Votes
    2
    Posts
    211
    Views

    shubhwebkul 24 Jun 2020, 13:07

    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.".
    24 Jun 2020, 13:24 • navasnet2009 24 Jun 2020, 15:19

    2
    0
    Votes
    2
    Posts
    531
    Views

    S 24 Jun 2020, 15:19

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

  • V

    mobile compatibility
    19 Jun 2020, 13:36 • Vaishali Agarwal 26 Jun 2020, 03:27

    2
    0
    Votes
    2
    Posts
    174
    Views

    Awan 26 Jun 2020, 03:27

    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
    26 Jun 2020, 11:07 • khamosh 26 Jun 2020, 15:04

    3
    0
    Votes
    3
    Posts
    219
    Views

    V 26 Jun 2020, 15:04

    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?
    30 Jun 2020, 08:55 • Rahul74 30 Jun 2020, 09:29

    4
    0
    Votes
    4
    Posts
    296
    Views

    R 30 Jun 2020, 09:29

    @Vaishali-Agarwal Thank you!!

  • A

    How to make Bagisto admin panel responsive ?
    30 Jun 2020, 10:43 • Achyut10 30 Jun 2020, 10:43

    1
    0
    Votes
    1
    Posts
    140
    Views

    No one has replied

  • Awan

    How to Make my product category Get Slider?
    30 Jun 2020, 14:51 • Awan 30 Jun 2020, 15:01

    2
    0
    Votes
    2
    Posts
    167
    Views

    V 30 Jun 2020, 15:01

    Hi @Awan
    are you using bagisto as platform?

  • A

    checkout issue
    29 Jun 2020, 07:42 • aroobaarooj499 1 Jul 2020, 11:15

    11
    0
    Votes
    11
    Posts
    575
    Views

    V 1 Jul 2020, 11:15

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

  • _

    CSS not coming properly on new view file
    30 Jun 2020, 09:32 • _developer_12 1 Jul 2020, 14:34

    3
    0
    Votes
    3
    Posts
    383
    Views

    _ 1 Jul 2020, 14:34

    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.
    26 Jun 2020, 12:14 • kishanmodi 2 Jul 2020, 04:16

    3
    0
    Votes
    3
    Posts
    315
    Views

    S 2 Jul 2020, 04:16

    Hello,

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

  • _

    Wrong amount passing to PayPal
    26 Jun 2020, 11:04 • _developer_12 2 Jul 2020, 07:28

    8
    0
    Votes
    8
    Posts
    516
    Views

    _ 2 Jul 2020, 07:28

    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
    2 Jul 2020, 18:29 • arebfaraz 3 Jul 2020, 10:35

    2
    0
    Votes
    2
    Posts
    151
    Views

    V 3 Jul 2020, 10:35

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

    Thanks

  • S

    ui failed to load
    4 Jul 2020, 10:50 • SupportTime 4 Jul 2020, 10:50

    1
    0
    Votes
    1
    Posts
    105
    Views

    No one has replied