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

      Mail server integration
      • aroobaarooj499

      14
      0
      Votes
      14
      Posts
      2623
      Views

      N

      @sanjay-webkul said in Mail server integration:

      SHOP_MAIL_FROM=shop@bagisto.com
      ADMIN_MAIL_TO=admin@bagisto.com
      MAIL_FROM_NAME=Admin

      I have the same issue when I try to send mails using mail smtp it is not working but if I try it with mail trap it is working any idea why

    • M

      Help me please
      • minhestdevno1

      2
      0
      Votes
      2
      Posts
      85
      Views

      Rishabh-Webkul

      Hello @minhestdevno1

      For Frontend

      To change the default language from ENG to VIE you can go through the below link.

      Link - https://docs.bagisto.com/2.2.0/settings/locale.html

      For Admin Backend

      Go to the .env file and change the APP_LOCALE to your desired language .

      sddsds.png

      Thanks & Regards

    • M

      Please help me about slider
      • minhanh2001

      2
      0
      Votes
      2
      Posts
      65
      Views

      Rishabh-Webkul

      Hello @minhanh2001

      Kindly let us know which Bagisto version are you using.

      Also if possible kindly provide us the instance of your Bagisto Admin panel so that we can check your issue through your admin backend panel.

      Thanks & Regards

    • D

      I want support
      • devnguyen123

      2
      0
      Votes
      2
      Posts
      93
      Views

      Rishabh-Webkul

      Hello @devnguyen123

      Kindly let us know which Bagisto version are you using so that we can assist you accordingly.

      Thanks & Regards

    • C

      ChatGPT Français selon l'Expert Boogie Beckman
      • chatgptfr

      2
      0
      Votes
      2
      Posts
      62
      Views

      Rishabh-Webkul

      Hello @chatgptfr

      Kindly let us know about your query this is just the content so I am not able to understand what issue you are facing.

      Thanks & Regards

    • D

      Custom Button
      • devnguyen123

      3
      0
      Votes
      3
      Posts
      154
      Views

      Rishabh-Webkul

      Hello @devnguyen123

      We just guide you with the path of the file here. If you want to customize your code. This will come under as paid support.

      You can purchase our hourly package from the below link.

      Link - https://store.webkul.com/bagisto-hourly-customization-package.html

      Thanks & Regards

    • M

      Please help me :(
      • minhestdevno1

      4
      0
      Votes
      4
      Posts
      202
      Views

      Rishabh-Webkul

      Hello @minhanh2001

      If you need to add in your whole website then it will come under as a paid support

      You can purchase our Bagisto Hourly package from the below Link

      Link - https://store.webkul.com/bagisto-hourly-customization-package.html

      Thanks & Regards

    • A

      What is the purpose of the position field in categories?
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      111
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      These positions help you to manage and maintain the sort order of your sub-categories for the front end.

      It will help you to position where your sub-category will become visible.

      sdcv zx z.png

      Thanks & Regards

    • W

      Define route: admin.blog.index in web.php
      • WatersSea

      2
      0
      Votes
      2
      Posts
      87
      Views

      Rishabh-Webkul

      Hello @WatersSea

      We have created a video tutorial of how to create a module. In that video, we have created module of the Stock Notification with the help of Official dev Docs through Package Development in Detail.

      Hope this will help you to resolve your query.

      Youtube Tutorial Link - https://youtu.be/PIjIxtgzOJk?si=bntwsL-pE_j5itb7

      And regarding your query.

      Route::prefix('admin'): This sets the route prefix to admin, so your route will be admin/blog.

      Route::name('admin.'): This sets the route name prefix to admin., so your route name will be admin.blog.index.

      middleware('auth'): This middleware ensures that the route is protected and only accessible to authenticated users. Adjust this based on your needs.

      Route::get('blog', [PostController::class, 'index'])->name('blog.index');: This defines a GET request to the blog URL, which maps to the index method of PostController, and names the route.

      admin.blog.index.
      Make sure that the PostController exists and has an index method defined. If it’s part of a package or module in Bagisto, ensure you adjust the namespace and paths according to your application structure.

      This route setup will create a URL like /admin/blog that maps to the index method of the PostController, and you can refer to this route as admin.blog.index in your application.

      Thanks & Regards

    • A

      error when change color on configurable product
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      167
      Views

      devansh-webkul

      @alexVillalobos,

      I am not getting what you are trying to say in the second question, are you facing some issue.

      For the first question, all the variants are simple products so each simple product will have its own inventory.

    • D

      Help me please
      • devnguyen123

      2
      0
      Votes
      2
      Posts
      140
      Views

      Rishabh-Webkul

      Hello @devnguyen123

      Please provide us with a screenshot so we can assist you accordingly.

      Thanks & Regards

    • A

      This topic is deleted!
      • alexVillalobos

      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • E

      Can't run Bagisto mobile in Android emulator
      • eddoperes

      2
      0
      Votes
      2
      Posts
      124
      Views

      Rishabh-Webkul

      Hello @eddoperes

      Kindly refer to this https://forums.bagisto.com/topic/3818/can-t-run-bagisto-mobile-in-android-emulator/2

      Thanks & Regards

    • H

      Slow api/products when searching
      • hrabosh

      2
      0
      Votes
      2
      Posts
      117
      Views

      Rishabh-Webkul

      Hello @hrabosh

      Kindly let us know which Bagisto are you using.

      Additionally, you can also use elastic search which will help you to increase the speed. We have provided this by default in Bagisto Latest Versions.

      Thanks & Regards

    • A

      how put attribute value on transfer data products
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      106
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      While bulk uploading you can add color and size as variants for configurable products, not for the simple product.

      You can also download a sample file as shown below.

      rfwefwfseaef.png

      Inside this you will able to see the configurable variants. where you can send color size variants for configurable products.

      ecwsecwq.png

      Thanks & Regards..!!

    • C

      no email verification
      • Cali

      3
      0
      Votes
      3
      Posts
      113
      Views

      C

      @Rishabh-Webkul
      yes it is enabled

    • M

      Sending status code in rest-api response
      • marshalbagisto

      7
      0
      Votes
      7
      Posts
      380
      Views

      Rishabh-Webkul

      Hello @marshalbagisto

      Status Codes are not sent inside the response they were handled by Laravel and Axios

      For 200 - return response()->json([|

      'data' => $categories

      ], 200);

      For 500 - return response()->json([|

      'message' => 'Someting went wrong'

      ], 500);

      and in your screenshot, we have marked, that your status code will be visible at this point as shown in the image below.

      rtmmti.png

      Thanks & Regards

    • A

      how register new custom class on tailwind
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      142
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      You can add your CSS in your new custom class, as shown below.

      g dg g.png

      Also, to know in detail about tailwind CSS you can go through the below link.

      https://tailwindcss.com/docs/customizing-colors

      Thanks & Regards

    • C

      broken image
      • Cali

      2
      0
      Votes
      2
      Posts
      92
      Views

      Rishabh-Webkul

      Hello @Cali

      Kindly remove / from your APP_URL use this

      http://127.0.0.1:8000

      You can also visit the blog for the same.

      Link - https://bagisto.com/en/how-to-fix-image-broken-issue-in-bagisto/

      and lets us know everything is working fine.

      Thanks & Regards

    • I

      Unable to remove public from the url in shared cpanel hosting.
      • isachin

      3
      0
      Votes
      3
      Posts
      280
      Views

      I

      Hi @Rishabh-Webkul

      This works fine in localhost and while developing but the issue came when I was updated in my cpanel hosting. I've installed it through the Softaculous installer in Cpanel.

      I have attempted to use several .htaccess rules including the default one for Laravel that sends requests to 'public'. Unfortunately, it resulted in 403 or 404 errors as well. However, usually, it should work fine.

      Therefore, I assume that the '/public' route exists in the code of the application, which causes this error.

      it would be great If you could help in any way.

      Thanks.