Find bugs in nopCommerce 4.00 BETA and earn $10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 6 años
News setting submit does not work correctly.

Post to media settings.

Screenshot:
https://ibb.co/iHb2Fm
Hace 6 años
bakbuz wrote:
News setting submit does not work correctly.

Post to media settings.

Screenshot:
https://ibb.co/iHb2Fm

You're absolutely right. Fixed
Hace 6 años
bakbuz wrote:
Hard coded text in Customer edit page.

Text: Some comment here...

screen shot:
https://ibb.co/jZBjRR


Done. Please see this commit for more details
Hace 6 años
atluz.com wrote:
Hi,

We believe there is a bug introduced in v4.00.
Customer is unable to login if customer is created from Admin when CustomerSetting.UsernameEnabled is set to false.


Done. You can see changes in this commit.
Thanks for the suggestion.
Hace 6 años
Sergei-k wrote:
Hard coded text in Customer edit page.

Text: Some comment here...

screen shot:
https://ibb.co/jZBjRR

Done. Please see this commit for more details


thank you so much.
Hace 6 años
excluding shipping slug url is empty.


Screenshot:
https://ibb.co/kopbbR


Database query result:
https://ibb.co/eBT2GR
Hace 6 años
bakbuz wrote:
excluding shipping slug url is empty.


Screenshot:
https://ibb.co/kopbbR


Database query result:
https://ibb.co/eBT2GR

It works fine out of the box. It's also displayed on your second screenshot. Please clarify
Hace 6 años
If you un-check the "Force SSL for all site pages" option, a registered customer will no longer stay logged on when navigating to non-secure pages and a new guest record will be created.

To test...
1. Install a base version of nopCommerce 4.00. By default the "Force for all site pages" option is checked.  
2. After the install is complete, log in under the admin account and navigate to the public home page. Notice the Administration, My account, and Log out links are available.
3. Navigate to Administration > Configuration > Settings and un-check the "Force for all site pages" option.
4. Navigate back out the public home page and you'll notice the user no longer appears to be logged in. If you query the customer table, a new guest record is created.
5. Navigate to a secure area such as the login page and the customer will be logged in again.
6. Navigate back to the home page and another guest record is created.

Let me know if you need anymore details.

Thanks!
Hace 6 años
oumiller21 wrote:
If you un-check the "Force SSL for all site pages" option, a registered customer will no longer stay logged on when navigating to non-secure pages and a new guest record will be created.

To test...
1. Install a base version of nopCommerce 4.00. By default the "Force for all site pages" option is checked.  
2. After the install is complete, log in under the admin account and navigate to the public home page. Notice the Administration, My account, and Log out links are available.
3. Navigate to Administration > Configuration > Settings and un-check the "Force for all site pages" option.
4. Navigate back out the public home page and you'll notice the user no longer appears to be logged in. If you query the customer table, a new guest record is created.
5. Navigate to a secure area such as the login page and the customer will be logged in again.
6. Navigate back to the home page and another guest record is created.

Let me know if you need anymore details.

Thanks!

Please see this post (its comment)
Hace 6 años
Hi Andrei, this error is happening when I edit message template, action button test template...


Log level
Error
Short message
Unable to cast object of type 'System.String[]' to type 'System.Collections.Generic.List`1[System.String]'.
Full message
System.InvalidCastException: Unable to cast object of type 'System.String[]' to type 'System.Collections.Generic.List`1[System.String]'.
   at Nop.Web.Framework.Controllers.BaseController.AddNotification(NotifyType type, String message, Boolean persistForTheNextRequest)
   at Nop.Web.Framework.Controllers.BaseController.SuccessNotification(String message, Boolean persistForTheNextRequest)
   at Nop.Web.Areas.Admin.Controllers.MessageTemplateController.Edit(MessageTemplateModel model, Boolean continueEditing)
   at lambda_method(Closure , Object , Object[] )
   at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextExceptionFilterAsync>d__23.MoveNext()
IP address
177.68.114.101
Customer
[email protected]
Page URL
http://loja.eloiseimoveis.com.br/Admin/MessageTemplate/Edit/7
Referrer URL
http://loja.eloiseimoveis.com.br/Admin/MessageTemplate/Edit/7
Created on
11/9/2017 10:04:18 AM
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.