What's new in nopCommerce 3.4

What's new in nopCommerce 3.4

With the nopCommerce 3.4 release the nopCommerce development team completed a major effort to improve the performance of the system. So when, more than a month ago, the release was made official, the whole nopCommerce community was impatient to test its speed and memory consumption and see if the nopCommerce was indeed faster and more optimized.

Being a nopCommerce vendor and a solution partner, we knew the answer to this question, long before the release. For the four months that the 3.40 was being developed there were so many fixes, improvements and refactorings committed to the nopCommerce codeplex repository, that even if we have not worked with the preliminary source code, we would have assumed that the new version would be a much improved one.

And it is indeed! And not only in terms of performance.

But let's start with the performance anyway.

Our tests show that on average nopCommerce 3.40 consumes roughly 50% less memory than its 3.30 predecessor did and that its response time is 30% faster. If you are a nopCommerce developer who is constantly loading nopCommerce on your local machine, you would immediately feel the change, especially in the response time. If you own a production website running nopCommerce, you should definitely consider upgrading to the 3.40 version not so much because of the memory consumption but mostly because of the improved response time. Our Nop-Templates.com for example now loads its first byte in less than 400 ms on average, compared to almost 1 s. with nopCommerce 3.30.

How about your nopCommerce 3.40 website? It would be very useful if you share your experience in the comments to this blog bost.

While performance is the major highlight of the 3.40 version, you would be surprised to find new features in this release too. Most of them are relatively small but we have found them to be extremely useful:

1.  NopCommerce 3.40 now has the capability to set the default currency for each language. This really handy feature means that the currency will be automatically adjusted depending on the language that a customer chooses when browsing your website. In the example below, I have set the US dollars to be the currency for the English language in my store.

nopCommerce currency and language

2. There is a new report, which you can find in the nopCommerce 3.40 administration under Sales -> Country Report, which shows order totals and the number of orders by country.

nopCommerce country report

 3. Warehouse filter on orders and shipments administration page – this new Warehouse filter allows a store owner to filter orders or shipments by a certain warehouse and to generate a list of orders or shipments, which are to be shipped from a certain warehouse. A real time saver when you are shipping from several warehouses.

nopCommerce order warehouse filter

 4. In nopCommerce 3.40 now you can search gift cards by the recipient’s name.

nopCommerce gift cards

5. This next new feature in nopCommerce 3.40 allows you to choose the page size on each admin page that has a grid. No more paging through the list of products or categories or list in the store. This also makes bulk editing the products much easier.

6. There is good news for the nopCommerce 3.40 customers as well. Now they can choose the view mode, page size and sort by on the search page.

7. NopCommerce 3.40 supports newsletter subscription per store, which also means that a store owner can see the list of the newsletter subscribers for each store.

8. NopCommerce 3.40 adds support for Twitter and Open Graph tags on the product pages.

Many of you have probably at least once tried to share a product from your nopCommerce store on Facebook only to find out that the thumbnail of the post is missing or is showing a totally unrelated picture. This problem can easily be handled with Open Graph tags, which are now supported on the nopCommerce 3.40 product pages. This means that now you have the Open Graph tags automatically added to your product pages to improve the performance of your links on social media, without directly affecting your on-page SEO. If you are interested to learn more about Open Tags, please have a look at this article where the issue is brilliantly explained:

What You Need to Know about Open Graph Meta Tags for Total Facebook and Twitter Mastery

9. NopCommerce 3.40 allows customers to skip the shipping address step of the checkout if they choose Pick Up in Store shipping.

To enable this you need to go to Configuration -> Settings -> Shipping Settings and check the Pick Up in Store enabled setting.

nopCommerce pick up in store enabled setting

10. In 3.40 there is a new "ReplyTo" property added to each email that is send from the nopCommerce store. On the contact page this property is set to the email of the user who is submitting the inquiry. With this property set you can directly reply to the user rather than having to copy and paste their email each time. Do note that Gmail ingnores the ReplyTo field when you press the Reply button. So if you know a way to hack around we would very much appreciate if you share it with us.

11. If you use nopCommerce with a CDN provider or a load balancer or any sort of proxy you would know that the IP address of each of your site visitors would be the one of the proxy server. So your are missing this useful information in your store. NopCommerce 3.40 takes care of this problem by automatically intercepting the X-FORWARDED-FOR request header and in this way recording the actual IP address of the visitor. The X-FORWARDED-FOR is the standard header for identifying a client connecting to a webserver through a proxy. If for some reason your proxy server uses a different header you can specify it in the web.config of your application through this application setting:

<appSettings>
   <add key="ForwardedHTTPheader" value="YourCustomHeader" />
</appSettings>

With this handy feature I will conclude our overview of nopCommerce 3.40. As with all blogs on what's new in our favorite e-commerce system, I speak on behalf of the Nop-Templates.com team and our findings are mostly based on real world experience. So we did find all these features useful in our day-to-day business of either working or developing for nopCommerce.

And I hope you will find them too! Stay tuned for more useful information on our blog and do not forget to share your own experience with nopCommerce 3.40 with us.