nopCommerce v2.10 released

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 anos atrás
Thanks, nop Team!
12 anos atrás
Andrei & Nop Team ... Thank You :)
12 anos atrás
nice! great work! just have one question, is one page checkout already included in 2.10?? thanks!
12 anos atrás
a.m. wrote:
Can you please debug this method? \Plugins\Nop.Plugin.Feed.Froogle\Controllers\FeedFroogleController.cs file, 'GenerateFeed' method


Get internal server error just reinstalled and it works fine =) Thanks!
12 anos atrás
Mon23 wrote:
nice! great work! just have one question, is one page checkout already included in 2.10?? thanks!

It is planned for 2.20 which will be released in early october.
Check:
http://nopcommerce.codeplex.com/workitem/list/advanced
12 anos atrás
The link http://nopcommerce.codeplex.com/SourceControl/changeset/changes/3fd8acc27ecc When I download the zip file is coming with the size 2.03 MB.
The store is not complete.
12 anos atrás
ricardo wrote:
The link http://nopcommerce.codeplex.com/SourceControl/changeset/changes/3fd8acc27ecc When I download the zip file is coming with the size 2.03 MB.
The store is not complete.

https://www.nopcommerce.com/boards/t/11635/codeplex-problem-http-error-502-bad-gateway.aspx
12 anos atrás
a.m. wrote:
The link http://nopcommerce.codeplex.com/SourceControl/changeset/changes/3fd8acc27ecc When I download the zip file is coming with the size 2.03 MB.
The store is not complete.
https://www.nopcommerce.com/boards/t/11635/codeplex-problem-http-error-502-bad-gateway.aspx


The files in the folder "product" are not present on CodePlex.
I noticed this error was from this update: Change Set e21c3a8de986

Link: http://nopcommerce.codeplex.com/SourceControl/changeset/changes/e21c3a8de986#

edit src/Presentation/Nop.Web/Administration/Views/Product/List.cshtml

List.cshtml --> (codeplex error: {"Message": null, "IsError": false, "redirectUrl": "/ Error.aspx"})

The files in this folder can not I see the latest updates on CodePlex.
Thanks Andrei.
12 anos atrás
src/Presentation/Nop.Web/Administration/Views/Product/List.cshtml was deleted?
but I can not download the nopcommerce at codeplex.
There is an error on codeplex that requires this file, but not in the repository.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
12 anos atrás
Global.asax

// admin area

//always set culture to 'en-US' :(

Changed to "pt-BR" is my culture.

in _AdmimLayout.cshtml

@(MvcHtmlString.Create(HttpUtility.HtmlDecode(Html.Telerik().ScriptRegistrar()

changed to

@(MvcHtmlString.Create(HttpUtility.HtmlDecode(Html.Telerik().ScriptRegistrar().Globalization(true)

:)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.