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

      Cart header icon qty update
      • Neilm

      2
      0
      Votes
      2
      Posts
      84
      Views

      Rishabh-Webkul

      Hello @Neilm

      This is the file path which is responsible to show the number.

      packages/Webkul/Shop/src/Resources/views/checkout/cart/mini-cart.blade.php

      GitHub Link: https://github.com/bagisto/bagisto/blob/2.2/packages/Webkul/Shop/src/Resources/views/checkout/cart/mini-cart.blade.php

      minicart.png

      Thanks & Regards

    • A

      How to Add a WhatsApp Icon Conditionally on Product Pages or All Pages
      • arunchahar

      3
      0
      Votes
      3
      Posts
      101
      Views

      A

      @Rishabh-Webkul and how do i add in case i want to show on all frontend shop pages?

    • L

      This error occurs on my server when I click on product details with Japanese locale selected. But I tested it locally, no matter if the locale is Japanese or English, there is still no error
      • longlong

      2
      0
      Votes
      2
      Posts
      74
      Views

      Rishabh-Webkul

      Hello @longlong

      On our end everything is working fine did you make some changes in the translations if yes then kindly verify the file of your Japanese translation.

      Go inside the below file path and then check.

      packages/Webkul/Shop/src/Resources/views/partials/breadcrumbs.blade.php

      breadcrumbs.png

      Thanks & Regards

    • R

      Object of type Illuminate\\Auth\\AuthManager is not callable
      • RahulKumar 0

      5
      0
      Votes
      5
      Posts
      226
      Views

      Rishabh-Webkul

      Hello @RahulKumar-0

      If you are using devmaster branch Bagisto v1.5.1 then it is not compatible.

      and when you are using rest API master branch so you have to use Bagisto 2.2.x for that then it will work fine for you.

      Thanks & Regards

    • T

      setBagistoVite() Error
      vite bagistovite • • Tim

      7
      0
      Votes
      7
      Posts
      388
      Views

      Rishabh-Webkul

      Hello @saqib

      There is a blog and tutorial video of a custom theme in which we have done the vite setup. Kindly check this out for your reference.

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

      Video: https://www.youtube.com/watch?v=K3FdBDsXAH8&ab_channel=Bagisto

      Thanks & Regards

    • H

      category import
      • hitenjadav

      2
      0
      Votes
      2
      Posts
      51
      Views

      Rishabh-Webkul

      Hello @hitenjadav

      Currently, you can import Products, Customers & Tax Rates If you want to Import Category you need to make changes at the code level and hence it is the part of customization.

      Below is the Module path which is responsible for Import

      packages >> Webkul >> DataTransfer

      datatransfer.png

      GitHub Link: https://github.com/bagisto/bagisto/tree/2.2/packages/Webkul/DataTransfer/src

      Thanks & Regards

    • A

      Dynamic filters
      • AlbertoLyra

      3
      0
      Votes
      3
      Posts
      162
      Views

      A

      Thank you very much,

      I'll try to do it.

      Is possible in that component to get the full list of products? Or they are available?

      Thanks.

      Best regards.

    • A

      How to Add Static Image or Content Below Product Price on Product Details Page? (v2.2)
      • arunchahar

      4
      0
      Votes
      4
      Posts
      206
      Views

      A

      @Rishabh-Webkul Thanks Rishabh, it worked eventually.

    • A

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

      2
      0
      Votes
      2
      Posts
      75
      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
      82
      Views

      A

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

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

      Thanks

    • M

      Payment Gateway xendit
      • Miswanto

      3
      0
      Votes
      3
      Posts
      187
      Views

      Rishabh-Webkul

      Hello @Miswanto

      Kindly go through the below Devdocs for payment gateway integration and setup.

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

      Thanks & Regards

    • A

      cookie management
      • ardaengn

      2
      0
      Votes
      2
      Posts
      51
      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
      252
      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
      131
      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
      159
      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
      156
      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
      464
      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
      165
      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
      63
      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
      116
      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