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

      How to Remove the "Translate" Option in Product Reviews?
      • arunchahar

      2
      0
      Votes
      2
      Posts
      307
      Views

      Rishabh-Webkul

      Hello @arunchahar

      For this you can manage it from the below file path.

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> views >> reviews.blade.php

      review.blade.php.png

      Thanks & Regards

    • A

      Issue with 'View All' Button in Home Page Product Carousel Redirecting to Home Page
      • arunchahar

      2
      0
      Votes
      2
      Posts
      311
      Views

      A

      @arunchahar i found the solution on github for the same:

      https://github.com/bagisto/bagisto/commit/537cabcdc31eaa713e556e463a42020d67ad3e06

      Thanks

    • A

      cookie management
      • ardaengn

      2
      0
      Votes
      2
      Posts
      283
      Views

      Rishabh-Webkul

      Hello @ardaengn

      Currently, we do not have the built-in cookie management

      Thanks & Regards

    • S

      Unable to change the logo in velocity theme
      • sangeeth_nivas

      9
      0
      Votes
      9
      Posts
      1260
      Views

      S

      @Rishabh-Webkul thanks for the help.. issue is resolved

    • S

      How can I make video to play in home page of velocity theme
      • sangeeth_nivas

      2
      0
      Votes
      2
      Posts
      351
      Views

      Rishabh-Webkul

      Hello @sangeeth_nivas

      We have already raised a featured request regarding video play on the home page we will implement it internally in the future.

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

      Thanks & Regards

    • O

      How to Customize Product and Category URL Routes in Bagisto?
      • olivexy

      4
      0
      Votes
      4
      Posts
      588
      Views

      O

      @Rishabh-Webkul this going to be reflected in the frontend?

    • I

      How can i increase the set logo pixels for categories.
      • Iraiva_02

      3
      0
      Votes
      3
      Posts
      499
      Views

      I

      @Rishabh-Webkul that i understand but what if i want to increase the set dimension of logo image for categories

    • A

      Error Setting Up Bagisto Mobile Flutter App: CarouselController Conflict and Missing Implementations
      • arunchahar

      4
      0
      Votes
      4
      Posts
      1047
      Views

      Rishabh-Webkul

      Hello @arunchahar

      Kindly check the steps below; all the steps are written step by step, which will help resolve your query.

      Flutter Version - 3.19.2 Dart - 3.3.0 Xcode - 15.2 Swift - 5 Java version 17 OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11)

      Use “flutter doctor --verbose” command to verify the above mention versions.

      Step 2 :-

      Navigate to android/build.gradle and verify the Gradle and kotlin version :-

      classpath "com.android.tools.build:gradle:7.1.3"

      ext.kotlin_version = '1.9.0'

      Step 3 :-

      Navigate to android/gradle/gradle-wrapper.properties and verify the version of Gradle distribution URL :-

      distributionUrl=https://services.gradle.org/distributions/gradle-7.5-all.zip

      Step 4 :-

      Navigate to pubspec.yaml file and add the dependency override as :-

      dependency_overrides:
      intl: ^0.18.0
      flutter_local_notifications_linux: null
      open_file_macos: null

      Add chewie dependency as this dependency downloaded by third party library indirectly in the project which fix the issue as :

      chewie: 1.8.1

      Step 5 :-

      Navigate to the project's directory and run the following command :-

      flutter pub get

      flutter pub run build_runner build --delete-conflicting-outputs

      flutter run

      Thanks & Regards

    • V

      How can i see products like in screenshot attatched
      • Varun00001

      5
      0
      Votes
      5
      Posts
      696
      Views

      V

      @Rishabh-Webkul Here is screenshot, can we add 'product view link ' in this listingb.png

    • B

      Zip/Postcode CT3 The billing.postcode field must be a number.
      • Bharti

      2
      0
      Votes
      2
      Posts
      299
      Views

      Rishabh-Webkul

      Hello @Bharti

      For this, you need to customize the code from the below file path

      packages >> Webkul >> Shop >> src >> Resources >> views >> checkout >> onepage >> address >> form.blade.php

      postcode.png

      Thanks & Regards

    • N

      Phonepe payment gateway integration
      • neo

      3
      0
      Votes
      3
      Posts
      498
      Views

      Rishabh-Webkul

      Hello @neo
      This is the official Devdoc for Bagisto, which shows you how to create a payment gateway in Bagisto.

      You can check out some YouTube references on how to create an extension:

      We have created a Cybersource extension, and you can use it as an example as well, through the link below.

      Link: https://www.youtube.com/watch?v=vrCEoWZEkMs&ab_channel=Bagisto

      We are happy to assist you with any queries here. However, if you would like us to develop this for you, it will be considered a paid service.

      Kindly confirm.
      Thanks & Best regards

    • V

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

      2
      0
      Votes
      2
      Posts
      390
      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
      1764
      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
      461
      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
      266
      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
      277
      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
      828
      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
      476
      Views

      E

      @Rishabh-Webkul Thank you for your answer.

    • H

      Bagisto License
      • httpsdoug

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