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

      How to upgrade Bagisto
      • adebayoade

      5
      0
      Votes
      5
      Posts
      749
      Views

      A

      @devansh-webkul Ok.

    • D

      How to integrate it into the API. for Social login
      • dailamy1983

      2
      0
      Votes
      2
      Posts
      1320
      Views

      sanjay-webkul

      Hi @dailamy1983
      You have to set the social login credentials on your .env file. Please take a reference from the example code.

      GOOGLE_CLIENT_ID= Enter you client id here
      GOOGLE_CLIENT_SECRET= Enter you client secret here
      GOOGLE_CALLBACK_URL=https://yourhost.com/customer/social-login/google/callback

    • A

      Bagisto API response Formatting
      • ahnaf22

      4
      0
      Votes
      4
      Posts
      536
      Views

      sanjay-webkul

      @ahnaf22
      You can gothrough Here for the same.

    • R

      Product not showing in shop
      • rudiculous

      15
      0
      Votes
      15
      Posts
      2907
      Views

      sanjay-webkul

      Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com

      That would be grateful for us.

      Thanks & Regards,

      Bagisto Team

    • S

      To make image accordian required while creating products
      • suchitra.singh98

      10
      0
      Votes
      10
      Posts
      2199
      Views

      S

      @suchitra-singh98 said in To make image accordian required while creating products:

      Hy can you tell me how can i make product image upload accordian required in the admin side

      Same Question

    • P

      From where I can open the question I ask in past in this forums.I did not find any page dedicated to that.
      • prashant2408

      7
      0
      Votes
      7
      Posts
      1020
      Views

      P

      There is similar issue.
      By searching by 'my username' I only get those question that I ask directly.I can't able to get those where I response or I ask as a reply on other question. I need to find then by opening all question which take time to find manually from home page . It will become impossible to find when the number of question on database increase. I think there should be a dedicated page for personal asks,response and reply so that when we try to check the status our reply then it is easy be find.
      Is there is some screen casts for code explanation for Bagisto, if exist please suggest,similar to Vue or Livewire screen cast for easy and fast adoption of framework.

    • P

      'checkout/onepage.blade.php' this page feel quite complicated for simple customization. Any suggestion to work around it.
      • prashant2408

      2
      0
      Votes
      2
      Posts
      614
      Views

      sanjay-webkul

      Hi @prashant2408
      Cal you please elaborate?
      What exactly you want to do ?

    • P

      How to run storate:link manually
      • prashant2408

      3
      0
      Votes
      3
      Posts
      467
      Views

      P

      Actually it is resolve now. My problem was that I can't have terminal access to server so I can't run storage:link command. But now I run it through controller using /Artisan.

    • P

      Is there is any API for make a order(move cart to to order)
      • prashant2408

      4
      0
      Votes
      4
      Posts
      761
      Views

      sanjay-webkul

      Hi There,
      Please take a reference from Here

    • J

      Not storing values in category_filterable_attributes table
      • JC_09

      2
      0
      Votes
      2
      Posts
      332
      Views

      sanjay-webkul

      @JC_09 said in Not storing values in category_filterable_attributes table:

      dmin pane catalog > attributes > edit and save no values added in the category_filterable_attributes table.. any help?
      Thank you

      @JC_09
      You have to add the same the attributes in attribute family.

    • A

      email for reset password issue
      • Ahed

      17
      0
      Votes
      17
      Posts
      2386
      Views

      A

      @sanjay-webkul
      ok

    • B

      419 error on admin page.
      • BDBjj

      2
      0
      Votes
      2
      Posts
      366
      Views

      sanjay-webkul

      HI @BDBjj
      Is is possible to share the steps which you followed for install the bagisto?

    • R

      New fields in Product create form admin
      • Rakhi123

      2
      0
      Votes
      2
      Posts
      386
      Views

      sanjay-webkul

      @Rakhi123
      For this you need to create custom attributes and then add those attributes to the attribute family then they will reflect on the product creation page.

    • A

      login by facebook
      • Ahed

      7
      0
      Votes
      7
      Posts
      801
      Views

      A

      yes my friend but how i can fill this ,or from where can take the data

    • A

      Products grid and cpanel password reset
      • adebayoade

      5
      0
      Votes
      5
      Posts
      797
      Views

      sanjay-webkul

      @adebayoade
      Please take a reference from here for the same.

    • P

      Delivery with Google Maps APIs
      • peter69

      2
      0
      Votes
      2
      Posts
      382
      Views

      sanjay-webkul

      @peter69
      Yes, you have to implement a new shipping method for the same.

    • A

      images not show
      • Ahed

      9
      0
      Votes
      9
      Posts
      1125
      Views

      A

      @sanjay-webkul
      i solve the error by change the sotre path from public/storage to storage/public/app
      thank for your efforts

    • S

      How to refresh cart item with the new item promo
      • SP

      2
      0
      Votes
      2
      Posts
      519
      Views

      sanjay-webkul

      Hi There,
      You can use this event for the same

    • J

      Create new custom configuration
      • juli_cs

      2
      0
      Votes
      2
      Posts
      381
      Views

      sanjay-webkul

      Hi there,
      You have to create a service providers inside the providers folder, for merge this code.

    • T

      API returns homepage
      • tahiryasin

      2
      0
      Votes
      2
      Posts
      283
      Views

      sanjay-webkul

      Hi there,
      Please take a reference from Here