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

      Mail Notification in order placement
      • dsharma

      2
      0
      Votes
      2
      Posts
      376
      Views

      R

      Hi @dsharma

      When you place an order, first request goes to onepagecontroller's saveOrder method, from where we are calling order repository's create method in sales package , when order successfully created then we fired this event there with order data like -

      Event::fire('checkout.order.save.after', $order);

      then listing this event using above mentioned way and calling a function to send message of order place.

      Thanks

    • D

      Mail Notification in order placement
      • dsharma

      4
      0
      Votes
      4
      Posts
      477
      Views

      R

      Hi @dsharma

      Please refer this one - https://forums.bagisto.com/topic/460/mail-notification-in-order-placement/2

      Thanks

    • S

      Datagrid Action Into Add Condition
      • Shambhu

      4
      0
      Votes
      4
      Posts
      988
      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
      353
      Views

      R

      Hi @Mr-full

      Can you explain more ?

      Thanks

    • S

      How to set email title?
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      192
      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
      221
      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
      230
      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
      353
      Views

      No one has replied

    • R

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

      2
      0
      Votes
      2
      Posts
      783
      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
      231
      Views

      R

      Hi @dsharma

      whether it is working fine with other payment mode.

      Thanks

    • R

      Laravel 6
      • rabol

      2
      0
      Votes
      2
      Posts
      236
      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
      497
      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
      170
      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
      1237
      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
      228
      Views

      No one has replied

    • V

      How to get all categories for a product?
      • Volodymyr

      4
      0
      Votes
      4
      Posts
      1030
      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
      394
      Views

      K

      Thanks, will try to do this.

    • S

      facing issue in displaying the products
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      166
      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
      1203
      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
      358
      Views

      R

      Thanks. I have done it.