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

      How to compare only the attributes present in any of the products?
      • Deepanjali

      4
      0
      Votes
      4
      Posts
      521
      Views

      devansh-webkul

      Hi @Deepanjali,

      There are two files one for default and one for velocity theme.

      Default: 'packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php' Velocity: 'packages/Webkul/Shop/src/Resources/views/guest/compare/compare-products.blade.php'

      In these files you will see the '$comparableAttributes' loop, here you need to manipulate according to your needs and you also need to check vue components as well which defined in this file.

      After that don't forget to publish your changes to main resources folder by using this command.
      php artisan vendor:publish --all --force

    • M

      Change bagisto backend theme
      • mohammedokasha

      4
      0
      Votes
      4
      Posts
      303
      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
      474
      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
      241
      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
      128
      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
      645
      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
      785
      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
      1118
      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
      320
      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
      560
      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
      326
      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
      196
      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
      1163
      Views

      Y

      @Vaishali-Agarwal Thanks for your valuable response 😍

    • R

      paypal checkout form
      • Rahul74

      2
      0
      Votes
      2
      Posts
      168
      Views

      R

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

    • R

      paypal sandbox
      • Rahul74

      21
      0
      Votes
      21
      Posts
      1831
      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
      327
      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
      196
      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
      240
      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
      251
      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