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

      This topic is deleted!
      • k3rnel

      2
      0
      Votes
      2
      Posts
      8
      Views
    • R

      Getting error at the time of database migration
      • rima

      2
      0
      Votes
      2
      Posts
      405
      Views

      V

      @rima
      please mention your database server details or version?

    • A

      Getting route not defined for custom payment method
      • ali_infotech

      6
      0
      Votes
      6
      Posts
      1340
      Views

      A

      Sure will do

    • D

      Error editing configurable product with more than 100 variations
      • dulox2

      5
      0
      Votes
      5
      Posts
      617
      Views

      D

      MAX_INPUT_VARS in php.ini set to higher number fixed this issue.

    • K

      Connection with third party media application
      • k3rnel

      4
      0
      Votes
      4
      Posts
      377
      Views

      devansh-webkul

      Hi @k3rnel,

      Yeah, exactly the main focus should be centralized everything. Because this will also help you to build a media module in your app as well like managing all media from a central place.

    • A

      API to create or update Product?
      • AshJi

      7
      0
      Votes
      7
      Posts
      856
      Views

      D

      @northpointllc Help me for product add update used bu rest api

    • S

      How to change the number of products in one grid of product collection?
      • spica

      2
      0
      Votes
      2
      Posts
      624
      Views

      V

      @spica
      May i know which bagisto version you are currently using?

    • A

      Getting page expired 419 error
      • ali_infotech

      3
      0
      Votes
      3
      Posts
      395
      Views

      A

      Its fixed now, Thanks

    • D

      @northpointllc Hii Friends, Can You Help me About Rest API for product add update.
      • drgavali9hypeten

      2
      0
      Votes
      2
      Posts
      319
      Views

      devansh-webkul

      Hi @drgavali9hypeten,

      Currently, we don't have any Admin API.

    • S

      Add Countries List in Home Page like Locale
      • simo.kassab

      2
      0
      Votes
      2
      Posts
      445
      Views

      devansh-webkul

      Hi @simo-kassab,

      This is customization. If you want support you can contact Webkul.

    • freja.athena

      Payment method: money transfer cannot place line breaks
      • freja.athena

      6
      0
      Votes
      6
      Posts
      460
      Views

      freja.athena

      @devansh-webkul will try this. Thanks a lot!

    • H

      Storing Data through Repository Error
      • himanshu-kmr

      7
      0
      Votes
      7
      Posts
      706
      Views

      H

      @devansh-webkul Thankyou. The problem was in ModuleServiceProvider

      I changed

      protected $models = [ Ebest\Blogs\Models\BlogCategory::class, ];

      to
      protected $models = [
      \Ebest\Blogs\Models\BlogCategory::class,
      ];

      This problem has been resolved.

      Now if i am running the project i am getting error as

      Class 'Ebest\Blogs\Models\BlogCategoryProxy ' not found

      at D:\xampp\htdocs\bagisto\vendor\konekt\concord\src\Concord.php:269

    • K

      This topic is deleted!
      • kuldeep2021

      4
      0
      Votes
      4
      Posts
      74
      Views
    • A

      How to add more accordion option on product edit page
      • ali_infotech

      2
      0
      Votes
      2
      Posts
      287
      Views

      R

      Hi @ali_infotech

      Please follow - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto

    • K

      This topic is deleted!
      • kuldeep2021

      5
      0
      Votes
      5
      Posts
      17
      Views
    • S

      This topic is deleted!
      • simo.kassab

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • A

      This topic is deleted!
      • ali_infotech

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • K

      How to re-arrange Meta Description inside catalog/families menu
      • kuldeep2021

      2
      0
      Votes
      2
      Posts
      902
      Views

      devansh-webkul

      Hi @kuldeep2021,

      This can only be done from the database as these are the system-generated attributes and we have added this in the seeder also.

      You just need to go to the attributes tables and search for your attribute and just turned the column i.e. is_user_defined to 1.

      Done 💯

    • W

      This topic is deleted!
      • wilsongurung

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • tish997

      How to create more Product grid on Front-End Like "New Products" and "Featured Products" along with other things shown in Bagisto Demo...
      • tish997

      6
      0
      Votes
      6
      Posts
      1170
      Views

      H

      I have tried added on admin->velocity-> meta data->HomePageContent

      @include('shop::home.category', ['category' => 'hemchhaya','cloths','bodycare']) Automatic => getting changed to => Product is not showing n frontend

      I have cleared the cache and also deleted files inside bootstrap/cache

      Please Help....