Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • S

      how to override controller for theme
      General Discussion • • samparker

      5
      0
      Votes
      5
      Posts
      826
      Views

      S

      @Macromolecule-0 hello, if i get it working, i will be publishing the solution here and you can do the same

    • G

      Sitemap not working
      Installing Bagisto • • gauravjain1

      5
      0
      Votes
      5
      Posts
      1835
      Views

      G

      @rishabh-webkul19

      Hello bro

      i am using latest 2.3.6 version

      also we see a new issue today, when we pay using razorpay then see following error, can u help me to fix this too

      Internal Server Error

      Razorpay\Api\Errors\BadRequestError
      The amount must be an integer.
      GET www.linberlin.in
      PHP 8.2.29 β€” Laravel 11.44.2

      Expand
      vendor frames
      28 vendor frames collapsed

      Webkul\Installer\Http\Middleware\CanInstall
      :30
      handle
      1 vendor frame collapsed

      Webkul\Core\Http\Middleware\SecureHeaders
      :29
      handle
      20 vendor frames collapsed

      public/index.php
      :51
      packages/Webkul/Installer/src/Http/Middleware/CanInstall.php :30
      if (! $this->isAlreadyInstalled()) {
      return redirect()->route('installer.index');
      }
      }

      return $next($request); } /** * Application Already Installed. * * @return bool */ public function isAlreadyInstalled() { if (file_exists(storage_path('installed'))) { return true;
    • B

      npm run build always go to localhost
      General Discussion • • bindev

      4
      0
      Votes
      4
      Posts
      295
      Views

      R

      You're Welcome @bindev

      If you like our support can you provide us with 5 star review on trustpilot. This will help us a lot.

      Link: https://www.trustpilot.com/review/bagisto.com

      Regards

    • G

      Social OpenGraph plugin or bagisto have
      Modules • • gauravjain1

      4
      0
      Votes
      4
      Posts
      179
      Views

      R

      Hello @gauravjain1

      It already gets applied to the products.

      Regards

    • G

      Amount in Round figure, not decimal
      Bug Report • • gauravjain1

      3
      0
      Votes
      3
      Posts
      258
      Views

      G

      @rishabh-webkul19 Hello Rishabh

      When we move to checkout and go to razpayr to payment then we see "amount must be in integer error" on final payment page. check screenshot i added.

      Can you help me to solve this, can you tell me where to change what t change

    • G

      how to load product without ajax, directly
      General Discussion • • gauravjain1

      2
      0
      Votes
      2
      Posts
      572
      Views

      R

      Hello @gauravjain1

      In Bagisto, products often load via AJAX, which Google can’t always crawl. To make them SEO-friendly, render the first batch of products directly from the database in Blade (using Eloquent/Repositories) so the HTML is visible to search engines, and keep AJAX only for filters and sorting. Using Laravel’s pagination (?page=2, ?page=3) also ensures products are crawlable. This way, Google can index your products while users still enjoy a smooth browsing experience.

      Regards

    • admin

      πŸš€ Bagisto DevDocs Got a New Look – Easier Navigation & Better Categorization for Developers
      Announcements • • admin

      2
      0
      Votes
      2
      Posts
      916
      Views

      R

      🎊 🎊

    • B

      how to use custom type in control
      General Discussion • • bindev

      2
      0
      Votes
      2
      Posts
      434
      Views

      R

      Hello @bindev

      You can use like this as mentioned below.

      @case('custom')
      <v-field
      v-slot="{ field, errors }"
      {{ $attributes->only(['name', ':name', 'value', ':value', 'v-model', 'rules', ':rules', 'label', ':label']) }}
      name="{{$name}}"

      {{ $slot}}
      </v-field>

      Regards

    • S

      data transfer
      General Discussion • • sungur

      2
      0
      Votes
      2
      Posts
      25
      Views

      R

      Hello @sungur

      Can you share some screenshot or error message
      this will help us to esolve your query.

      Warm Regards

    • G

      How to get admin coupon codes list or sales report via API
      Modules • • gauravjain1

      2
      0
      Votes
      2
      Posts
      104
      Views

      R

      Hello @gauravjain1

      Do you need help for this customization.

      Regarding this you can discuss with our support team.

      https://bagisto.uvdesk.com/en/customer/create-ticket/

      Warm Regards
      Team Bagisto

    • Y

      How to Integrate Paymob to the opensource-ecommerce-mobile-app
      General Discussion • • youssef

      2
      0
      Votes
      2
      Posts
      94
      Views

      R

      Hello @youssef

      Are you using any APIs from Paymob to integrate with Bagisto.

      Here Paymob provides the APIs

      https://developers.paymob.com/api-runner/paymob-solutions-s-a-e/egypt

      Bagisto Payment Package Creation

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

      You can use this

      Warm Regards

    • N

      Trying to import products.
      General Discussion • import • • Neilm

      2
      0
      Votes
      2
      Posts
      173
      Views

      R

      Hello @Neilm

      This issue is occurring because there is an issue in your CSV file..

      We have provided the Sample File for each you can download that and check the proper way to manage the CSV for Bulk Upload

      Warm Regards
      Team Bagisto

    • J

      Postcode/Zipcodes
      General Discussion • • jrevell

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied