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

      Change bagisto backend theme
      • mohammedokasha

      4
      0
      Votes
      4
      Posts
      674
      Views

      V

      Hi @mohammedokasha
      we are working on the tutorial for this but you can add your theme configuration here https://github.com/bagisto/bagisto/blob/master/config/themes.php#L28

    • A

      Scope Laravel
      • Alex81

      3
      0
      Votes
      3
      Posts
      770
      Views

      A

      @devansh-webkul Hi!
      This is to make a report, but I have already managed to do it, thank you very much.

    • T

      How to add Booking type?
      • tluanga

      2
      0
      Votes
      2
      Posts
      432
      Views

      V

      @tluanga
      You can add new Booking type by adding the value in this file booking.blade.php at path https://github.com/bagisto/bagisto/tree/master/packages/Webkul/BookingProduct/src/Resources/views/admin/catalog/products/accordians

    • V

      quantity in catalog rule
      • vivek36

      2
      0
      Votes
      2
      Posts
      319
      Views

      V

      Hi @vivek36
      could you please tell me about your Bagisto Version?

    • H

      Change product status in code
      • huckleberry

      8
      0
      Votes
      8
      Posts
      1394
      Views

      H

      OK. that is what I ended up doing, but was hoping there was a better way. thanks for reply.

    • R

      increase the no of products
      • Rahul74

      14
      0
      Votes
      14
      Posts
      2097
      Views

      A

      Dear Rahul,
      U can customize the header as per your requirement in default theme.

      path - https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php

    • D

      How to add carousel on homepage?
      • Deepanjali

      12
      0
      Votes
      12
      Posts
      2108
      Views

      D

      @Vaishali-Agarwal I have this for 3 images on the top panel:
      ee59d37c-27d4-412d-9e23-eb44bbd35559-image.png
      I need a new panel altogether, below the top one.

    • T

      Multi vendor marketplace
      • Tashiw145

      5
      0
      Votes
      5
      Posts
      794
      Views

      T

      Hi @Naresh-webkul ,
      please can explain more, i don't quite understand, i just want be able to display the name of the seller at the product view page

    • R

      social login
      • Rahul74

      9
      0
      Votes
      9
      Posts
      1209
      Views

      V

      @otheriz
      Thanks for reporting, we are looking into and fix it soon.

    • H

      How to install composer for bagisto on ubuntu aws?
      • Hassi

      5
      0
      Votes
      5
      Posts
      724
      Views

      H

      at the step of composer installation in bagisto install on aws except of mention commands i execute apt install composer command for root user and sudo apt install composer for ubuntu user.

    • N

      The function for 360 view of images are not working
      • neyazahmad

      2
      0
      Votes
      2
      Posts
      381
      Views

      A

      Dear Neyaz,
      can you please show me the function open360View through Screenshot.

    • Y

      Can't access admin dashboard
      • yaimran21

      9
      0
      Votes
      9
      Posts
      1962
      Views

      Y

      @Vaishali-Agarwal Thanks for your valuable response 😍

    • R

      paypal checkout form
      • Rahul74

      2
      0
      Votes
      2
      Posts
      354
      Views

      R

      @Rahul74 screenshot of above question
      Screenshot at Sep 09 12-39-10.png

    • R

      paypal sandbox
      • Rahul74

      21
      0
      Votes
      21
      Posts
      12330
      Views

      R

      @Rahul74 May be the answer is i need to complete the KYC of my paypal business account, thats y payment is not getting successful.......

    • W

      This topic is deleted!
      • wyamout

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • R

      pagination for featured products in default theme
      • Rahul74

      5
      0
      Votes
      5
      Posts
      743
      Views

      V

      @Rahul74
      respective developer will reply to you here soon.

      Thanks.

    • W

      Products with 130 possible sizes issue
      • wyamout

      2
      0
      Votes
      2
      Posts
      381
      Views

      V

      @wyamout
      Thanks for reporting this.

      We have added it in our todo list and will surely check the feasibility.

    • R

      Change arabic number format.
      • rosisse

      2
      0
      Votes
      2
      Posts
      439
      Views

      devansh-webkul

      Hi @rosisse,

      If you check this file packages/Webkul/Core/src/Core.php. In this file we have used NumberFormatter class. You need to set en locale for each object.

      For example,
      $num = NumberFormatter('en', NumberFormatter::DECIMAL);

    • O

      help?
      • osaid

      2
      0
      Votes
      2
      Posts
      435
      Views

      V

      Hi @osaid
      you may follow the below steps to get rid of this issue

      open your project in Visual studio go to the .env file and add Database configuration correctly then run the below commands from the terminal inside the bagisto root directory php artisan bagisto:install

      let me notify here in case of any error found during executing these commands

    • N

      Subscription email does not work
      • neyazahmad

      4
      0
      Votes
      4
      Posts
      663
      Views

      V

      @neyazahmad said

      your Mail_host and mail_port is incorrect, please verify it with your email provider.