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

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

      2
      0
      Votes
      2
      Posts
      570
      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
      904
      Views

      R

      ๐ŸŽŠ ๐ŸŽŠ

    • B

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

      2
      0
      Votes
      2
      Posts
      427
      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
      23
      Views

      R

      Hello @sungur

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

      Warm Regards