Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • O

      Bagisto RESTful API for product translations ?
      General Discussion • • olivexy

      2
      0
      Votes
      2
      Posts
      444
      Views

      Rishabh-Webkul

      Hello @olivexy

      For this, you need to customize the REST API. First, prepare the endpoint for translation. Now, whatever you want to translate, you can do it using AI, or you can use some third-party libraries that provide translation services.

      Regards
      Team Bagisto

    • N

      Search query - where do I find it?
      General Discussion • • Neilm

      2
      0
      Votes
      2
      Posts
      343
      Views

      Rishabh-Webkul

      Hello @Neilm

      Can you please elaborate your issue or it will be great if you provide us with a reference video this will help us to resolve your query.

      Regards
      Team Bagisto

    • F

      Dynamic Filtering: Show Only Available Brands and Sizes in Category Filters
      General Discussion • • fargullu

      2
      0
      Votes
      2
      Posts
      425
      Views

      Rishabh-Webkul

      Hello @fargullu

      For this you need to customize this at the code end.

      Kindly go to the below file path to customize this.

      packages >> Webkul >> Shop >> src >> Resources >> views >> categories >> toolbar.blade.php

      blade-file.png

      Regards
      Team Bagisto

    • H

      Bagisto License
      General Discussion • • httpsdoug

      2
      0
      Votes
      2
      Posts
      496
      Views

      ghermans

      Bagisto is released under the MIT license, as confirmed by the license file on our GitHub repository: https://github.com/bagisto/bagisto?tab=MIT-1-ov-file#readme

      The MIT license is permissive, meaning you can freely use, modify, and distribute the software, even in proprietary projects, without the obligation to open-source your modifications.

      You can confidently use Bagisto to create e-commerce stores for your clients without needing to release your source code.

    • B

      New Payment Method (Mpesa) Not Loaded & Old PayPal Still Showing in Admin Dashboard
      Knowledge Base • • brunoadul

      2
      0
      Votes
      2
      Posts
      590
      Views

      Rishabh-Webkul

      Hello @brunoadul

      If Paypal is still exists you can simply disable the status from the configurations.

      Additionally there is official DevDocs of how o create a Payment methods you can take a reference from here.

      https://devdocs.bagisto.com/2.2/advanced/create-payment-method.html#introduction

      Regards
      Team Bagisto

    • S

      Wong amount showing after updating cart in the view cart page for multi-currency
      Bug Report • • somsubhra

      2
      0
      Votes
      2
      Posts
      515
      Views

      Rishabh-Webkul

      Hello @somsubhra

      Can you please confirm that after increasing the quantity did you click on Update Cart button?

      Also provide us with a reference video because everything is working fine at our end.

      Regards.
      Team Bagisto

    • A

      Opening and closing the attribute option edit modal deletes locale table cells for that row
      Bug Report • • aldo24

      2
      0
      Votes
      2
      Posts
      492
      Views

      Rishabh-Webkul

      Hello @aldo24

      Can you share a reference video. This will help us to resolve your query.

      Also let us know the Bagisto Version you are using.

      Regards.
      Team Bagisto

    • P

      Bagisto 2.2 with Google Recaptcha
      Knowledge Base • • paddyhak

      14
      0
      Votes
      14
      Posts
      2946
      Views

      E

      @Rishabh-Webkul the version I am corrently using is the 2.2.3 😊

    • E

      Adding new columns to DB table
      General Discussion • • Esti

      3
      0
      Votes
      3
      Posts
      586
      Views

      E

      @Rishabh-Webkul Thank you for your answer.

    • A

      Change url for products under products link
      General Discussion • • aghaeian

      5
      0
      Votes
      5
      Posts
      1148
      Views

      A

      @senchan
      I want to migrate from woocommerce to Bagisto.
      In my current woocommerce website urls is like: "www.example.com/products/sample-products" and in curent demo Bagisto website is see products url structure is like "www.example.com/sample-products" .
      I want to change default Bagisto products link structure to same with woocommerce links for fix seo and google index.

    • R

      ShowPriceAfterLogin: Composer dump-autoload failed
      Bug Report • • raj.g

      4
      0
      Votes
      4
      Posts
      726
      Views

      Rishabh-Webkul

      Hello @raj-g

      So, is your issue resolved now?

      Kindly confirm

      Thanks & Regards

    • ghermans

      Real-Time EU VAT Number Verification & Reverse Charge
      Announcements • • ghermans

      1
      0
      Votes
      1
      Posts
      1498
      Views

      No one has replied

    • T

      How to accurately get the user's IP address?
      General Discussion • • tamphamdev

      2
      0
      Votes
      2
      Posts
      388
      Views

      Rishabh-Webkul

      Hello @tamphamdev

      Please check your hosted server IP. The same IP address will be added in maintenance mode.

      Thanks & Best Regards

    • N

      User table in Database
      General Discussion • • Neilm

      2
      0
      Votes
      2
      Posts
      356
      Views

      Rishabh-Webkul

      Hello @Neilm

      When you add a user, it updates the admin table, you are correct.

      The users table is previously used for the backups. As of now there is no use of this table at the moment.

      Thanks & Best Regards

    • A

      Bug on mobile
      General Discussion • • alexVillalobos

      3
      0
      Votes
      3
      Posts
      606
      Views

      A

      @Rishabh-Webkul hi enter on Mobile
      Step reproduce error
      When load shop Apply sortBy price when Apply sort scroll blocked

    • D

      Undefined Menu issue in sidebar in profile
      General Discussion • • dsharma

      6
      0
      Votes
      6
      Posts
      2099
      Views

      B

      @rahul said in Undefined Menu google baseball sidebar in profile:

      Hi @dsharma

      Kindly make sure that serviceprovider's boot method calling composeView Method.

      $this->composeView();

      If this is there & still you are getting error, then attach a whole code of service provider so that we can check easily.

      Thanks

      oh, thanks for your answer

    • N

      Components Library in Bagisto
      Knowledge Base • • Nicola_cascella

      2
      0
      Votes
      2
      Posts
      662
      Views

      Rishabh-Webkul

      Hello @Nicola_cascella

      First, add the entry for the new library in the package.json. Then, create a plugin for that library inside the JS file in the assets folder and load it in app.js. After everything is done, easily use it in the blade.

      Thanks & Best Regards

    • O

      404 Not Found nginx dont display my images
      Bug Report • • OJVV

      2
      0
      Votes
      2
      Posts
      508
      Views

      Rishabh-Webkul

      Hello @OJVV

      Kindly check your Nginx configuration and update your URL there.

      Thanks & Best Regards

    • R

      How to initialize DataGrid with constructor parameter
      Knowledge Base • • ryanddao99

      2
      0
      Votes
      2
      Posts
      579
      Views

      Rishabh-Webkul

      Hello @ryanddao99

      Whatever you want to pass inside the constructor you can get the data from request

      use something like this

      public function __construct() { if (request('customer_id')) { $this->customer = $this->customerRepository->find(request('customer_id')); } else { $this->customer = $this->customerRepository->getDefaultcustomer(); } }

      Thanks & Regards

    • H

      compile vuestorefront error, how to fix it?
      Installing Bagisto • • harrychenau

      3
      0
      Votes
      3
      Posts
      791
      Views

      D

      @Rishabh-Webkul i try with the v1.3.3 of bagisto and get the same error