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

      Overide admin system.php config - social login
      • marinDan

      2
      0
      Votes
      2
      Posts
      231
      Views

      Rishabh-Webkul

      Hello @marinDan

      To override the system.php file kindly update this line of code in the boot method in the respective Service Provider file.

      On the left side, enter the path with the file name system.php; on the right side, enter the path where you need to override the file.

      $this->publishes([ dirname(DIR).'/Config/system.php' => dirname(DIR).'/../../path/ofYour/folder/filename_withextension', ]);

      After this run the command

      php artisan vendor:publish --force

      Thanks & Regards

    • C

      code comment
      • Cali

      6
      0
      Votes
      6
      Posts
      813
      Views

      C

      @Rishabh-Webkul
      can you help me find where these are in the code so that I can comment on them //
      This is in checkout
      208bca2a-96bf-420e-a1d6-81d96f5e5722-image.png
      This when you add product
      5af5be7f-e590-47d5-adc2-b32165090729-image.png

      This is when you view all the products
      16c3dd6b-d9ce-4115-af44-d75bc6f4ea28-image.png

    • C

      No email for account creation
      • Cali

      3
      0
      Votes
      3
      Posts
      405
      Views

      Rishabh-Webkul

      Hello @Cali

      It might be there is some issue with your SMTP try to setup some other SMTP and then check the same.

      Thanks & Regards

    • C

      hide UI
      • Cali

      5
      0
      Votes
      5
      Posts
      701
      Views

      C

      @Rishabh-Webkul

      I already put them into unassigned, but it keeps appearing

      737ab884-1bac-4630-bbaa-ba27312073df-image.png
      b294c847-af50-4325-920e-ec3ab6799992-image.png

    • C

      dashboard problem
      • Cali

      4
      0
      Votes
      4
      Posts
      507
      Views

      C

      @Rishabh-Webkul

      20ba757a-ad0f-4318-88dc-ad441687fa40-image.png

    • C

      hiding ui using comment // in code
      • Cali

      2
      0
      Votes
      2
      Posts
      299
      Views

      Rishabh-Webkul

      Hello @Cali

      If you need further changes and want some customization or need to resolve errors and hide UI-related issues. Then you can purchase our support hours for the same.

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

      Thanks & Regards

    • C

      landing page
      • Cali

      2
      0
      Votes
      2
      Posts
      296
      Views

      Rishabh-Webkul

      Hello @Cali

      So that means whenever admin gets logged in you want to show the sales order page to get opened.

      AaAFas.png

      Please Confirm

      Thanks & Regards

    • A

      problem when bidding product configuration
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      438
      Views

      A

      @Rishabh-Webkul i found why not show up, for next on this forum, if put .env Queue on sync this change appers on instant when change to database need run php artisan queue:work to take effect this process go to job apply this change show correctly

    • A

      how cant show stock on view product
      • alexVillalobos

      5
      0
      Votes
      5
      Posts
      707
      Views

      A

      @Rishabh-Webkul i found how put stock_available
      go to ProductResources then go and find model Product have one relation take id and quantity this you cant get stock for next forum need to implement, another tip if have custom theme apply this change on custom theme backend

    • A

      This topic is deleted!
      • alexVillalobos

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • A

      how customize link whatsapp
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      266
      Views

      A

      @alexVillalobos im done need update link to this
      on Packages\Webkul\SocialShared\Whatsapp
      replace in

      $whatsappURL = 'whatsapp://send?' .http_build_query($text);
      to
      $whatsappURL = 'wa.me://send?' . http_build_query($text);

    • A

      how put stock_available on configuration product
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      243
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      If you need to add some customization on the product detail page below is the file path

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      dssdasda.png

      Thanks & Regards

    • A

      How add new social shared button
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      277
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      If you need to add some customization with the share buttons on the product detail page below is the file path

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      xzcxzc.png

      Thanks & Regards

    • M

      Don't edit slider manager in version 2.2.2
      • minhestdevno1

      2
      0
      Votes
      2
      Posts
      285
      Views

      Rishabh-Webkul

      Hello @minhestdevno1

      If you need to add slider from Bagisto Admin Panel kindly go through the below link.

      Link -> https://bagisto.com/en/add-slider-in-bagisto-home-page/

      Thanks & regards

    • M

      I want support
      • minhestdevno1

      4
      0
      Votes
      4
      Posts
      512
      Views

      M

      @Rishabh-Webkul i found it, thank you

    • M

      Please help me about currency
      • minhestdevno1

      2
      0
      Votes
      2
      Posts
      272
      Views

      Rishabh-Webkul

      Hello @minhestdevno1

      If you want to change your currency and create a new currency for this go through the link below.

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

      Thanks & Regards

    • A

      Mail server integration
      • aroobaarooj499

      14
      0
      Votes
      14
      Posts
      4156
      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
      290
      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
      235
      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
      300
      Views

      Rishabh-Webkul

      Hello @devnguyen123

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

      Thanks & Regards