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

      Components Library in Bagisto
      Knowledge Base • • Nicola_cascella

      2
      0
      Votes
      2
      Posts
      506
      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
      388
      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
      424
      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
      622
      Views

      D

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

    • H

      vuestorefront install errors, how to fix it?
      Installing Bagisto • • harrychenau

      2
      0
      Votes
      2
      Posts
      394
      Views

      Rishabh-Webkul

      Hello @harrychenau

      May i know what is your Bagisto Version for which you are using this

      Kindly Confirm.

      Thanks & Regards

    • R

      Issue with Razorpay Payment for Downloadable Products in Bagisto
      Bug Report • • ramswami420

      2
      1
      Votes
      2
      Posts
      463
      Views

      Rishabh-Webkul

      Hello @ramswami420

      As you are using the third party extension you can directly contact with them regarding this query.

      https://wontonee.com/bagisto-razorpay-integration-manual/

      Thanks & Regards

    • N

      Phonepe payment gateway integration
      General Discussion • • neo

      3
      0
      Votes
      3
      Posts
      545
      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

    • B

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

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

    • R

      How to Enable Razorpay and COD Payment Method for Downloadable Products in Bagisto
      Bug Report • • ramswami420

      4
      0
      Votes
      4
      Posts
      697
      Views

      R

      Dear @Rishabh-Webkul,

      Thank you for your response. I have successfully installed and configured the Razorpay extension, and it works perfectly for simple products. However, I am facing an issue specifically with downloadable products—while Paytm and PayPal process payments correctly, Razorpay does not.

      Could you please provide insights into why this might be happening? Additionally, I would appreciate any guidance on possible solutions or configurations required to enable Razorpay for downloadable products.

      If needed, I can share admin and FTP credentials for further investigation. Please let me know how we can proceed.

      Looking forward to your support.

    • V

      How can i see products like in screenshot attatched
      General Discussion • • Varun00001

      5
      0
      Votes
      5
      Posts
      790
      Views

      V

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

    • R

      Enable COD for Downloadable Products
      Knowledge Base • • ramswami420

      2
      0
      Votes
      2
      Posts
      424
      Views

      Rishabh-Webkul

      Hello @ramswami420

      Downloadable products refer to items that can be downloaded, such as eBooks, software applications, music, updates, games, etc. These products are digital and do not involve a shipping method at checkout after making a payment the products can be downloaded from the link or a file so there is no reason to enable COD for that.

      Thanks & Regards

    • O

      Cannot add new field to the addresses
      Knowledge Base • • otheriz

      5
      0
      Votes
      5
      Posts
      1381
      Views

      E

      @napsterrahul said in Cannot add new field to the addresses:

      model

      There's no model though regarding addresses, am I wrong? The version I'm using is 2.2.3

    • A

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

      4
      0
      Votes
      4
      Posts
      1155
      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

    • E

      Client recieves 3 emails
      Bug Report • • Esti

      2
      0
      Votes
      2
      Posts
      389
      Views

      E

      I've already read online that even others have had the same problem and they say that is due to "custom theme active". But the problem is that I do not use a custom theme, I'm using only the default one.

    • H

      assets in a custom packages are not loading
      Bug Report • • hamayel

      3
      0
      Votes
      3
      Posts
      747
      Views

      H

      @Rishabh-Webkul

      thanks for replay

      the issue solved by adding the package name in:
      bagisto_asset('images/whats-app.png','package_name')

    • I

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

      3
      0
      Votes
      3
      Posts
      559
      Views

      I

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

    • O

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

      4
      0
      Votes
      4
      Posts
      677
      Views

      O

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

    • S

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

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

    • S

      Unable to change the logo in velocity theme
      General Discussion • • sangeeth_nivas

      9
      0
      Votes
      9
      Posts
      1454
      Views

      S

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

    • A

      cookie management
      General Discussion • • ardaengn

      2
      0
      Votes
      2
      Posts
      333
      Views

      Rishabh-Webkul

      Hello @ardaengn

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

      Thanks & Regards