Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Vaishali Agarwal
    3. Best
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by Vaishali Agarwal

    • Base Table or view not found

      Re: Bagisto - Base table or view not found: 1146

      This error comes when somehow the database migration process stuck and not able to create the channels table, so to fix this error you may migrate the database again using below command:

      php artisan migrate:fresh --seed
      Note: only run this command if you're doing fresh installation else it would remove all the customized tables

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: ERP integration

      @krizz
      All the mention API are yet need to be implement, Our Team is working on the some of the major features but surely the API documentation will also update but takes time.

      If you want to get these API soon you can raise the ticket for the customisation here https://bagisto.uvdesk.com/en/customer/create-ticket/

      Thanks

      posted in Modules
      V
      Vaishali Agarwal
    • RE: Are there any plans to make the Admin dashboard mobile responsive?

      Hi @bagdev
      Currently, no workaround for this feature but in near future we will implement this to make bagisto fully responsive.

      Thanks.

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: Show products by category in front page

      Hi @William-Hatanaka
      Yes, you use the below command to show product by category, for any doubt you may check out Bagisto demo

      @include('shop::home.category', ['category' => 'mens-collection'])
      

      Thanks

      posted in Knowledge Base
      V
      Vaishali Agarwal
    • RE: bagisto upgrade from 1.1.0 to 1.1.2 using git fails in every combination I have tried

      @mikeyapina
      concern person is looking your ticket & will respond you soon.
      We appreciate your patience!

      posted in Bug Report
      V
      Vaishali Agarwal
    • RE: How to customize the homepage? any dev docs available for using bagisto?

      @Vikasarora
      the provided guide as provide above will surely help you!

      If you got stuck somewhere we are here to help you
      Thanks

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: How to customize the homepage? any dev docs available for using bagisto?

      @Vikasarora
      At present what do you like to customize in bagisto?

      Here is the helpful guide if you want to edit your velocity theme content
      https://bagisto.com/en/how-to-configure-velocity-theme-in-bagisto/
      https://bagisto.com/en/how-to-create-cms-page-in-bagisto/

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: How can I add input field and dropdown in product detail page.

      @AkashWeybee
      If you want do these changes only for velocity theme then you need to change the velocity package file.

      Yes once the changes made then make sure run php artisan vendor:publish --force
      check here https://prnt.sc/toapnr

      posted in Knowledge Base
      V
      Vaishali Agarwal
    • RE: Product SKU

      @otheriz
      Kindly check this https://github.com/bagisto/bagisto/issues/2805 , post your suggestion if according to you sku should be in caps.

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: How to get started with creation of new payment gateway?

      @otheriz
      Yes, package generator is compatible with bagisto master branch https://github.com/bagisto/bagisto/tree/master or bagisto v1.1.2 as well

      posted in Knowledge Base
      V
      Vaishali Agarwal
    • RE: social login

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

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: Products with 130 possible sizes issue

      @wyamout
      Thanks for reporting this.

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

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: Docker installation incomplete

      Hi @Mir123
      In the documentation, you don't have bagisto wkrepo access so you should go with other step; create a docker-compose.yml file in a directory. in a format as described in the README

      let me know in case of any further concern.
      We are here to help you!

      posted in Installing Bagisto
      V
      Vaishali Agarwal
    • RE: Broken Image & Logo in Bagisto with causes and solutions?

      @nikul
      what error you're facing currently please show..

      posted in Bug Report
      V
      Vaishali Agarwal
    • RE: Multi Vendor Laravel version

      @Shirah
      Currently Multivendor support bagisto v1.1.0 which is built on top of laravel Version 6 you may check laravel version for any bagisto version from here https://github.com/bagisto/bagisto/blob/v1.1.0/composer.json#L30

      Note: soon we are going to update multivendor for bagisto v1.2.0 which support laravel version 7
      https://github.com/bagisto/bagisto/blob/v1.2.0/composer.json#L33

      posted in Knowledge Base
      V
      Vaishali Agarwal
    • RE: After install all Bagisto pages looks Disorganized

      @mahadit
      you may run php artisan vendor:publish --force to fix this.
      already resolved here https://github.com/bagisto/bagisto/issues/4173

      posted in Installing Bagisto
      V
      Vaishali Agarwal
    • RE: How can override category table?

      @zainawan99
      If you want to modify the table like add, rename column then you may refer the link (https://laravel-school.com/posts/how-to-add-new-columns-to-the-existing-table-in-laravel-migration-24)

      posted in Modules
      V
      Vaishali Agarwal
    • RE: How to increase pagination size of homepage category items?

      @Zakir
      As I can see inside https://pickrocks.com/electronics per page value 100 is selected but showing 10 because of the select box width, which hides the remaining 0 from 100.
      you can set the size of the select box so the 3digit number can be visible by changing to this file packages/Webkul/Velocity/src/Resources/views/shop/products/list/toolbar.blade.php

      posted in Knowledge Base
      V
      Vaishali Agarwal
    • RE: How to create more Product grid on Front-End Like "New Products" and "Featured Products" along with other things shown in Bagisto Demo...

      Hi @tish997
      You can easily customize your store by adding custom labels by adding the code inside admin->velocity->meta data->Home page content

      Here you need to click on source code and pass the array as same added in bagisto demo.
      for example; if you want to add category on home page add the below line
      you can achieve this by adding the below code in admin->velocity-> meta data->HomePageContent

      @include('shop::home.category', ['category' => 'add_category_slug']);

      posted in General Discussion
      V
      Vaishali Agarwal
    • RE: How can GoDaddy server email configuration?

      @zainawan99
      google it, you will find goDaddy server smtp host and port and add them in .env file
      you may also check this https://in.godaddy.com/help/use-imap-settings-to-add-my-email-address-to-an-email-client-4714

      posted in Knowledge Base
      V
      Vaishali Agarwal