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

      Will My Custom HTML & CSS Changes Remain After Updating to 2.3?
      General Discussion • • arunchahar

      2
      0
      Votes
      2
      Posts
      626
      Views

      ?

      Hello @arunchahar,

      For this, you must create a separate package and override the files in which you have made custom changes.

      If you update without doing this, your upgrade may cause errors and prevent you from updating to the latest version.

      https://bagisto.com/en/how-to-override-view-files-in-bagisto/

      Regards
      Team Bagisto

    • N

      Create custom page
      General Discussion • • Neilm

      4
      0
      Votes
      4
      Posts
      1140
      Views

      ghermans

      @Neilm

      Try to add this in your blade file

      <x-shop::layouts> <x-slot:title> Welcome </x-slot> <div class="container mt-8 px-[60px] max-lg:px-8"> <h1>Welcome to My Custom Page</h1> </div> </x-shop::layouts>
    • K

      Create a service class
      General Discussion • • kninh

      3
      0
      Votes
      3
      Posts
      858
      Views

      ghermans

      Step 1: Create a New Package

      First, create a new package if you haven't already. You can use the Bagisto package generator for this:

      php artisan package:make VendorName PackageName

      Step 2: Define the Service Class

      Navigate to your package directory and create a new directory for services if it doesn't exist:

      packages/VendorName/PackageName/src/Services

      Step 3: Implement the Service Class
      Create a new PHP file for your service class MyService.php and add the following code for example

      <?php namespace VendorName\PackageName\Services; class MyService { public function performAction() { // Your service logic here } }

      Step 4: Use the Service Class
      You can now use your service class in your controllers:

      <?php namespace VendorName\PackageName\Http\Controllers; use VendorName\PackageName\Services\MyService; class MyController extends Controller { protected $myService; public function __construct(MyService $myService) { $this->myService = $myService; } public function index() { $this->myService->performAction(); } }
    • ghermans

      Bagisto v2.2.5 Released
      Announcements • • ghermans

      1
      0
      Votes
      1
      Posts
      628
      Views

      No one has replied

    • O

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

      2
      0
      Votes
      2
      Posts
      578
      Views

      ?

      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
      399
      Views

      ?

      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
      559
      Views

      ?

      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
      602
      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
      762
      Views

      ?

      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
      664
      Views

      ?

      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
      628
      Views

      ?

      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
      3981
      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
      781
      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
      1555
      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
      813
      Views

      ?

      Hello @raj-g

      So, is your issue resolved now?

      Kindly confirm

      Thanks & Regards