nopCommerce 3.00 is coming. BETA testers needed.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
nevermind.... must have been an error on my end.

testing
11 years ago
@danbeaulieu

Hi, when you visit http://nopcommerce.codeplex.com/SourceControl/list/changesets

you will see the list of changesets - on the upper right of the screen you will see the word 'download' (between the words'clone' and 'follow') click it to download the latest source code.

don't confuse this link with the one that says 'downloads' which appears to the right of the highlighted words 'source code'

hope this is clear :-)
11 years ago
The beta code sports version 2.80 until official release AFAIK.

*Just checked version is changed to 3.00*

On another note I downloaded the current version from Downloads> Download nopCommerce and did not get past Prepare.bat
Encountered an error

Build FAILED.

       "C:\nopCommerce_2.80_Source (2)\build\nop.proj" (default target) (1) ->
       "C:\nopCommerce_2.80_Source (2)\build\nop.proj" (Plugin-CopyToWeb target
       ) (1:2) ->
       (Plugin-CopyToWeb target) ->
         C:\nopCommerce_2.80_Source (2)\build\nop.plugins.targets(27,9): error
       MSB4062: The "MSBuild.ExtensionPack.Framework.TextString" task could not
        be loaded from the assembly C:\nopCommerce_2.80_Source %282%29\build\..
       \build\lib\Extensions\MSBuild.ExtensionPack.dll. Could not load file or
       assembly 'file:///C:\nopCommerce_2.80_Source %282%29\build\lib\Extension
       s\MSBuild.ExtensionPack.dll' or one of its dependencies. The system cann
       ot find the file specified. Confirm that the <UsingTask> declaration is
       correct, that the assembly and all its dependencies are available, and t
       hat the task contains a public class that implements Microsoft.Build.Fra
       mework.ITask. [C:\nopCommerce_2.80_Source (2)\build\nop.proj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:16.72
Press any key to continue . . .

Dug out an old download of 2.80 and it built from source and works 100%.





Downloaded 3.00 -633b26cd92a4

Encountered:

Active tax provider cannot be loaded. Please select at least one in admin area.
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Nop.Core.NopException: Active tax provider cannot be loaded. Please select at least one in admin area.

Source Error:



Line 7:          @Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
Line 8:          @Html.Action("HomepageCategories", "Catalog")
Line 9:          @Html.Action("HomepageProducts", "Catalog")
Line 10:         @Html.Action("HomepageBestSellers", "Catalog")
Line 11:         @Html.Action("HomePageNews", "News")
  

Source File:  c:\nopcommerce-633b26cd92a4\nopcommerce_633b26cd92a4\src\Deployable\nop_3.00\Views\Home\Index.cshtml    Line:  9

SOLVED BY BUILDING AND CLEANING IN VISUAL STUDIO 2012
11 years ago
JonNopper wrote:
Windows 8, VS2012 Professional, SQL 08R2

Freezing in admin area IE10, no problems with Chrome or FF.

Clear cache and browser cache but re-freezes.

From IE Developer Tool

HTML1201: localhost is a website you've added to Compatibility View.
GeneralCommon
SCRIPT3: Member not found.

I have attributed the error to having too many sites open in IIS, VS and IE! Sorry

*633b26cd92a4*
NO LONGER ENCOUNTERING ERROR IN ADMIN AREA
    
One more thing, I've noticed category titles are now present - I think they look better centred and even better after the Sort by/ Page View?
11 years ago
you can check the 3.0 version on
http://demo.online-ex.com
updating with the new changesets every few days

edit:
just update to the latest changeset 13b3ebbccfa7 from 11/4/13
11 years ago
rudgr wrote:
I think it happens when Customer is assigned Vendors Role, but Customer.VendorID has NOT been set
after setting Customer.VendorID, it works fine.
(after deselecting Customer.VendorID I have issue again)

From a least priviliges security point of view I think it would be better to not list any products for Vendor User if Customer.VendorID is not ste instead of all products? ;-)

Thanks!

Done. Please see changeset https://nopcommerce.codeplex.com/SourceControl/changeset/13b3ebbccfa7
11 years ago
great andrei, thanks!
11 years ago
haydie wrote:
when creating a new user in admin, the user won't be created unless a system role is selected (excluding 'vendor' role )

and no warning is displayed to explain what the problem is

https://nopcommerce.codeplex.com/workitem/11409

Actually the warning is displayed at the top of the page. But it's not displayed as other warnings (red background).

P.S. Please see changeset https://nopcommerce.codeplex.com/SourceControl/changeset/befa0d848e14
11 years ago
Ah, see it now - giess thats what happens with tired eyes !
11 years ago
I'm wondering about the language used to describe vendors and I think it's a little confusing i.e. I think it is confusing to use the term 'vendor manager' to describe the vendor assosiated with a customer


So, I know this is purely semantics but i think it would be more clear if we used slightly different (and consistent ) terms  ie

on Admin/Vendor/List
we should use the term 'Vendor ID' instead of 'Vendors'


then on
Admin/Customer/Edit/
instead of the new term 'manager of vendor'  we  should reuse the same term 'Vendor ID'
also, the first item in the drop down shouldn't be 'No Vendor' but instead something like 'Not a Vendor'

The tooltip wording and 'note' should also use the term 'vendor id'


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