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
    • Reena-Alkurn

      Changes in Product Card view
      • Reena-Alkurn

      3
      0
      Votes
      3
      Posts
      194
      Views

      Reena-Alkurn

      Hello Naresh,
      I'm not clear about running npm command would you please give me details for the same.

      Thank you so much in advance.

    • A

      To get origin address of sales/shipping
      • ali_infotech

      3
      0
      Votes
      3
      Posts
      401
      Views

      A

      Thank you so much!

    • 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
      328
      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
      1090
      Views

      A

      Sure will do

    • D

      Error editing configurable product with more than 100 variations
      • dulox2

      5
      0
      Votes
      5
      Posts
      425
      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
      221
      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
      609
      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
      548
      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
      277
      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
      244
      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
      350
      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
      245
      Views

      freja.athena

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

    • H

      Storing Data through Repository Error
      • himanshu-kmr

      7
      0
      Votes
      7
      Posts
      451
      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
      212
      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
      823
      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 💯