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

      Product categories
      • lukas

      2
      0
      Votes
      2
      Posts
      441
      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
      396
      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
      383
      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
      1025
      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
      547
      Views

      A

      That Worked.

      Thanks Tony -

    • S

      Disable Bagisto Website Frontend
      • suyashcyber94

      6
      0
      Votes
      6
      Posts
      979
      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
      1500
      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
      974
      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
      437
      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
      331
      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
      422
      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
      9827
      Views

      esolz

      Use Plugin

    • T

      Saving Category issue
      • toinkydoo

      4
      0
      Votes
      4
      Posts
      514
      Views

      devansh-webkul

      Hi @toinkydoo,

      Thanks for the update.

      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

    • H

      Bagisto page load Time (TTFB)
      • Hadara Dev

      4
      0
      Votes
      4
      Posts
      618
      Views

      devansh-webkul

      In the demo, it's version 1.3.3 and we have enhanced most of the things.

      It all depends on the user data, let say if you have loads of categories which is loaded in the DOM then probably it will take more time.

      Try to use an intersection observer and load necessary data in the first run and then remaining data on the intersection.

      There are many more ways also like lazy loading for the images.

    • T

      drop down menu for header content
      • toinkydoo

      4
      0
      Votes
      4
      Posts
      662
      Views

      devansh-webkul

      The thing is Menu 1 and Menu 2 are the hot categories.

      For this, you need to do some customizing, here you can customize this,
      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/header-right-side.vue

    • R

      How to manage products subscriptions
      • rrahmouni

      4
      0
      Votes
      4
      Posts
      666
      Views

      Y

      I took this extension from Bagisto
      balisto-media manager

    • R

      Custom Payment Method not displaying
      • realkzeal

      2
      0
      Votes
      2
      Posts
      389
      Views

      devansh-webkul

      @realkzeal,

      Please run php artisan optimize:clear and then check.