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

      Datagrid Action Into Add Condition
      • Shambhu

      4
      0
      Votes
      4
      Posts
      1036
      Views

      R

      Hi @Shambhu

      Can add condition like this -

      $this->addColumn([ 'index' => 'status', 'label' => trans('admin::app.status'), 'type' => 'boolean', 'searchable' => true, 'sortable' => true, 'filterable' => true, 'wrapper' => function($value) { if ($value->status == 1) return '<a href="' . route('admin.customer.edit', $row->customer_id) . '">' . $row->customer_name . '</a>'; else return 'In Active'; } ]);

      You can add status condition here and can add route from here.

      Thanks

    • M

      Clear sales history
      • Mr.full

      4
      0
      Votes
      4
      Posts
      381
      Views

      R

      Hi @Mr-full

      Can you explain more ?

      Thanks

    • S

      How to set email title?
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      219
      Views

      P

      Hello,
      You have to change the subject translation from app.php file of the particular mail type like,

      ->subject(trans('shop::app.mail.order.cancel.subject'))

      1 - here you have to change the translation from the app.php for the shop::app.mail.order.cancel.subject of that particular mail type.

    • R

      How to set individual SESSION_LIFETIME for admin panel & customer panel?
      • RK REZA

      3
      0
      Votes
      3
      Posts
      252
      Views

      R

      Thanks @ghermans
      But this will change for all. I want different session lifetime for different auth type.
      [Like, for admin SESSION_LIFETIME=20 & for customer SESSION_LIFETIME=10]

    • R

      CMS
      • rabol

      2
      0
      Votes
      2
      Posts
      255
      Views

      R

      Found it at the blog..

      Small note: when copying, make sure to modify as the ' (single quotes) does not come over as single quotes 🙂

    • E

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

      1
      0
      Votes
      1
      Posts
      379
      Views

      No one has replied

    • R

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

      2
      0
      Votes
      2
      Posts
      809
      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
      258
      Views

      R

      Hi @dsharma

      whether it is working fine with other payment mode.

      Thanks

    • R

      Laravel 6
      • rabol

      2
      0
      Votes
      2
      Posts
      260
      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
      535
      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
      192
      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
      1306
      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
      245
      Views

      No one has replied

    • V

      How to get all categories for a product?
      • Volodymyr

      4
      0
      Votes
      4
      Posts
      1059
      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
      428
      Views

      K

      Thanks, will try to do this.

    • S

      facing issue in displaying the products
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      193
      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
      1273
      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
      389
      Views

      R

      Thanks. I have done it.

    • S

      Downloadable products
      • sommeralex

      5
      0
      Votes
      5
      Posts
      427
      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
      1521
      Views

      No one has replied