Bagisto Forum

    Bagisto

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

      How to get top rated product list
      • mkawsar

      2
      0
      Votes
      2
      Posts
      205
      Views

      devansh-webkul

      You need to customize this as there is no such method present.

    • K

      How to pass elastic_username and elastic_password to elastic.client.php Bagisto?
      • Kamdjou

      2
      0
      Votes
      2
      Posts
      759
      Views

      devansh-webkul

      Did you try this,
      https://github.com/elastic/elasticsearch-php/blob/6b45b961fa6c08f25e037c34b36160171e4aaa7b/docs/configuration.asciidoc#extended-host-configuration

    • S

      Cart Auto update
      • shafin

      2
      0
      Votes
      2
      Posts
      165
      Views

      devansh-webkul

      Hi @shafin,

      Currently, this is done by the update cart button.

      You can do it in realtime also by listening to the change event.

      You should be familiar with Vue JS.

    • S

      Cart realtime update
      • shafin

      2
      0
      Votes
      2
      Posts
      135
      Views

      devansh-webkul

      Hi there,

      Please check here,
      https://forums.bagisto.com/topic/2900/cart-auto-update/2

    • A

      How to learn Bagisto without PHP and Laravel experience
      • adebayoade

      2
      0
      Votes
      2
      Posts
      471
      Views

      devansh-webkul

      Eventually you need to focus on the basics first because Bagisto is built in Laravel.

      And you need a basic understanding of PHP and the OOPS concepts.

    • K

      How to make the product name shows more characters?
      • Kamdjou

      3
      0
      Votes
      3
      Posts
      1652
      Views

      K

      @devansh-webkul
      Thanks for pointing out.

      I have to overwrite the css form the velocity theme velocity.scss from this:

      .product-card-new .card-body .product-name, .product-card-new .card-body .product-rating { width: 15rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

      To this:

      .product-card-new .card-body .product-name, .product-card-new .card-body .product-rating { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

      and the result was fantastic as needed ☺
      b7147969-368f-4519-ac01-13e6ef79139a-image.png

      Thanks once more my friend....

    • N

      Entering quantity in decimal
      • nissan12

      2
      0
      Votes
      2
      Posts
      249
      Views

      sanjay-webkul

      @nissan12 said in Entering quantity in decimal:

      in decimal like:

      Hi @nissan12
      For this, you need to do customization.

    • R

      Add a new System configuration to existing settings
      • rahulanand84

      2
      0
      Votes
      2
      Posts
      1501
      Views

      sanjay-webkul

      @rahulanand84 said in Add a new System configuration to existing settings:

      I am trying to add a new field in the System configurations. Unable to add it. Is there any documentation how to add a new field into the existing general section?

      Hi @rahulanand84
      Please take a reference from Here. for adding new configuration to settings

    • S

      Bagisto Demo like deployment
      • suyashcyber94

      3
      0
      Votes
      3
      Posts
      371
      Views

      devansh-webkul

      Hi there,

      Yes, we are using Docker behind the scene but I can't share the full scenario due to security reasons and our network team is doing great work on this.

    • D

      products not showing in correct currency
      • Dawn

      4
      0
      Votes
      4
      Posts
      293
      Views

      admin

      @Dawn
      This issue is fixed in our master repository. it will reflect in our next release.

    • F

      "Requested Product is not available"
      • Farhatkausar

      2
      0
      Votes
      2
      Posts
      141
      Views

      sanjay-webkul

      Hi, there can you please elaborate.
      And is it possible to share the video for the same?

    • F

      How to remove Shop By Category from menu
      • fsiddiqui

      4
      0
      Votes
      4
      Posts
      265
      Views

      sanjay-webkul

      @fsiddiqui
      can you please share the screenshot of the file in which you have done changes?

    • P

      Edit profile User profile(edit address section)
      • prashant2408

      5
      0
      Votes
      5
      Posts
      388
      Views

      sanjay-webkul

      Hi @prashant2408
      Our team works by creating packages in Bagisto.
      And the velocity or shop both are the different-different themes.
      So you have to done changes on the file of the same package in which theme you wants to reflect the changes

    • A

      how to check remaning stock quantities?
      • Ashishaxat

      6
      0
      Votes
      6
      Posts
      813
      Views

      sanjay-webkul

      @shahbaz123
      If you trying to see the quantity of the configurable product, then Please take a reference from here.
      And if you are asking for something else then please let me know.

    • A

      This topic is deleted!
      • ahnaf22

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      How do I create custom attributes for CMS page?
      • tfleong

      6
      0
      Votes
      6
      Posts
      967
      Views

      T

      Is there a way for me to extend or override the view and controllers so I don’t need to edit the core package files?

    • P

      Product with Uploadable Image
      • porl

      6
      0
      Votes
      6
      Posts
      551
      Views

      sanjay-webkul

      @juli_cs

      For this, you have to do customization.

    • J

      Issue with booking product on frontend
      • juli_cs

      10
      0
      Votes
      10
      Posts
      671
      Views

      sanjay-webkul

      @juli_cs

      This is working fine on Bagisto V1.4.1, Please find the screen recording Here,

      I guess you make some mistake, while settingup the project or creating the product.

    • R

      How to create dynamic menu in bagisto
      • Rakhi123

      8
      0
      Votes
      8
      Posts
      526
      Views

      sanjay-webkul

      @Rakhi123
      Now, there is no option for create submenu, so for this you have to done customization,
      You can raise a ticket Here for the same

    • S

      Video in product details page on v1.3.3
      • suchitra singh

      2
      0
      Votes
      2
      Posts
      185
      Views

      sanjay-webkul

      Hi, @suchitra-singh
      I guess we are already discussing over the ticket for the smae.