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

      reset phpdebugbar to hide the botton debug-menu from the production
      • William Hatanaka

      2
      0
      Votes
      2
      Posts
      821
      Views

      W

      @rahul !
      I've solved my problem.
      I am not need to add in APP_URL bagisto/public, I need to only set false at app_debug.
      Thank you!

    • bala

      upgrade bagisto v1.1.2 from v1.0 composer wont install
      • bala

      4
      0
      Votes
      4
      Posts
      817
      Views

      bala

      @bala i changed xampp from wamp server its working

    • Y

      Composer install shows error on Server. Working fine on local machine.
      • yan

      2
      0
      Votes
      2
      Posts
      525
      Views

      R

      Hi @yan

      Can you attach your composer.json file ?

    • S

      Feature Request: Product Photo Lightbox
      • SteveCo

      2
      0
      Votes
      2
      Posts
      405
      Views

      No one has replied

    • S

      Feature Request: "No Shop" Mode
      • SteveCo

      2
      0
      Votes
      2
      Posts
      454
      Views

      V

      Hi @SteveCo
      you may raise your ticket here https://bagisto.uvdesk.com/en/customer/create-ticket/ for this query

      Thanks.

    • S

      Bug: Front-end Category Menu
      • SteveCo

      2
      0
      Votes
      2
      Posts
      514
      Views

      V

      @SteveCo
      Thanks for notifying this issue.

      Please raise bug here; https://github.com/bagisto/bagisto/issues to get it fixed.

      Thanks

    • S

      populate values in dropdown list from database
      • shahina41

      2
      0
      Votes
      2
      Posts
      485
      Views

      V

      duplicate query https://forums.bagisto.com/topic/1457/how-to-populate-column-values-in-dropdown-list-from-a-database

    • B

      How can I set default country in country dropdown in checkout page?
      • bjsharma

      7
      0
      Votes
      7
      Posts
      1729
      Views

      B

      @Naresh-webkul removed [] and all done. Thank u

    • C

      Create A Product that can be configured by the customer
      • croeber

      5
      0
      Votes
      5
      Posts
      873
      Views

      N

      Hello @croeber ,
      you have to create your own package to perform this. where you have to override all the frontend related pages and backend pages for input fields and price calculation for both the end . If you have further doubt regarding this query you may raise a ticket here :
      https://bagisto.uvdesk.com/en/customer/create-ticket/

    • B

      How can we add additional field in single product page so that user can leave some note before buying product?
      • bjsharma

      4
      -1
      Votes
      4
      Posts
      919
      Views

      B

      @Vaishali-Agarwal thank u .

    • _

      How to set base path in mounted function in vue js ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      571
      Views

      shubhwebkul

      There can be two options, either you can set path in window object and fetch in mounted method or you could pass attribute in script tag.

    • U

      Sliders not changing automatically
      • Uyo-obong

      4
      0
      Votes
      4
      Posts
      835
      Views

      V

      @Uyo-obong
      In the velocity theme, it's already implemented you can check it from the velocity packages, for default theme you need to add the CSS for the sliders.

    • bala

      how to Remove Decimal from Attribute Prices?
      • bala

      4
      0
      Votes
      4
      Posts
      781
      Views

      V

      Hi @bala
      file location is provided on the abve shared link.

      Thanks

    • B

      Overriding menu.php to create custom Admin Menu
      • bagdev

      3
      0
      Votes
      3
      Posts
      750
      Views

      B

      This works, thanks for your help 🙂

    • B

      Are there any plans to make the Admin dashboard mobile responsive?
      • bagdev

      2
      0
      Votes
      2
      Posts
      601
      Views

      V

      Hi @bagdev
      Currently, no workaround for this feature but in near future we will implement this to make bagisto fully responsive.

      Thanks.

    • N

      Cant find admin middleware's path called in many controllers.
      • nahiyan.aziz

      4
      0
      Votes
      4
      Posts
      994
      Views

      N

      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?
      • harshaq

      3
      0
      Votes
      3
      Posts
      677
      Views

      V

      @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
      • bjsharma

      3
      0
      Votes
      3
      Posts
      572
      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
      469
      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
      661
      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.