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

      Problem left join
      • LilD

      2
      0
      Votes
      2
      Posts
      193
      Views

      devansh-webkul

      Hi @LilD,

      Just append the alias to email, because emails are two so its not able to detect which one should he take,
      alias1.email, table_name.email

    • O

      Quick Question About PWA
      • otheriz

      2
      0
      Votes
      2
      Posts
      125
      Views

      V

      Hi @otheriz
      The release will be coming soon 1.3.1 comptability.
      You may get the update from here https://github.com/bagisto/laravel-pwa

    • H

      Error occurs during redirection from payment page.
      • harsha m

      2
      0
      Votes
      2
      Posts
      261
      Views

      devansh-webkul

      Please use single thread.

    • O

      i want to add an option that let customers be able to upload image while choosing a product
      • ozen7

      2
      0
      Votes
      2
      Posts
      1400
      Views

      devansh-webkul

      Well, this is customization, you should be familiar with Laravel.

    • H

      Error during payment transaction
      • harsha m

      15
      0
      Votes
      15
      Posts
      782
      Views

      H

      @devansh-webkul Do you want cpanel credentials??

    • R

      JWT Authentication API responded {"error":"Unauthenticated"}
      • rudiculous

      3
      0
      Votes
      3
      Posts
      1030
      Views

      R

      @devansh-webkul said in JWT Authentication API responded {"error":"Unauthenticated"}:

      ?token=true

      YES! Thank you! It works now.
      But before it can work, I need to do this first:

      php artisan key:generate php artisan jwt:secret php artisan cache:clear php artisan config:clear
    • L

      Problem load time server with query bagisto mysql 8
      • LilD

      3
      0
      Votes
      3
      Posts
      577
      Views

      ?

      Kindly recheck the attribute_values

    • H

      Contact page
      • harsha m

      6
      0
      Votes
      6
      Posts
      476
      Views

      devansh-webkul

      Hi @harsha-m,

      This is a basic Laravel, if you are working on Bagisto that means you are familiar with Laravel.

      Please check the laravel docs for that.

    • W

      How to include CMS page content in a page
      • wallace

      6
      0
      Votes
      6
      Posts
      417
      Views

      devansh-webkul

      In that case, you need to customize your own component.

    • T

      Category Slides
      • tluanga

      3
      0
      Votes
      3
      Posts
      244
      Views

      T

      @Vaishali-Agarwal
      No, For example, I make different category (Shoes,Apparels,Handbags... etc). I want to display those categories on the homepage like those product which slides on the homepage.
      cattt.png

    • B

      [Solved] Category page throws 404 error
      • bagisto_newbie

      2
      0
      Votes
      2
      Posts
      352
      Views

      B

      Solved! Error was due to removal of default "root" category.

    • H

      I am using API for registration but in response I am getting HTML
      • himanshu-kmr

      2
      0
      Votes
      2
      Posts
      1272
      Views

      devansh-webkul

      Hi @himanshu-kmr,

      Just add Accept: application/json in your header.

    • S

      Update shipping method section every time user switch address
      • stevecty

      2
      0
      Votes
      2
      Posts
      80
      Views

      devansh-webkul

      Hi,

      This will be fixed in the upcoming release,
      https://github.com/bagisto/bagisto/issues/5004

    • U

      Base table or view not found
      • Uyo-obong

      2
      0
      Votes
      2
      Posts
      152
      Views

      U

      Alright, I figure out the course of this error. In case you encounter this error, there is a possibility that you are using MarketPlace extension from bagisto.

      What you have to do is to go marketplace -> src -> poviders -> marketplaceserviceprovider.php Inside you will see $this->app->register(ModuleServiceProvider::class); and $this->app->register(EventServiceProvider::class);

      Then wrap it inside if statement like this...

      public function __contruct() { $this->channel = Channel::all(); } if (isset($this->channel)) { $this->app->register(ModuleServiceProvider::class); $this->app->register(EventServiceProvider::class); }

      ===============================================
      To produce this error, setup a fresh nagisto and configure marketplace extension at once before runing migration.

    • R

      Create Custom Shipping Method - Not Showing in Admin Dashboard
      • rudiculous

      8
      0
      Votes
      8
      Posts
      1140
      Views

      R

      @devansh-webkul Okay thank you. I will try with this.

    • R

      How is the checkout process with Bagisto Web API?
      • rudiculous

      2
      0
      Votes
      2
      Posts
      225
      Views

      devansh-webkul

      Hi @rudiculous,

      When you save the address then in response you will get the shipping method.

      Same when you save shipping method then you will get payment method in response.

    • A

      yes
      • alpeshm

      2
      0
      Votes
      2
      Posts
      161
      Views

      V

      Hi @alpeshm
      could you please share your exact requirement or query?

    • S

      Bulk upload feature in Bagisto eCommerce
      • squirrel

      6
      0
      Votes
      6
      Posts
      402
      Views

      V

      @squirrelX
      to remove unnecessary steps , I would suggest you to raise this suggestion here https://github.com/bagisto/bagisto-bulk-upload

    • D

      Get weight attribute from cart
      • DaniDen

      4
      0
      Votes
      4
      Posts
      236
      Views

      devansh-webkul

      Loop it and sum it.

    • N

      How to change the number of products in a grid?
      • noushad

      3
      1
      Votes
      3
      Posts
      396
      Views

      N

      0a0cd422-f284-4253-b61f-129ca2ac2e10-image.png

      Thanks but I don't want to limit the products from there. It will be in carousel. What I meant is about the products per slides. I want to show 3 products on per slide. How to do it?