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

      How create a Collection with different designs?
      • jcarlosc88

      2
      0
      Votes
      2
      Posts
      319
      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
      333
      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
      246
      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
      468
      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
      311
      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
      320
      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
      332
      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
      453
      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
      333
      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
      305
      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
      705
      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
      339
      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
      424
      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
      472
      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
      302
      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
      284
      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
      245
      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..!!