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

      what to do if some times short filter doesn't work?
      computer software filter aol email • • emailsigninerror

      1
      0
      Votes
      1
      Posts
      1249
      Views

      No one has replied

    • R

      Trying to get property 'name' of non-object
      • Rise

      2
      0
      Votes
      2
      Posts
      1304
      Views

      R

      Hi @Rise

      Don't use @extends('admin::layouts.master') file as it used for only login admin users, so when you are not login to your system, above error will appear.

      Thanks

    • D

      Regarding Authorise.net email template
      • dsharma

      2
      0
      Votes
      2
      Posts
      888
      Views

      R

      Hi @dsharma

      whether it is working fine with other payment mode.

      Thanks

    • R

      Laravel 6
      • rabol

      2
      0
      Votes
      2
      Posts
      817
      Views

      R

      Hi @rabol

      We will soon start updating it and also get one PR respect the same which is under in-progress state.

      Thanks

    • H

      How to increase product on each category page
      • hammadweb2020

      4
      0
      Votes
      4
      Posts
      1545
      Views

      R

      Hi @hammadweb2020

      If you see category page , then you will found that this is coming from toolbar.blade.php page, so first of all you need to override this view file.

      In this view file, you can see a helper function call toolbarHelper, which is responsible to show quantity, so you can create your helper and can used quantity according to your requirement.

      For images Problem, you can follow this answer - https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/2

      Thanks

    • J

      Checkout Page is Empty and loads nothing
      • Jucan

      2
      0
      Votes
      2
      Posts
      734
      Views

      R

      Hello @Jucan

      Please refer this one - https://forums.bagisto.com/topic/507/checkout-page-is-not-working-despite-having-products-in-cart/2

      Thanks

    • G

      1 Million products!
      • george

      12
      0
      Votes
      12
      Posts
      3972
      Views

      R

      Hi @george

      I advice you to generate a ticket for same at https://bagisto.uvdesk.com/en/customer/create-ticket/

      Thanks

    • I

      Paytm integration in Bagisto
      • indev

      1
      0
      Votes
      1
      Posts
      653
      Views

      No one has replied

    • V

      How to get all categories for a product?
      • Volodymyr

      4
      0
      Votes
      4
      Posts
      2165
      Views

      V

      Hi @rahul.
      Thank you very much. You showed me a way out of the dead end of civilization!
      You are right about object verification.
      $categoriesForProduct = $productRepository->find($product->id);
      if ($categoriesForProduct) {
      foreach ($categoriesForProduct->categories()->get() as $categoryProduct ) {

    • K

      Buy Now as quick checkout option?
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      1424
      Views

      K

      Thanks, will try to do this.

    • S

      facing issue in displaying the products
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      750
      Views

      S

      Please make sure that you have selected the sub-category while creating the products so that products will be visible on the front end in the selected sub-category.

      Simple product- https://bagisto.com/en/how-to-create-simple-product-in-bagisto/

    • S

      how admin will get an email when the Customer places an order?
      • sanjana singh

      6
      0
      Votes
      6
      Posts
      2636
      Views

      S

      @rahul I have already added
      SHOP_MAIL_FROM=info@domain.co.in
      ADMIN_MAIL_TO=info@domain.co.in

      but no mail received on admin or customer's email

    • R

      Anyone?
      • RK REZA

      3
      0
      Votes
      3
      Posts
      1023
      Views

      R

      Thanks. I have done it.

    • S

      Downloadable products
      • sommeralex

      5
      0
      Votes
      5
      Posts
      1567
      Views

      admin

      Hi @gmarrtin The updates are still in the master branch of GitHub. It will take some time to update the documentation.

    • N

      How To Change Your Admin Password From The Backend when you can't recover or smtp is not configured
      • Naresh-webkul

      1
      1
      Votes
      1
      Posts
      2817
      Views

      No one has replied

    • V

      404 page only shows admin 404
      • valpuia

      5
      0
      Votes
      5
      Posts
      1897
      Views

      V

      Thanks @rahul

    • Y

      So I tried following your create package tutorial but at the end I always get this error any tips?
      • yaboi1

      7
      0
      Votes
      7
      Posts
      1857
      Views

      R

      Hi @yaboi1

      Paste this line after the namespace of your provider -

      use Illuminate\Support\Facades\Event;

      Thanks

    • M

      This topic is deleted!
      • morgan1

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • R

      AMP issue in the website
      • ruchikatanwar3

      2
      0
      Votes
      2
      Posts
      822
      Views

      R

      Hello @ruchikatanwar3

      AMP integration in our road map and we will add this one soon to our project, but we have PWA application for it - https://github.com/bagisto/laravel-pwa

      Thanks

    • E

      How do I optimize page transition in bagisto?
      • eolykab

      2
      0
      Votes
      2
      Posts
      797
      Views

      R

      Hi @eolykab

      You can create your theme or override its view files, so you can use desired CSS, JS and HTML to optimisze its page transition.

      Please follow the our devdocs for more info - https://devdocs.bagisto.com/

      Thanks