nopCommerce v2.10 released

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 Jahre weitere
Thanks, nop Team!
12 Jahre weitere
Andrei & Nop Team ... Thank You :)
12 Jahre weitere
nice! great work! just have one question, is one page checkout already included in 2.10?? thanks!
12 Jahre weitere
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 Jahre weitere
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 Jahre weitere
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 Jahre weitere
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 Jahre weitere
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 Jahre weitere
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 Jahre weitere
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.