Active eCommerce All Addons (Untouched)

widchy95

Member
Oct 3, 2019
51
23
8

Active eCommerce V 6.1.4 and Seller Subscription System V 1.6 ,​

approved a seller already​

Can you help solve this problem?
bro, go to env. in your main site folder
find
debug: false
remove false and put true instead
and then go back to the error page, they will show you which file contents error and if possible I will send you my file contents so you can update yours, thats the fastest way I can help you
 
  • Like
Reactions: mahmoudabdokaka
May 9, 2022
101
15
18
bro, go to env. in your main site folder
find
debug: false
remove false and put true instead
and then go back to the error page, they will show you which file contents error and if possible I will send you my file contents so you can update yours, thats the fastest way I can help you

This is the content of the file after following the steps:


</form>



<table class="table table-bordered aiz-table mb-0">

<thead>

<tr>

<th>{{ translate('Seller Name') }}</th>

<th data-breakpoints="lg">{{ translate('Shop Name') }}</th>

<th data-breakpoints="lg">{{ translate('Number of Product Sale') }}</th>

<th>{{ translate('Order Amount') }}</th>

</tr>

</thead>

<tbody>

@foreach ($sellers as $key => $seller)

@if($seller != null)

<tr>

<td>{{ $seller->user->name }}</td>

@if($seller->shop != null)

<td>{{ $seller->name }}</td>

@else

<td>--</td>

@endif

<td>

@php

$num_of_sale = 0;

foreach ($seller->user->products as $key => $product) {

$num_of_sale += $product->num_of_sale;

}

@endphp

{{ $num_of_sale }}

</td>

