nopCommerce 3.30 is coming. BETA testers needed.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Great job...
10 years ago
a.m. wrote:
There is a small issue at admin side.  Resource string "admin.help.supportservices" is missing.
Everything is fine. The resource is there (see \Nop.Web\App_Data\Localization\defaultResources.nopres.xml)


I was checking in the live admin demo site.
10 years ago
Dharmik wrote:
There is a small issue at admin side.  Resource string "admin.help.supportservices" is missing.
Everything is fine. The resource is there (see \Nop.Web\App_Data\Localization\defaultResources.nopres.xml)

I was checking in the live admin demo site.

I see now. Thanks. Fixed.

P.S. This issue was only on our demo site, not in the default 3.30 package
10 years ago
Nice job Andrei & team!

A few minor things...

1) Custom Customer Attribute code refers to products (no bugs; just copy/paste typo)
\Libraries\Nop.Services\Customers\CustomerAttributeParser.cs

public virtual IList<string> GetAttributeWarnings(string selectedAttributes)
{
    var warnings = new List<string>();

    //ensure it's our attributes
    var pva1Collection = ParseCustomerAttributes(selectedAttributes);

    //validate required product attributes (whether they're chosen/selected/entered)
    var pva2Collection = _customerAttributeService.GetAllCustomerAttributes();
    foreach (var pva2 in pva2Collection)
    {
        if (pva2.IsRequired)
        {
            bool found = false;
            //selected product attributes
            foreach (var pva1 in pva1Collection)



2) In the old Telerik grid used in Admin, when a row was in Edit mode, you could hit the Enter key in any cell, and the Update button would fire.  It does not seem to be the case with Kendo.  You can see it in the Fixed Rate Shipping grid.    (I Googled and could not find anything; if you solve, let me know - I use similar grids in my plugins :)
10 years ago
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\System32>ping http://demo.nopcommerce.com
Ping request could not find host http://demo.nopcommerce.com. Please check the n
ame and try again.

C:\Windows\System32>ping demo.nopcommerce.com

Pinging demo.nopcommerce.com [50.97.245.138] with 32 bytes of data:
Reply from 50.97.245.138: bytes=32 time=106ms TTL=249
Reply from 50.97.245.138: bytes=32 time=99ms TTL=249
Reply from 50.97.245.138: bytes=32 time=92ms TTL=249
Reply from 50.97.245.138: bytes=32 time=96ms TTL=249

Ping statistics for 50.97.245.138:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 92ms, Maximum = 106ms, Average = 98ms

C:\Windows\System32>tracert demo.nopcommerce.com

Tracing route to demo.nopcommerce.com [50.97.245.138]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  Wireless_Broadband_Router.home [192.168.1.1]
  2     5 ms     1 ms     3 ms  L100.NYCMNY-VFTTP-140.verizon-gni.net [98.113.69
.1]
  3    10 ms     7 ms    11 ms  G1-15-0-1.NYCMNY-LCR-21.verizon-gni.net [130.81.
219.86]
  4     6 ms     7 ms     7 ms  so-5-0-0-0.NY325-BB-RTR2.verizon-gni.net [130.81
.22.16]
  5     5 ms     7 ms     7 ms  0.xe-9-1-0.BR1.NYC1.ALTER.NET [152.63.4.241]
  6     *        *        *     Request timed out.
  7    12 ms    11 ms    11 ms  vlan52.ebr2.NewYork2.Level3.net [4.69.138.254]
  8     9 ms    11 ms    10 ms  ae-47-47.ebr2.NewYork1.Level3.net [4.69.201.33]

  9    12 ms    11 ms    11 ms  ae-82-82.csw3.NewYork1.Level3.net [4.69.148.42]

10    13 ms    15 ms    14 ms  ae-3-80.edge3.NewYork1.Level3.net [4.69.155.145]

11     9 ms     7 ms     7 ms  te2-5.bbr01.tl01.nyc01.networklayer.com [4.26.34
.22]
12    25 ms    25 ms    26 ms  ae1.bbr01.eq01.chi01.networklayer.com [173.192.1
8.132]
13    26 ms    26 ms    26 ms  ae7.bbr02.eq01.chi01.networklayer.com [173.192.1
8.171]
14    48 ms    50 ms    49 ms  ae1.bbr02.cs01.den01.networklayer.com [173.192.1
8.131]
15    85 ms    84 ms    87 ms  ae1.bbr01.eq01.sjc02.networklayer.com [173.192.1
8.148]
16    93 ms    95 ms    99 ms  ae5.dar01.sr01.sjc01.networklayer.com [173.192.1
8.249]
17    96 ms    98 ms     *     po1.fcr01.sr01.sjc01.networklayer.com [50.23.118
.131]
18   102 ms    98 ms    94 ms  mail.nopcommerce.com [50.97.245.138]

Trace complete.

C:\Windows\System32>


I know this demo is super fast... something I'm not used to seeing so I checked out how far away I am from the demo box.

I'm in Staten Island NYC .. I see Chicago....Denver... what's SJC? hopefully it's far away.


If it is then this is probably the fastest version yet! Count me in.



Mike
10 years ago
SJC = San Jose California

East to West coast and she's fast.

Great job I can tell this will be the best yet!
10 years ago
New York wrote:
2) In the old Telerik grid used in Admin, when a row was in Edit mode, you could hit the Enter key in any cell, and the Update button would fire.  It does not seem to be the case with Kendo.  You can see it in the Fixed Rate Shipping grid.    (I Googled and could not find anything; if you solve, let me know - I use similar grids in my plugins :)


Thanks NewYork! It's the details like this that make entering and updating content less pain-staking and intuitive. ;)
10 years ago
Many improvements
Thanks to the nop team.
10 years ago
@MikeCaldera
Ping and tracert measure network latency, which are not very good indicators of a web site's speed.

Try Chrome developer tools. (Timneline tab, record button)

Also, checkout YSlow.  NopC still does not get good grades in some areas; 3.30 has a minification option (I've not tried it yet), and a CDN could help (there a 3rd party plugin)
10 years ago
RE: Admin > Configuration > Settings > All Settings

The filter/funnel does not have as many options as the old grid (missing Starts With, Is not equal, etc.), and also does not have the AND.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.