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

      Deploying bagisto on production with custom theme
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      724
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      Greetings of the day..!!

      Yes, the same process will be done for the production as well.

      Kindly check the below links for more detail.

      Guide link - https://bagisto.com/en/create-custom-theme-in-bagisto/

      Video Tutorial - https://youtu.be/K3FdBDsXAH8?si=fiyIgmTwJO_Ru08O

      GitHub Repository link - https://github.com/bagisto/custom-theme

      Thanks & Regards..!!

    • A

      How to show discount percent of product
      • ashu

      5
      1
      Votes
      5
      Posts
      1400
      Views

      ashish2409

      @ashu

      please follow below link. In case you are unable to understand the same, i will help you.

      https://docs.bagisto.com/2.0/customer/customer-groups.html#to-create-a-customer-group-price

    • M

      Add prefix like "bagisto-common" to all my route #9769
      • Mespi

      2
      0
      Votes
      2
      Posts
      306
      Views

      Rishabh-Webkul

      Hello @Mespi

      Greetings of the day..!!

      To add prefix to your routes kindly go through this link

      https://devdocs.bagisto.com/1.5.x/packages/routes.html

      Thanks & Regards..!!

    • A

      error skip main content custom theme
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      312
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      Greetings of the day..!!

      Kindly clone the complete package from the official repository and then check if you still face any issues do let us know.

      Github Repository Link -

      https://github.com/bagisto/custom-theme

      Thanks & Regards..!!

    • W

      setting the unit of measurement of a product
      • walterfreia

      4
      0
      Votes
      4
      Posts
      552
      Views

      Rishabh-Webkul

      Hello @walterfreia

      Also if you like our support you can give 5-star reviews from the link.

      https://www.trustpilot.com/review/bagisto.com

      That will be grateful for us.

      Thanks & Regards..!!

    • H

      Product Card redesign
      • haseebkamboh

      5
      0
      Votes
      5
      Posts
      855
      Views

      Rishabh-Webkul

      Hello @haseebkamboh

      Greetings of the day..!!

      To make it compatible and responsive with the mobile and desktop view then for this, you have to write media query in this file.

      Thanks & Regards..!!

    • M

      Customers ability to add any Comments or Notes for an order
      • MattAUSA

      2
      0
      Votes
      2
      Posts
      921
      Views

      Rishabh-Webkul

      hello @MattAUSA

      Greetings of the day..!!

      We really appreciate your query and raised a feature request on official GitHub Repository.

      https://github.com/bagisto/bagisto/issues/9834

      Hopefully this feature will added soon.

      Thanks & Regards..!!

    • A

      new setup
      • ashu

      2
      0
      Votes
      2
      Posts
      299
      Views

      devansh-webkul

      It looks like your Vite manifest file is missing. Have you deleted the build folder from the public directory?

    • S

      About adding product wherever i want
      • sandy_760

      2
      0
      Votes
      2
      Posts
      354
      Views

      devansh-webkul

      I'm not sure what you're trying to say. For custom themes, please refer to this documentation,
      https://devdocs.bagisto.com/2.x/themes/

    • D

      Activate products in bulk
      • DiegoLink2Lux

      2
      0
      Votes
      2
      Posts
      253
      Views

      devansh-webkul

      You need to customize this. I suggest you use a job that will run in the background, as 200K is a huge amount, and it's not possible to handle in a single page request.

    • G

      Two level sub categories are not shown properly on Navigation Menu
      • gokhanyildiz

      2
      0
      Votes
      2
      Posts
      369
      Views

      devansh-webkul

      The 1.x version is no longer maintainable. You need to customize this according to your own needs.

    • S

      is anyone who have integrated FedEx in bagisto
      • shahid993

      2
      0
      Votes
      2
      Posts
      288
      Views

      devansh-webkul

      @shahid993,

      It looks like a paid module. Please connect with Webkul for support on this.

    • S

      payment methods are not visible on checkout page
      • shahid993

      2
      0
      Votes
      2
      Posts
      357
      Views

      devansh-webkul

      @shahid993

      Please provide us with the steps to reproduce the issue and details of what you have done in your code, so we can assist you better.

    • S

      How can i add prices here
      • shahid993

      2
      0
      Votes
      2
      Posts
      292
      Views

      devansh-webkul

      Duplicate of this,
      https://forums.bagisto.com/topic/3553/is-anyone-who-have-integrated-fedex-in-bagisto

    • Z

      is there a flag in the dashboard to do so ? and if no how to do this ?
      • zienab-khaled

      2
      0
      Votes
      2
      Posts
      300
      Views

      devansh-webkul

      Please try with the latest version of Bagisto. We have enhanced the out-of-stock feature, and you will be able to see the stock threshold value as well.

    • R

      Repository can't handle request
      • Rimeri 0

      2
      0
      Votes
      2
      Posts
      310
      Views

      devansh-webkul

      Sorry, but I'm not able to understand this. Are you trying to create a new repository or override an existing repository?

    • N

      vector database (Supabase or other)
      • nyck33

      2
      0
      Votes
      2
      Posts
      386
      Views

      devansh-webkul

      To achieve this functionality, you would need to integrate Bagisto with a system capable of generating and querying vector embeddings of your product data. Here's a simplified breakdown of the process:

      Data Preparation: Ensure your product data is structured in a way that facilitates the generation of vector embeddings. Each product should be associated with relevant features and attributes.

      Embedding Generation: Utilize machine learning or deep learning techniques to generate vector embeddings for your products. This involves representing each product as a numerical vector based on its characteristics.

      Integration with Bagisto: Develop custom modules or plugins to integrate the embedding generation and querying process with Bagisto. This involves accessing the database, querying the vector embeddings based on customer queries or recommendations, and retrieving the relevant products.

      Testing and Optimization: Thoroughly test the integration to ensure it functions as expected. You may need to optimize the system for performance and accuracy.

      Note: We already working on the modules like chatbots, symentic search, etc. You can contact webkul for qoutes as well.

    • A

      Error send multiples same emails when complete shipping
      • alexVillalobos

      8
      0
      Votes
      8
      Posts
      1353
      Views

      A

      @devansh-webkul said in Error send multiples same emails when complete shipping:

      Yes, we handle all the events, so you don't need to worry about that. You just need to place your view for the respective theme.
      Our theme viewfinder will detect the current theme and replace your view accordingly

      Yes, but the problem comes from the fact that the listeners do not discriminate by topic, they are selected and they are all invoked regardless of the topic. An unprofessional fix was to place a return on the rest of the events that invoke the sending of email when generating an order and only leave my one running. selected topic with this it is solved but it should be possible to execute each event in relation to the selected topic

    • E

      Show categories in menu
      • EchoBilisim

      2
      0
      Votes
      2
      Posts
      375
      Views

      Rishabh-Webkul

      Hello @EchoBilisim

      Greetings of the day..!!

      Thanks for the suggestion and you can also raise a feature request from the Bagisto official repository here.

      https://github.com/bagisto/bagisto/issues

      Thanks & Regards..!!

    • H

      I'm trying to install headless e-commerce API but i'm getting this error
      • Himanshu-Nikam

      2
      0
      Votes
      2
      Posts
      315
      Views

      Rishabh-Webkul

      Hello @Himanshu-Nikam

      Greetings of the day..!!

      Kindly check the installation and complete the guide for setting up the GraphQL endpoints from the link below.

      https://bagisto.com/en/bagisto-api/

      Thanks & Regards..!!