serviceproviderpk / sp.pk

0 stars 0 forks source link

Exoticagem.com -> Admin #253

Open tipuazhar opened 4 years ago

tipuazhar commented 4 years ago

Create Contact page crashed.

create contact [NullReferenceException: Object reference not set to an instance of an object.] ShoppingCart.WebUI.Areas.Dashboard.Controllers.ContactGroupController.Add_Contact_Group(List1 choosedGroup, Int64 contactId, Int32[] selectedGroups) in D:\Development\Src\MDTNL\ShoppingCart.WebUI\Areas\Dashboard\Controllers\ContactGroupController.cs:129 ShoppingCart.WebUI.Areas.Dashboard.Controllers.ContactGroupController.CreateContact(ContactGroupViewModel model, Int32[] selectedGroups) in D:\Development\Src\MDTNL\ShoppingCart.WebUI\Areas\Dashboard\Controllers\ContactGroupController.cs:121 lambda_method(Closure , ControllerBase , Object[] ) +125 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters) +157 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters) +27 System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +22 System.Web.Mvc.Async.WrappedAsyncResult2.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +49 System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +50 System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +228 System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +228 System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResult1.CallEndDelegate(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34 System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +26 System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +100 System.Web.Mvc.Async.WrappedAsyncResult1.CallEndDelegate(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27 System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13 System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +38 System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +12 System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +22 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +28 System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +21 System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28 System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9871377 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +159

tipuazhar commented 4 years ago

Create Group Save button not working.

create Group

tipuazhar commented 4 years ago

Correct spelling of customer in the admin panel menu.

admin panel correct spelling of customer

tipuazhar commented 4 years ago

Correct spelling of Chose to Choose as per other pages in the admin panel.

2020-03-20_16-26-52

tipuazhar commented 4 years ago

What does update button do on group ?

tipuazhar commented 4 years ago

category view list search and refresh button functionality

category view list search

CVL admin panel

tipuazhar commented 4 years ago

Order -> Edit

http://shop.schoolmanagementsoftware.pk/Dashboard/Orders/Edit/10150

Line 250:

Line 251:
Line 252: @Model.User.FirstName Line 253: Line 254:
-- Source File: d:\inetpub\vhosts\schoolmanagementsoftware.pk\shop.schoolmanagementsoftware.pk\Areas\Dashboard\Views\Orders\Edit.cshtml Line: 252 ![order edit](https://user-images.githubusercontent.com/29354031/77164512-e4ee1380-6ac9-11ea-981b-aad141427581.jpg) [NullReferenceException: Object reference not set to an instance of an object.] ASP._Page_Areas_Dashboard_Views_Orders_Edit_cshtml.Execute() in d:\inetpub\vhosts\schoolmanagementsoftware.pk\shop.schoolmanagementsoftware.pk\Areas\Dashboard\Views\Orders\Edit.cshtml:252 System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197 System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +105 System.Web.WebPages.StartPage.RunPage() +17 System.Web.WebPages.StartPage.ExecutePageHierarchy() +64 System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78 System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +256 System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +107 System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +291 System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +56 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +420 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +420 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +52 System.Web.Mvc.Async.<>c__DisplayClass2b.b__1c() +173 System.Web.Mvc.Async.<>c__DisplayClass21.b__1e(IAsyncResult asyncResult) +100 System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27 System.Web.Mvc.Controller.b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13 System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +38 System.Web.Mvc.Controller.b__15(IAsyncResult asyncResult, Controller controller) +12 System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +28 System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 System.Web.Mvc.MvcHandler.b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +21 System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28 System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9871377 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +159 ![image](https://user-images.githubusercontent.com/29354031/77164633-2a124580-6aca-11ea-9ef0-55a75529f2c2.png)
tipuazhar commented 4 years ago

What the code does for different combination of payment and order status ?

Payment Status ID Order Status

Scenario :
PS is declined OS is shipped

Should this be allowed, please share the work flow:

tipuazhar commented 4 years ago

Product store -> Color

when color is edited the system does not show the hex code for the color instead it shows the default values of #000000

image

image

tipuazhar commented 4 years ago

Product Review:

image

tipuazhar commented 4 years ago

Add Edit functionality available , can a size be deleted by an admin ?

image

tipuazhar commented 4 years ago

clicking on wish list take you to shop wishlist ? can we display wish list in the admin panel ?

Can a wish list be deleted by a customer or admin ?

image

image

tipuazhar commented 4 years ago

can a order be taken without a shipping and billing address ?

image

tipuazhar commented 4 years ago

Edit orders changes 👍

image

tipuazhar commented 4 years ago

Print invoice

image

tipuazhar commented 4 years ago

System Default settings

Updating the logo and favicon does not reflect on the website UI, Please show the maximum resolution of each required by an admin to upload, also if it is uploaded successfully how a user can refresh the website to see the reflected changes:

image

tipuazhar commented 4 years ago

Social media system default settings

image

tipuazhar commented 4 years ago

How admin can add new social media name and its associated URL that is not mentioned in these settings, as new or unique social media may be required.

For example Youtubeis not present and is very important for the short videos that will be embedded in the product detail page. NOTE: it's add by the developer not add auto functionality in Web setting to add any social media name or url auto NOTE :I add in Systemdefault settings tbl youtube url and websettings form.

tipuazhar commented 4 years ago

Payment Method:

Fix 1 : page title need to be payment method rather than brands. fix 2: sorting of payment method based on priority assigned by admin.

image

tipuazhar commented 4 years ago

General SMS -> Contact

Please show the data in the proper column especially phone and email are shown in opposite column.

image

tipuazhar commented 4 years ago

General SMS -> Contact - > delete

While deleting a customer no pop up confirmation is shown to the admin ?

tipuazhar commented 4 years ago

General SMS -> Contact - > Edit

Is customer phone mandatory at the time of saving a customer if yes than how a customer information is saved without it, Please elaborate ?

image

tipuazhar commented 4 years ago

content management -> static pages -> Delete Functionality

Please just confirm the implementation of delete function only, please dont change 👍

image

image

tipuazhar commented 4 years ago

Admin -> Slide Show - > Edit Functionality

while an admin change the status of a slide show to disable and click on save the same is not changed and again enable is shown , rest is commented in the image attached below:

image

if the system updates the status the same will be reflected on the status button in the form of color and test update on the button:

image

tipuazhar commented 4 years ago

Admin -> Slide Show

image

tipuazhar commented 4 years ago

Admin -> Search

When an admin search the search item is cleared from the text box and the result is shown which make it difficult for the user to know what was being search and what is being shown as search result,

Please implement a unified search functionality where the searched item is shown with searched result. it is implemented in the Manage FAQ page. But Most of the pages this behaviour is absent.

tipuazhar commented 4 years ago

Admin -> FAQ -> Create Functionality

http://shop.schoolmanagementsoftware.pk/Dashboard/Faq/CreateFaq/

Line 66: @Html.TextBoxFor(w => w.SNO, new { @class = "form-control", id = "exampleInputEmail1", placeholder = "SNO", @type = "number", @required = "required" })

image

image

tipuazhar commented 4 years ago

Admin -> FAQ -> Edit Functionality

image

image

tipuazhar commented 4 years ago

Admin -> FAQ -> Delete Functionality

Please make sure delete scenario is working for FAQ.

tipuazhar commented 4 years ago

Admin -> FAQ -> Search

The model item passed into the dictionary is of type 'PagedList.PagedList1[ShoppingCart.EF.Faq]', but this dictionary requires a model item of type 'PagedList.PagedList1[ShoppingCart.EF.Faq_List_lookup_Result]'.

image

@serviceproviderpk

tipuazhar commented 4 years ago

Admin -> content management -> banners -> Delete

image

@serviceproviderpk

tipuazhar commented 4 years ago

Exoticagem.com -> admin -> statistics -> category view list

image @serviceproviderpk

tipuazhar commented 4 years ago

Exoticagem.com -> admin -> statistics -> Product view list

image

@serviceproviderpk

tipuazhar commented 4 years ago

Exoticagem.com -> admin -> communication -> Groups -> Group

image @serviceproviderpk

tipuazhar commented 4 years ago

image @serviceproviderpk

tipuazhar commented 4 years ago

image @serviceproviderpk

tipuazhar commented 4 years ago

image

tipuazhar commented 4 years ago

image @serviceproviderpk

tipuazhar commented 4 years ago

image

image @serviceproviderpk

tipuazhar commented 4 years ago

http://shop.schoolmanagementsoftware.pk/Login/EditProfile/

image

@serviceproviderpk

tipuazhar commented 4 years ago

image

@serviceproviderpk

tipuazhar commented 4 years ago

image

@serviceproviderpk

tipuazhar commented 4 years ago

@sppk @serviceproviderpk

image

tipuazhar commented 4 years ago

@tipuazhar @serviceproviderpk @sppk @Muhammadkhalid66 @amirlatif121 please check all the comments with screenshot posted in this thread and try to produce them at your pc before assigning the bugs to the developer.