<td>


  • [[COLOR=rgb(189, 147, 249)]17[/COLOR]:[COLOR=rgb(189, 147, 249)]25[/COLOR]:[COLOR=rgb(189, 147, 249)]16[/COLOR]] LOG.error: Trying to get property [COLOR=rgb(241, 250, 140)]'name'[/COLOR] of non-object
    (View: /www/wwwroot/website.com/resources/views/backend/reports
  • /seller_sale_report.blade.php) {[COLOR=rgb(241, 250, 140)]"view"[/COLOR]:{[COLOR=rgb(241, 250, 140)]"view"[/COLOR]:[COLOR=rgb(241, 250, 140)]"\/www\/wwwroot\/[COLOR=rgb(255, 255, 255)]website.com[/COLOR]\/resources[/COLOR]
  • [COLOR=rgb(241, 250, 140)]\/views\/backend\/reports\/seller_sale_report.blade.php"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"data"[/COLOR]:{[COLOR=rgb(241, 250, 140)]"errors"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-1054380822 data-indent-pad=\"[/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"><span class=sf-dump-note>Illuminate\\Support\\ViewErrorBag<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2812<\/a><samp data-depth=1 class=sf-dump-expanded>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">bags<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] []\n<\/samp>}\n<\/pre><script>Sfdump(\"sf-dump-1054380822\",[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"sellers"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-211691045 data-indent-pad=\"[/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"><span class=sf-dump-note>Illuminate\\Pagination\\LengthAwarePaginator<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2893<\/a><samp data-depth=1 class=sf-dump-expanded>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">total<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-num>4<\/span>\n #<span class=sf-dump-protected title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"Protected property\">lastPage<\/span>: <span class=sf-dump-num>1<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">items<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"Illuminate\\Database\\Eloquent[/COLOR]
  • [COLOR=rgb(241, 250, 140)]\\Collection\n\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]Illuminate\\Database\\Eloquent<\/span><span class=\"sf-dump-ellipsis[/COLOR]
  • [COLOR=rgb(241, 250, 140)] sf-dump-ellipsis-note\">\\<\/span>Collection<\/span> [/COLOR]
  • [COLOR=rgb(241, 250, 140)]{<a class=sf-dump-ref>#2858<\/a><samp data-depth=2 class=sf-dump-compact>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">items<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note>array:4<\/span> [<samp data-depth=3 class=sf-dump-compact>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>0<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2891<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>1<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<\/span> {<a class=sf-dump-ref>#2890<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>2<\/span> => [/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2889<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>3<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span><span[/COLOR]
  • [COLOR=rgb(241, 250, 140)] class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2888<\/a> &#8230;30}\n <\/samp>]\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]escapeWhenCastingToString<\/span>: <span class=sf-dump-const>false<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <\/samp>}\n #<span class=sf-dump-protected title=\"Protected property\">perPage<\/[/COLOR]
  • [COLOR=rgb(241, 250, 140)]span>: <span class=sf-dump-num>10<\/span>\n #<span class=sf-dump-protected title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"Protected property\">currentPage<\/span>: <span class=sf-dump-num>1<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)]#<span class=sf-dump-protected title=\"Protected property\">path<\/span>: \[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"<span class=sf-dump-str title=\"45 characters\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]https:\/\/[COLOR=rgb(255, 255, 255)]website[/COLOR].com\/admin\/seller_sale_report<\/span>\"\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">query<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] []\n #<span class=sf-dump-protected title=\"Protected property\">fragment<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-const>null<\/span>\n #<span class=sf-dump-protected[/COLOR]
  • [COLOR=rgb(241, 250, 140)] title=\"Protected property\">pageName<\/span>: \"<span class=sf-dump-str[/COLOR]
  • [COLOR=rgb(241, 250, 140)] title=\"4 characters\">page<\/span>\"\n +<span class=sf-dump-public [/COLOR]
  • [COLOR=rgb(241, 250, 140)]title=\"Public property\">onEachSide<\/span>: <span class=sf-dump-num>3<\/span>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">options<\/span>: [/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"<span class=sf-dump-key>path<\/span>\" => \"<span class=sf-dump-str title=\"45 [/COLOR]
  • [COLOR=rgb(241, 250, 140)]characters\">https:\/\/[COLOR=rgb(255, 255, 255)]website[/COLOR].com\/admin\/seller_sale_report<\/span>\"\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"<span class=sf-dump-key>pageName<\/span>\" => \"<span class=sf-dump-str title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"4 characters\">page<\/span>\"\n <\/samp>]\n<\/samp>}\n<\/pre><script>Sfdump[/COLOR]
  • [COLOR=rgb(241, 250, 140)](\"sf-dump-211691045\", {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"sort_by"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-1036346562 data-indent-pad=\" \">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-const>null<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1036346562\",[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR]}},[COLOR=rgb(241, 250, 140)]"userId"[/COLOR]:[COLOR=rgb(189, 147, 249)]9[/COLOR],[COLOR=rgb(241, 250, 140)]"exception"[/COLOR]:{}}
  • Code:
 
Last edited:

widchy95

Member
Oct 3, 2019
51
23
8
This is the content of the file after following the steps:


</form>



<table class="table table-bordered aiz-table mb-0">

<thead>

<tr>

<th>{{ translate('Seller Name') }}</th>

<th data-breakpoints="lg">{{ translate('Shop Name') }}</th>

<th data-breakpoints="lg">{{ translate('Number of Product Sale') }}</th>

<th>{{ translate('Order Amount') }}</th>

</tr>

</thead>

<tbody>

@foreach ($sellers as $key => $seller)

@if($seller != null)

<tr>

<td>{{ $seller->user->name }}</td>

@if($seller->shop != null)

<td>{{ $seller->name }}</td>

@else

<td>--</td>

@endif

<td>

@php

$num_of_sale = 0;

foreach ($seller->user->products as $key => $product) {

$num_of_sale += $product->num_of_sale;

}

@endphp

{{ $num_of_sale }}

</td>

<td>


  • [[COLOR=rgb(189, 147, 249)]17[/COLOR]:[COLOR=rgb(189, 147, 249)]25[/COLOR]:[COLOR=rgb(189, 147, 249)]16[/COLOR]] LOG.error: Trying to get property [COLOR=rgb(241, 250, 140)]'name'[/COLOR] of non-object
    (View: /www/wwwroot/website.com/resources/views/backend/reports
  • /seller_sale_report.blade.php) {[COLOR=rgb(241, 250, 140)]"view"[/COLOR]:{[COLOR=rgb(241, 250, 140)]"view"[/COLOR]:[COLOR=rgb(241, 250, 140)]"\/www\/wwwroot\/[COLOR=rgb(255, 255, 255)]website.com[/COLOR]\/resources[/COLOR]
  • [COLOR=rgb(241, 250, 140)]\/views\/backend\/reports\/seller_sale_report.blade.php"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"data"[/COLOR]:{[COLOR=rgb(241, 250, 140)]"errors"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-1054380822 data-indent-pad=\"[/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"><span class=sf-dump-note>Illuminate\\Support\\ViewErrorBag<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2812<\/a><samp data-depth=1 class=sf-dump-expanded>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">bags<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] []\n<\/samp>}\n<\/pre><script>Sfdump(\"sf-dump-1054380822\",[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"sellers"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-211691045 data-indent-pad=\"[/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"><span class=sf-dump-note>Illuminate\\Pagination\\LengthAwarePaginator<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2893<\/a><samp data-depth=1 class=sf-dump-expanded>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">total<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-num>4<\/span>\n #<span class=sf-dump-protected title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"Protected property\">lastPage<\/span>: <span class=sf-dump-num>1<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">items<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"Illuminate\\Database\\Eloquent[/COLOR]
  • [COLOR=rgb(241, 250, 140)]\\Collection\n\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]Illuminate\\Database\\Eloquent<\/span><span class=\"sf-dump-ellipsis[/COLOR]
  • [COLOR=rgb(241, 250, 140)] sf-dump-ellipsis-note\">\\<\/span>Collection<\/span> [/COLOR]
  • [COLOR=rgb(241, 250, 140)]{<a class=sf-dump-ref>#2858<\/a><samp data-depth=2 class=sf-dump-compact>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">items<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note>array:4<\/span> [<samp data-depth=3 class=sf-dump-compact>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>0<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2891<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>1<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<\/span> {<a class=sf-dump-ref>#2890<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>2<\/span> => [/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2889<\/a> &#8230;30}\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-index>3<\/span> =>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-note title=\"App\\Models\\Shop\n\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">App\\Models<\/span><span[/COLOR]
  • [COLOR=rgb(241, 250, 140)] class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\<\/span>Shop<\/span>[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {<a class=sf-dump-ref>#2888<\/a> &#8230;30}\n <\/samp>]\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]escapeWhenCastingToString<\/span>: <span class=sf-dump-const>false<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] <\/samp>}\n #<span class=sf-dump-protected title=\"Protected property\">perPage<\/[/COLOR]
  • [COLOR=rgb(241, 250, 140)]span>: <span class=sf-dump-num>10<\/span>\n #<span class=sf-dump-protected title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"Protected property\">currentPage<\/span>: <span class=sf-dump-num>1<\/span>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)]#<span class=sf-dump-protected title=\"Protected property\">path<\/span>: \[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"<span class=sf-dump-str title=\"45 characters\">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]https:\/\/[COLOR=rgb(255, 255, 255)]website[/COLOR].com\/admin\/seller_sale_report<\/span>\"\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">query<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] []\n #<span class=sf-dump-protected title=\"Protected property\">fragment<\/span>:[/COLOR]
  • [COLOR=rgb(241, 250, 140)] <span class=sf-dump-const>null<\/span>\n #<span class=sf-dump-protected[/COLOR]
  • [COLOR=rgb(241, 250, 140)] title=\"Protected property\">pageName<\/span>: \"<span class=sf-dump-str[/COLOR]
  • [COLOR=rgb(241, 250, 140)] title=\"4 characters\">page<\/span>\"\n +<span class=sf-dump-public [/COLOR]
  • [COLOR=rgb(241, 250, 140)]title=\"Public property\">onEachSide<\/span>: <span class=sf-dump-num>3<\/span>\n[/COLOR]
  • [COLOR=rgb(241, 250, 140)] #<span class=sf-dump-protected title=\"Protected property\">options<\/span>: [/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"<span class=sf-dump-key>path<\/span>\" => \"<span class=sf-dump-str title=\"45 [/COLOR]
  • [COLOR=rgb(241, 250, 140)]characters\">https:\/\/[COLOR=rgb(255, 255, 255)]website[/COLOR].com\/admin\/seller_sale_report<\/span>\"\n [/COLOR]
  • [COLOR=rgb(241, 250, 140)] \"<span class=sf-dump-key>pageName<\/span>\" => \"<span class=sf-dump-str title=\[/COLOR]
  • [COLOR=rgb(241, 250, 140)]"4 characters\">page<\/span>\"\n <\/samp>]\n<\/samp>}\n<\/pre><script>Sfdump[/COLOR]
  • [COLOR=rgb(241, 250, 140)](\"sf-dump-211691045\", {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR],
  • [COLOR=rgb(241, 250, 140)]"sort_by"[/COLOR]:[COLOR=rgb(241, 250, 140)]"<pre class=sf-dump id=sf-dump-1036346562 data-indent-pad=\" \">[/COLOR]
  • [COLOR=rgb(241, 250, 140)]<span class=sf-dump-const>null<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1036346562\",[/COLOR]
  • [COLOR=rgb(241, 250, 140)] {\"maxDepth\":3,\"maxStringLength\":160})<\/script>\n"[/COLOR]}},[COLOR=rgb(241, 250, 140)]"userId"[/COLOR]:[COLOR=rgb(189, 147, 249)]9[/COLOR],[COLOR=rgb(241, 250, 140)]"exception"[/COLOR]:{}}
  • Code:
remove the old code and add this code below to :
  • /resources/views/backend/reports/seller_sale_report.blade.php

PHP:
@extends('backend.layouts.app')

@section('content')
<div class="aiz-titlebar text-left mt-2 mb-3">
    <div class=" align-items-center">
       <h1 class="h3">{{translate('Seller Based Selling Report')}}</h1>
    </div>
</div>

<div class="row">
    <div class="col-md-8 mx-auto">
        <div class="card">
            <div class="card-body">
                <form action="{{ route('seller_sale_report.index') }}" method="GET">
                    <div class="form-group row offset-lg-2">
                        <label class="col-md-3 col-form-label">{{translate('Sort by verificarion status')}} :</label>
                        <div class="col-md-5">
                            <select class="from-control aiz-selectpicker" name="verification_status" required>
                               <option value="1" @if($sort_by == '1') selected @endif>{{ translate('Approved') }}</option>
                               <option value="0" @if($sort_by == '0') selected @endif>{{ translate('Non Approved') }}</option>
                            </select>
                        </div>
                        <div class="col-md-2">
                            <button class="btn btn-primary" type="submit">{{ translate('Filter') }}</button>
                        </div>
                    </div>
                </form>

                <table class="table table-bordered aiz-table mb-0">
                    <thead>
                        <tr>
                            <th>{{ translate('Seller Name') }}</th>
                            <th data-breakpoints="lg">{{ translate('Shop Name') }}</th>
                            <th data-breakpoints="lg">{{ translate('Number of Product Sale') }}</th>
                            <th>{{ translate('Order Amount') }}</th>
                        </tr>
                    </thead>
                    <tbody>
                        @foreach ($sellers as $key => $seller)
                            @if($seller != null)
                                <tr>
                                    <td>{{ $seller->user->name }}</td>
                                    @if($seller->shop != null)
                                        <td>{{ $seller->name }}</td>
                                    @else
                                        <td>--</td>
                                    @endif
                                    <td>
                                        @php
                                            $num_of_sale = 0;
                                            foreach ($seller->user->products as $key => $product) {
                                                $num_of_sale += $product->num_of_sale;
                                            }
                                        @endphp
                                        {{ $num_of_sale }}
                                    </td>
                                    <td>
                                        {{ single_price(\App\Models\OrderDetail::where('seller_id', $seller->user->id)->sum('price')) }}
                                    </td>
                                </tr>
                            @endif
                        @endforeach
                    </tbody>
                </table>
                <div class="aiz-pagination mt-4">
                    {{ $sellers->links() }}
                </div>
            </div>
        </div>
    </div>
</div>

@endsection

let me know if the page works
 
  • Like
Reactions: mahmoudabdokaka
May 9, 2022
101
15
18
remove the old code and add this code below to :
  • /resources/views/backend/reports/seller_sale_report.blade.php

PHP:
@extends('backend.layouts.app')

@section('content')
<div class="aiz-titlebar text-left mt-2 mb-3">
    <div class=" align-items-center">
       <h1 class="h3">{{translate('Seller Based Selling Report')}}</h1>
    </div>
</div>

<div class="row">
    <div class="col-md-8 mx-auto">
        <div class="card">
            <div class="card-body">
                <form action="{{ route('seller_sale_report.index') }}" method="GET">
                    <div class="form-group row offset-lg-2">
                        <label class="col-md-3 col-form-label">{{translate('Sort by verificarion status')}} :</label>
                        <div class="col-md-5">
                            <select class="from-control aiz-selectpicker" name="verification_status" required>
                               <option value="1" @if($sort_by == '1') selected @endif>{{ translate('Approved') }}</option>
                               <option value="0" @if($sort_by == '0') selected @endif>{{ translate('Non Approved') }}</option>
                            </select>
                        </div>
                        <div class="col-md-2">
                            <button class="btn btn-primary" type="submit">{{ translate('Filter') }}</button>
                        </div>
                    </div>
                </form>

                <table class="table table-bordered aiz-table mb-0">
                    <thead>
                        <tr>
                            <th>{{ translate('Seller Name') }}</th>
                            <th data-breakpoints="lg">{{ translate('Shop Name') }}</th>
                            <th data-breakpoints="lg">{{ translate('Number of Product Sale') }}</th>
                            <th>{{ translate('Order Amount') }}</th>
                        </tr>
                    </thead>
                    <tbody>
                        @foreach ($sellers as $key => $seller)
                            @if($seller != null)
                                <tr>
                                    <td>{{ $seller->user->name }}</td>
                                    @if($seller->shop != null)
                                        <td>{{ $seller->name }}</td>
                                    @else
                                        <td>--</td>
                                    @endif
                                    <td>
                                        @php
                                            $num_of_sale = 0;
                                            foreach ($seller->user->products as $key => $product) {
                                                $num_of_sale += $product->num_of_sale;
                                            }
                                        @endphp
                                        {{ $num_of_sale }}
                                    </td>
                                    <td>
                                        {{ single_price(\App\Models\OrderDetail::where('seller_id', $seller->user->id)->sum('price')) }}
                                    </td>
                                </tr>
                            @endif
                        @endforeach
                    </tbody>
                </table>
                <div class="aiz-pagination mt-4">
                    {{ $sellers->links() }}
                </div>
            </div>
        </div>
    </div>
</div>

@endsection

let me know if the page works
Unfortunately it didn't work and the error still exists, Thank you
 

rifat.buzz

New member
Aug 8, 2022
1
0
1
When users want to checkout a products, then add shipping details, there country option don't work. Can't add or write a country. How to fixed this??
 

Attachments

  • photo_2022-08-28_18-34-55.jpg
    photo_2022-08-28_18-34-55.jpg
    59.5 KB · Views: 19

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
313
264
70
Pakistan
When users want to checkout a products, then add shipping details, there country option don't work. Can't add or write a country. How to fixed this??
Go to setup and configuration
Select shipping
Click shipping country and then search your country and enabled it
 

oneten

New member
Jul 18, 2022
22
0
1
how to resolve:

active ecoomerce POS 1.8 Addon error 500

debug result:

Illuminate\Contracts\Container\BindingResolutionException
Target class [PosController] does not exist.

Illuminate\Container\Container::build
vendor/laravel/framework/src/Illuminate/Container/Container.php:879

* @throws \Illuminate\Contracts\Container\BindingResolutionException
* @throws \Illuminate\Contracts\Container\CircularDependencyException
*/
public function build($concrete)
{
// If the concrete type is actually a Closure, we will just execute it and
// hand back the results of the functions, which allows functions to be
// used as resolvers for more fine-tuned resolution of these objects.
if ($concrete instanceof Closure) {
return $concrete($this, $this->getLastParameterOverride());
}

try {
$reflector = new ReflectionClass($concrete);
} catch (ReflectionException $e) {
throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
}

// If the type is not instantiable, the developer is attempting to resolve
// an abstract type such as an Interface or Abstract Class and there is
// no binding registered for the abstractions so we need to bail out.
if (! $reflector->isInstantiable()) {
return $this->notInstantiable($concrete);
}

$this->buildStack[] = $concrete;

$constructor = $reflector->getConstructor();

// If there are no constructors, that means there are no dependencies then
// we can just resolve the instances of the objects right away, without
 

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
313
264
70
Pakistan
how to resolve:

active ecoomerce POS 1.8 Addon error 500

debug result:

Illuminate\Contracts\Container\BindingResolutionException
Target class [PosController] does not exist.

Illuminate\Container\Container::build
vendor/laravel/framework/src/Illuminate/Container/Container.php:879

* @throws \Illuminate\Contracts\Container\BindingResolutionException
* @throws \Illuminate\Contracts\Container\CircularDependencyException
*/
public function build($concrete)
{
// If the concrete type is actually a Closure, we will just execute it and
// hand back the results of the functions, which allows functions to be
// used as resolvers for more fine-tuned resolution of these objects.
if ($concrete instanceof Closure) {
return $concrete($this, $this->getLastParameterOverride());
}

try {
$reflector = new ReflectionClass($concrete);
} catch (ReflectionException $e) {
throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
}

// If the type is not instantiable, the developer is attempting to resolve
// an abstract type such as an Interface or Abstract Class and there is
// no binding registered for the abstractions so we need to bail out.
if (! $reflector->isInstantiable()) {
return $this->notInstantiable($concrete);
}

$this->buildStack[] = $concrete;

$constructor = $reflector->getConstructor();

// If there are no constructors, that means there are no dependencies then
// we can just resolve the instances of the objects right away, without
Go to your project folder in Cpanel and open route folder then upload pos file from your computer from route folder in update folder of active Ecommerce 6.5.0
 
  • Like
Reactions: oneten

oneten

New member
Jul 18, 2022
22
0
1
Go to your project folder in Cpanel and open route folder then upload pos file from your computer from route folder in update folder of active Ecommerce 6.5.0
but there in Routes folder no file structure in folders format there are only php files instead of folders, kindley tell me exact path for the ADDONS plz
 

dolarbaz

New member
Dec 21, 2022
22
9
3

Active eCommerce Refund Add-On v1.5


Active eCommerce Affiliate Add-On V1.8


it worked on 6.5.0

dude , it is 1.5
wrong version

Active eCommerce Seller Subscription Addon v1.7


version 1.7 worked for me on 6.5.0

not 1.8 fixed for that

Active eCommerce Delivery Boy Flutter App 3.2​


Active eCommerce Offline Payment Add-on v1.4


1.3 and 1.4 dosn't work on 6.5.0

Active eCommerce Club Point Add-on v1.6


worked on 6.5.0 version
 

Attachments

  • delivery_boy_addon_v3.2.zip
    102.3 KB · Views: 62

Forum statistics

Threads
69,206
Messages
908,333
Members
236,836
Latest member
torinouq

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu