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

      Mixed content on the admin side?
      • alex3005

      2
      0
      Votes
      2
      Posts
      240
      Views

      devansh-webkul

      Check the APP_URL in the .env file.

    • D

      How can I create some Product Accessories/Options as checkboxes (not selectable attributes)?
      • danpascu

      5
      0
      Votes
      5
      Posts
      1041
      Views

      devansh-webkul

      This is customization because configurable product will create a bunch of variants.

    • Kozmin

      How to force cache re-download to reflect changes made to site ?
      • Kozmin

      2
      0
      Votes
      2
      Posts
      447
      Views

      devansh-webkul

      If you talking about the server cache then you can run,
      php artisan cache:clear

    • L

      How to add carousel like new-products
      • LilD

      2
      0
      Votes
      2
      Posts
      157
      Views

      devansh-webkul

      You can take reference from here,
      https://github.com/bagisto/bagisto/blob/c35817c3addbba770c2c6ef1e6c38023665c781e/packages/Webkul/Velocity/src/Resources/views/shop/home/new-products.blade.php#L9

    • L

      Create a new column migration for existing model
      • LilD

      2
      0
      Votes
      2
      Posts
      282
      Views

      devansh-webkul

      Please run the artisan command from the project root directory.

    • L

      Product categories
      • lukas

      2
      0
      Votes
      2
      Posts
      258
      Views

      devansh-webkul

      Yes both are separated so that on deletion only linking should break rather then deleting anything,

    • Kozmin

      Configurable product special price ?? [urgent]
      • Kozmin

      2
      0
      Votes
      2
      Posts
      214
      Views

      devansh-webkul

      Special price only for a child not for the parent. When you set it in the variant it will automatically show to the parent one,

    • A

      Issues with GraphQLAPI in a fresh bagisto installation
      • arxideas

      2
      0
      Votes
      2
      Posts
      207
      Views

      N

      Hi @arxideas ,
      please mention your bagisto version .

    • A

      This topic is deleted!
      • Apillzonline

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Am trying to display products base on different category on my homepage. Can you pls help on how to do that
      • deen

      2
      0
      Votes
      2
      Posts
      859
      Views

      devansh-webkul

      You can include in the homepage content from the admin panel (Velocity > Velocity Meta Data > Home Page Content) like this,

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

    • A

      Product Export
      • AnthonySica

      3
      0
      Votes
      3
      Posts
      339
      Views

      A

      That Worked.

      Thanks Tony -

    • S

      Disable Bagisto Website Frontend
      • suyashcyber94

      6
      0
      Votes
      6
      Posts
      439
      Views

      devansh-webkul

      Just go to Admin -> Settings -> Channel -> Maintainence Mode.

    • U

      Why when we tried to update the category information an error occured
      • userbagisto

      3
      0
      Votes
      3
      Posts
      1248
      Views

      U

      why ??
      if we tried to update othere input like postion it updated successfully

    • I

      why the summary order not appear after click on refund on admin page
      • israa96

      7
      0
      Votes
      7
      Posts
      451
      Views

      devansh-webkul

      I am not getting you what you are trying to say?

      Please share the full steps and what you are trying to do so that I can help you further.

    • R

      Error
      • Rokas

      2
      0
      Votes
      2
      Posts
      271
      Views

      devansh-webkul

      Just reinstall Bagisto, its looks like Bagisto is not installed properly.

    • L

      This topic is deleted!
      • lukas

      2
      0
      Votes
      2
      Posts
      15
      Views
    • T

      Login redirect from other project
      • toinkydoo

      2
      0
      Votes
      2
      Posts
      180
      Views

      devansh-webkul

      The only way you can do this is by using Bagisto API or you can create your own customized API also.

      So that if the user is logged in WordPress then Bagisto API is also called. Or even you can store the session cookie for session based authentication.

    • T

      This topic is deleted!
      • toinkydoo

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      Creating Session
      • toinkydoo

      3
      0
      Votes
      3
      Posts
      157
      Views

      T

      Hi,

      Thanks for the reply.

      ok. so all I have to do is add that token to a header when visiting pages within the store?

    • R

      How to add Breadcrumbs?
      • RK REZA

      5
      0
      Votes
      5
      Posts
      9395
      Views

      esolz

      Use Plugin