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

      How to add variant with new attribute for exsiting product
      • Varun00001

      2
      0
      Votes
      2
      Posts
      152
      Views

      Rishabh-Webkul

      Hello @Varun00001

      Whatever the new attribute you want to create use type select while creating attribute and click on Use to create configurable product from configurations.

      This will help you to add a new attribute

      Thanks & Best Regards

    • D

      Undefined Menu issue in sidebar in profile
      • dsharma

      6
      0
      Votes
      6
      Posts
      1121
      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

    • A

      Bug on mobile
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      201
      Views

      A

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

    • N

      User table in Database
      • Neilm

      2
      0
      Votes
      2
      Posts
      120
      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

    • T

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

      2
      0
      Votes
      2
      Posts
      100
      Views

      Rishabh-Webkul

      Hello @tamphamdev

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

      Thanks & Best Regards

    • A

      Change url for products under products link
      • aghaeian

      5
      0
      Votes
      5
      Posts
      255
      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.

    • E

      Adding new columns to DB table
      • Esti

      3
      0
      Votes
      3
      Posts
      157
      Views

      E

      @Rishabh-Webkul Thank you for your answer.

    • H

      Bagisto License
      • httpsdoug

      2
      0
      Votes
      2
      Posts
      125
      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.

    • F

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

      2
      0
      Votes
      2
      Posts
      73
      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

    • N

      Search query - where do I find it?
      • Neilm

      2
      0
      Votes
      2
      Posts
      92
      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

    • O

      Bagisto RESTful API for product translations ?
      • olivexy

      2
      0
      Votes
      2
      Posts
      70
      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

    • K

      Create a service class
      • kninh

      3
      0
      Votes
      3
      Posts
      136
      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(); } }
    • N

      Create custom page
      • Neilm

      4
      0
      Votes
      4
      Posts
      184
      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>
    • A

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

      2
      0
      Votes
      2
      Posts
      100
      Views

      Rishabh-Webkul

      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

    • B

      Bulk import product with newly created attributes?
      • bhagwan00

      2
      0
      Votes
      2
      Posts
      90
      Views

      Rishabh-Webkul

      Hello @bhagwan00

      Bulk Import for newely created attributes only works with data type - text also you can download a sample file to check the CSV file structure, while importing as shown in the image below.

      download-sample.png

      Regards
      Team Bagisto

    • A

      error custom template when migrate version 2.3
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      175
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      We have our official blog to migrate from older version to newer versions of Bagisto.

      https://bagisto.com/en/how-to-migrate-bagisto-from-version-1-5-0-to-bagisto-2-0/

      Regards
      Team Bagisto

    • N

      Creating a token for use in next.js
      • negarahmady

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • B

      This topic is deleted!
      • bhagwan00

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • A

      Issue with Installing bagisto-delivery-time-slot in Bagisto 2.3
      • arunchahar

      2
      0
      Votes
      2
      Posts
      174
      Views

      Rishabh-Webkul

      Hello @arunchahar

      Its clearly mentioned in the README.md file that it compatible with Bagisto v2.0

      Kindly try to install this extension with v2.0

      v2.0.png

      Regards
      Team Bagisto

    • D

      Local Enviroment so slow :(((
      • ducanh

      2
      0
      Votes
      2
      Posts
      91
      Views

      Rishabh-Webkul

      Hello @ducanh

      Kindly check this

      Server: Apache 2 or NGINX
      RAM: 4GB or higher
      Node: 23.10.0 LTS or higher
      PHP: 8.2 or higher
      Composer: 2.5 or higher

      https://devdocs.bagisto.com/2.3/introduction/requirements.html#server-configuration

      Regards
      Team Bagisto