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

      sidebar related
      • om

      3
      0
      Votes
      3
      Posts
      405
      Views

      O

      Thanks @Rishabh-Webkul

    • R

      File and code structure
      • Rahul Vadhvani

      2
      0
      Votes
      2
      Posts
      257
      Views

      Rishabh-Webkul

      Hello @Rahul-Vadhvani

      To know in detail about Bagisto code and file structure, you can go through our official Bagisto DevDocs from the link below.

      Link -> https://devdocs.bagisto.com/

      Thanks & Regards..!!

    • R

      Bagisto Graphql debug and new API
      • Rahul Vadhvani

      2
      0
      Votes
      2
      Posts
      319
      Views

      Rishabh-Webkul

      Hello @Rahul-Vadhvani

      GraphQL queries are created in the schema.graphql file. Check the below link.

      https://github.com/bagisto/headless-ecommerce/blob/main/src/graphql/schema.graphql

      Thanks & Regards..!!

    • J

      How create a Collection with different designs?
      • jcarlosc88

      2
      0
      Votes
      2
      Posts
      317
      Views

      Rishabh-Webkul

      Hello @jcarlosc88

      Greetings of the day..!!

      I believe that by collection you are talking about Group products by default in the group products only simple products can be assigned and not configurable variations.

      Kindly confirm for the same.

      Thanks & Regards..!!

    • R

      Bagisto flutter app with rest API
      • Rahul Vadhvani

      2
      0
      Votes
      2
      Posts
      328
      Views

      Rishabh-Webkul

      Hello @Rahul-Vadhvani

      If you want to make a Bagisto flutter app with rest API you have to create it.

      This is the official repository of the Rest API of Bagisto. Find the link below for the same.

      https://github.com/bagisto/rest-api

      Thanks & Regards..!!

    • O

      admin side
      • om

      2
      0
      Votes
      2
      Posts
      244
      Views

      Rishabh-Webkul

      hello @om

      Greetings of the day..!!

      No, by default toggle buttons are disabled.
      You can manage it as per the requirements of the products.

      Thanks & Regards..!!

    • O

      This topic is deleted!
      • om

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • T

      Validation of Bagisto's payment method registration API
      • tmss

      3
      0
      Votes
      3
      Posts
      456
      Views

      T

      @Rishabh-Webkul

      You use it in a variety of patterns.
      I don't know where it will be used, but it was helpful.

      Thank you so much!

    • T

      The logout method has $id defined, but the value passed is the redirect destination?
      • tmss

      2
      0
      Votes
      2
      Posts
      306
      Views

      Rishabh-Webkul

      @tmss said in The logout method has $id defined, but the value passed is the redirect destination?:

      Is there any particular problem without $id?

      No, There is no problem with this because this event didn't get listen.

      Event.png

      Thanks & Regards..!!

    • D

      Flutter App Rest API Support
      • darshiltgs06

      2
      0
      Votes
      2
      Posts
      315
      Views

      Rishabh-Webkul

      Hello @darshiltgs06

      Greetings of the day..!!

      If you want to make a Bagisto flutter app with rest API you have to create it.

      This is the official repository of the Rest API of Bagisto. Find the link below for the same.

      https://github.com/bagisto/rest-api

      Thanks & Regards..!!

    • S

      Disable default attributes
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      329
      Views

      ashish2409

      @setarehchinha

      Hello There.

      For this, you can customize the values in the database. All code related to changes in the default required attribute needs to be checked, and compatibility across the system must also be verified.

      Thank You.

    • S

      Excel import
      • setarehchinha

      3
      0
      Votes
      3
      Posts
      441
      Views

      ashish2409

      @setarehchinha

      Hello There,

      In Admin, we do have a feature known as Data Transfer you can proceed with that. This will help you to upload products, customers and tax rates.

      Data Transfer Path -> Go to Admin -> Settings -> Data Transfer.

      You can also find a sample file for each by just clicking in sample download.

    • S

      This topic is deleted!
      • setarehchinha

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • S

      Images not loading
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      332
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      This issue is coming due to APP_URL from you .env file

      Enter the complete path as per your folder name in the below image.
      hbbdcbh.png

      Thanks & Regards..!!

    • S

      Send multiple images at once
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      300
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      By default, it is not possible to use multiple images in a single Attribute.

      rgbtbr.png

      If you need to use multiple images you can create multiple image type attributes for the same.

      Thanks & Regards..!!

    • S

      This topic is deleted!
      • setarehchinha

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • S

      Disable type field
      • setarehchinha

      6
      0
      Votes
      6
      Posts
      700
      Views

      S

      In this way, I modified the code so that it is only one item and the problem is over

      <!-- Product Type --> <x-admin::form.control-group> <x-admin::form.control-group.label class="required"> @lang('admin::app.catalog.products.index.create.type') </x-admin::form.control-group.label> <x-admin::form.control-group.control type="select" name="type" rules="required" :label="trans('admin::app.catalog.products.index.create.type')" > <option value="simple" selected> @lang(config('product_types.simple.name')) </option> </x-admin::form.control-group.control> <x-admin::form.control-group.error control-name="type" /> </x-admin::form.control-group>
    • A

      how customize menu and section carousel
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      327
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      The Header section where all your categories is managed from the file is mentioned below you can customize it as per your requirement.

      packages >> Webkul >> Shop >> src >> Resources >> views >> components >> layouts >> header >> desktop >> bottom.blade.php

      verjnjr.png

      and to manage the category carousel you can manage and customize it from the file

      packages >> Webkul >> Shop >> src >> Resources >> views >> components >> categories >> carousel.blade.php

      gvfgfv.png

      Thanks & Regards..!!

    • S

      Add country currency
      • setarehchinha

      3
      0
      Votes
      3
      Posts
      423
      Views

      ashish2409

      @setarehchinha
      Hello,

      We really appreciate your query.
      For adding a new currency you can follow below path.
      Go to Admin -> Settings -> Currency -> Fill the details there -> Save.

      Check Screenshot -> https://jam.dev/c/7aa3f756-06ff-453d-8bd0-be1571f694f1

      Once this is done.
      Now go to Admin -> Settings -> Channels -> Add Currency -> Save

      Check Screenshot -> https://jam.dev/c/a7b1a4a2-04cc-413b-a65a-3918d4fcd624

      In case you find any issue you can reach out to us.

      Thank You.

    • S

      Changing the default dashboard language
      • setarehchinha

      3
      0
      Votes
      3
      Posts
      454
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      To change the default dashboard language kindly go to the .env file and change the APP_LOCALE =fa to your language code as shown below.

      hbvdh.png

      And after you will get your desired output as shown in the image below.

      jn cvjnvj.png

      Thanks & Regards..!!