Close

Bugs

Support
12 years ago
#501 Quote
Avatar
  • Moderator
  • 1044
Hi,

we are considering adding the quantity text box on the product details page. Do you have any suggestions on the place where it should appear? We have something in mind, but would also like to hear people`s opinion.

Thanks for your feedback!
iBEAUTHENTIC
12 years ago
#502 Quote
Avatar
  • 28
I would place it right above, or just to the left of the Add to Cart button. But where ever it is, it will be a real improvement! Thanks for looking into this.
iBEAUTHENTIC
11 years ago
#676 Quote
Avatar
  • 28
I'm getting the below LOG error on the product page for fashion theme. When I remove the fashion theme I do not get the error. I'm hoping you can help.

nop 2.5, fashion theme 2.5

log level:
Error

short message:
Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.

This normally breaks the page so I copied it direct from the database.
System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. ---> System.Web.HttpException (0x80004005): Cannot redirect after HTTP headers have been sent.     at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)     at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)     at System.Web.Mvc.Controller.ExecuteCore()     at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)     at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()     at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()     at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()     at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3()     at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func)     at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)     at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)     at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage)     at System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm)     at System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter)     at System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues)     at ASP._Page_Themes_Fashion_Views_Catalog_ProductTemplate_VariantsInGrid_cshtml.Execute() in e:\websites\washrinseandstyle\alpha\nopCommerce_2.50_Source\Deployable\nop_2.50\Themes\Fashion\Views\Catalog\ProductTemplate.VariantsInGrid.cshtml:line 136     at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()     at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()     at System.Web.WebPages.StartPage.ExecutePageHierarchy()     at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)     at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)     at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter
iBEAUTHENTIC
11 years ago
#677 Quote
Avatar
  • 28
continued ....

<InvokeActionResultWithFilters>b__19()     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)     at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)     at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)     at System.Web.Mvc.Controller.ExecuteCore()     at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)     at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()     at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()     at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Thanks for looking
iBEAUTHENTIC
11 years ago
#684 Quote
Avatar
  • 28
Any thoughts on above?
Support
11 years ago
#686 Quote
Avatar
  • Moderator
  • 1044
Hi,

From the error it looks like that the RelatedProducts action cannot be called for some reason.

Would it be able to provide a little more info:
1. When have you downloaded the theme?
2. Have you made any customization to nopCommerce sources as this action is in Nop.Web assembly.
3. Can you try to set the product template to be SingleVariant and see whether the error still exist.
4. Is this is happening on a production site or on a dev machine while developing.

If it is no problem you can provide a ftp credentials and an admin credentials to the site in a separate email so that we can have a closer look.

Thanks!
iBEAUTHENTIC
11 years ago
#698 Quote
Avatar
  • 28
Support wrote:
Hi,

From the error it looks like that the RelatedProducts action cannot be called for some reason.

Would it be able to provide a little more info:
1. When have you downloaded the theme?
2. Have you made any customization to nopCommerce sources as this action is in Nop.Web assembly.
3. Can you try to set the product template to be SingleVariant and see whether the error still exist.
4. Is this is happening on a production site or on a dev machine while developing.

If it is no problem you can provide a ftp credentials and an admin credentials to the site in a separate email so that we can have a closer look.

Thanks!


I re-downloaded the theme and updated plugin and themes yesterday before I submitted this post just to be sure.

no customization to this site so far, out of the box nop2.5 and fashion theme 2.5

All products are in variants as grid, I'll update them all to singlevariant and let you know.

production environment, the site is IP protected.

We VPN into the machine, no FTP. The site is IP protected, you could email me an ip address and I may be able to give you access.

thanks
iBEAUTHENTIC
11 years ago
#699 Quote
Avatar
  • 28
Error still happening after changing all products to be in singlevariant.

Please note, I only know this error is occurring because I can view it in the admin=>system=>log area of the admin site as an error. The site looks to work as expected, no sign of visible error.
Support
11 years ago
#704 Quote
Avatar
  • Moderator
  • 1044
iBEAUTHENTIC wrote:
Error still happening after changing all products to be in singlevariant.

Please note, I only know this error is occurring because I can view it in the admin=>system=>log area of the admin site as an error. The site looks to work as expected, no sign of visible error.


Hi,

Please send us an email and we will give you our IP address, so that we can login and see what the problem might be.

Best Regards,
Nop-Templates Support Team
bubli
11 years ago
#806 Quote
Avatar
  • 12
BUG - Featured product not shown in catalog
Steps to reproduce:
* go to Admin -> Catalog -> Manage Products -> edit whatever product
* go to Category Mapping tab
* Click edit
* Check "Is featured product" checkbox
* Save it
* Go to category you just edited.
Result: The product is not shown
Expected: The product will be shown (and preferably has some visual indication that is featured)