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

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

      2
      0
      Votes
      2
      Posts
      803
      Views

      R

      Hi @yan

      Can you attach your composer.json file ?

    • S

      Feature Request: Product Photo Lightbox
      • SteveCo

      2
      0
      Votes
      2
      Posts
      659
      Views

      No one has replied

    • S

      Feature Request: "No Shop" Mode
      • SteveCo

      2
      0
      Votes
      2
      Posts
      677
      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
      743
      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
      698
      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
      2396
      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
      1240
      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
      1257
      Views

      B

      @Vaishali-Agarwal thank u .

    • _

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

      2
      0
      Votes
      2
      Posts
      835
      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
      1153
      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
      1137
      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
      1023
      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
      824
      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
      1331
      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
      931
      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
      895
      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
      707
      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
      913
      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
      1717
      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
      755
      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