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

      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
      499
      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
      349
      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
      404
      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
      464
      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
      550
      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
      441
      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
      372
      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
      895
      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
      418
      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
      569
      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
      617
      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..!!

    • S

      Sending notifications via sms to mobile phones
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      424
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      For SMS notifications you need to integrate Bagisto with Transactional SMS API services like

      Twillio -> https://www.twilio.com/en-us

      Spring Edge -> https://www.springedge.com/

      Thanks & Regards..!!

    • S

      Transport settings based on different cities
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      352
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      For this, you may refer to this extension this will fulfill your requirements.

      https://bagisto.com/en/extensions/laravel-ecommerce-table-rate-shipping/

      Thanks & Regards..!!

    • S

      Category for content
      • setarehchinha

      2
      0
      Votes
      2
      Posts
      344
      Views

      Rishabh-Webkul

      Hello @setarehchinha

      I believe you are looking for the CMS submenus just like the image below.

      dsvdvdv.png

      Kindly confirm the same.

      Thanks & Regards..!!

    • C

      footer logo
      • Cali

      13
      0
      Votes
      13
      Posts
      2026
      Views

      Rishabh-Webkul

      Hello @Cali

      Greetings of the day..!!

      Sorry for the inconvenience you have faced yet .To resolve this issue kindly enter only the below URL in .env file.

      APP_URL=http://127.0.0.1:8000

      Thanks & Regards..!!

    • C

      Required Field
      • Cali

      2
      0
      Votes
      2
      Posts
      432
      Views

      C

      @Cali Its okay now I just disabled it in admin configure

    • A

      Pickup location in Bagisto
      • adebayoade

      6
      0
      Votes
      6
      Posts
      963
      Views

      Rishabh-Webkul

      Hello @mnatsakanyan

      This feature is not ready yet.

      Thanks & Regards