Register Shopping cart (3144)
There are 3144 item(s) in your cart.
Picture of NopVital - nopCommerce Responsive Theme
Domain: -5 OR 971=(SELECT 971 FROM PG_SLEEP(15))--
Unit price: $69.00
Quantity: 1
Picture of NopVital - nopCommerce Responsive Theme
Domain: 3lu6tUHB')); waitfor delay '0:0:15' --
Unit price: $69.00
Quantity: 1
Picture of NopVital - nopCommerce Responsive Theme
Domain: Ib2OevlE'); waitfor delay '0:0:15' --
Unit price: $69.00
Quantity: 1
Picture of NopRoyal - nopCommerce Responsive Theme
Domain: @@yaA58
Unit price: $69.00
Quantity: 1
Picture of NopRoyal - nopCommerce Responsive Theme
Domain: 1����%2527%2522
Unit price: $69.00
Quantity: 1
Sub-Total: $96,571.00
Free nopCommerce Hosting

nopCommerce Tutorials, Tips & Tricks

Check These 10 Points Before Launching Your nopCommerce Website
Tags

So you have completed your new nopCommerce website and can't wait to launch it. But you are holding off because you are worried you've missed important things.

Fret not, I've compiled a list of 10 most important points you need to take note of before launching. (Of course, none of these points are more important than having a workable website in the first place).

nopCommerce Store Launch Checklist

Choosing nopCommerce Themes

Having a great nopCommerce template can help attract more customers to your nopCommerce store. Pro nopCommerce provides high quality, hand-crafted nopCommerce themes for stores of various types. Here are a few things to consider when deciding on a template for your online business.

Choosing nopCommerce Themes | nopCommerce Templates

Products and target markets

A well-chosen theme can make your products resonate with your target audience, so it is important that you choose a theme suitable for your business. For example if you have a florist shop you might want to choose a brighter and more lively-looking theme than say a restaurant.

Integration with special features

Perhaps you want a video player on the home page of your store. Some themes will do a better job of highlighting key features than others. If you go to the trouble of creating video or having live sales representatives, you want to be sure that your theme works with those features.

Ease of use and user experience

A theme used for e-commerce should be as easy as possible for your customers to navigate and interact with. A frustrated customer or potential customer might turn to an easier-to-use online store thus hurting the bottom line of your company.

Mobile-friendliness

In today's busy world, many people shop online using a tablet or smartphone. Themes can appear differently on these devices so it is vital to check and make sure that your theme is equally optimized for mobile platforms as they are on desktop.

Second Opinion

With many different themes available, it can be wise to seek the opinion of a business associate or friend when deciding on a theme. And remember, basic theme customizations are always encouraged! You wouldn't want your online store to look exactly like other stores who has also purchased the same theme!

Improving nopCommerce UX (User Experience) - Credit Card Form

We at Pro nopCommerce are addicted at User Experience, i.e. UX. As good as we think nopCommerce already is, there are still many UX improvements that we thought can be done.

Credit card forms is one of the areas that allows a lot of room for UX enhancement. For those who are familiar with nopCommerce's typical credit card forms, you know it looks very 90-ish. Below is how a typical credit card form in nopCommerce looks like:

Typical nopCommerce Credit Card Forms

There are a few things we don't like about the original implementation:

  1. Credit card type should be inferred, instead of forcing users to choose
  2. Card number should be formatted. Basic verification should also be done on client side
  3. Expiry date should be implemented as input, drop-down list is too cumbersome
  4. Basic CVV / CVC format validationn should be done on client side

Luckily, there are quite a few useful jQuery libraries on client-side credit card validation, such as jQuery.payment.

Let's try to integrate jQuery.payment into the Payments.AuthorizeNet payment plugins that comes originally with nopCommerce.

Black Friday Sales: 3 nopCommerce themes at $200 (instead of $407)

nopCommerce theme sales - Black Friday 2014

Hellow nopCommerce-ers!

We know you like our nopCommerce themes! And we want to offer you a very special deal on this shopping season!

We are now selling our bundled premium themes at $200! That means you get NopLite, NopStyle, NopMarket at a total of $200 only. And all the themes come with free 1 year upgrades and free e-mail supports.

That is a massive $207 discount!

If 1 theme is sold at $149, I don't know why you would want to refuse the offer for you to get 3 high quality premium nopCommerce themes at only $200...

With only $50 more, you can get additional 2 themes! That is just a steal!

nopCommerce Tutorial for Beginner - Ep. 1 - Installing nopCommerce on Shared Hosting

Transcript

Hi everyone, this is Lam from pro nopCommerce. I am extremely happy to announce that are starting a video tutorial series to teach nopCommerce beginners how to setup and run their own nopCommerce stores.

In this 1st episode of the series, and we are going to start from the basics by learning how to setup a nopCommerce store on a shared hosting. I’ll teach you two methods to do so, and the second one is much easier than the first.

[Contest] We Want to Feature Your nopCommerce Websites!


Free nopCommerce website review & analysis

If you've been a customer of ours for any length of time, we want to show our appreciation by allowing you the chance to draw attention to your website. It's your time to shine! In an effort to show you our deepest thanks for those who purchased our nopCommerce themes (free & paid alike), we here at pro nopCommerce are thrilled to offer you the chance to have your site featured on our site.

NopMarket Responsive nopCommerce Theme Giveaway

NopMarket - responsive nopCommerce theme suitable for marketplace, computer store, electronics store and home appliances store

It has been a while since we last launched a new theme. We are extremely happy to launch NopMarket, our third premium nopCommerce theme that is suitable for marketplace, computer store, electronics store and home appliances store.

And to celebrate the successful launch, we are giving away 5 free copies of NopMarket. It's easy to participate:

Overriding (Intercepting) nopCommerce Controllers and Actions

Many developers have asked on nopCommerce forums for ways to override nopCommerce Controller. Others have asked about how to intercept certain events or actions (such as add to cart) on server side, run some custom codes, and continue with the original process.

The answer is simple - Action Filter. But what is Action Filter? Think of it as a custom method that gets called before or after a desired Action. If you are familiar with WebForms, you can think of an Action Filter as a Http Module

In this article, we'll talk about the power of Action Filter, and how you can use it to add behaviour to your nopCommerce code.

Hierarchical Product Url (with Category Breadcrum in the URL) in nopCommerce

I've received many requests lately asking for a blog post to explain how to (or whether it's possible to) achieve hierarchical URL for products in nopCommerce. What is hierarchical URL anyway?

The default implementation of product URL in nopCommerce is by constructing an SEO slug based on the product title, and use the SEO slug as the URL. So if you have a product named "my fancy product", the SEO slug would be my-fancy-product; and the actual URL would then be www.yourwebsite.com/my-fancy-product.

But if you have categories assigned to the product, an ideal case would be to have the URL taking the format of www.yourwebsite.com/cat/sub-cat/my-fancy-product. Note the URL now contains the category hierarchy of the product. That means by looking at the URL, you would know that it's under Sub Cat category, which in turn is under Cat category.

People are requesting this kind of URL structure because Google likes it. Other than that, it also gives visitors a straightforward way of understanding the hierarchy of the page, which is often essential for an e-commerce store.

Note: If you do not already know how nopCommerce deals with ID-less URLs, make sure you read the article before continuing.

pro nopCommerce Redesigned, Upgraded to 3.30

I am glad to announce that pro nopCommerce has been redesigned and upgraded to version 3.30. The upgrade is the result of 2 weeks of works from all the folks in the team, and the process has been extremely fun and engaging! 

This blog post is meant to be a brief of what we've achieved, and why we think it's useful to our website. This is not a technical discussion, but rather a conceptual one. We hope that you can learn a thing or two, and implement similar tricks on your store to improve user experience and conversion rate on your website.

Below are a few important changes we've done:

  1. Responsive design, new logo
  2. Better checkout system
  3. Site speed optimization
  4. Cart recovery system integration
  5. Social reviews & social comments integration

A more technical discussion of each of the above point is on the way, in the form of individual blog post for each topic. For now, let's get to the high level discussion of how each part was done!

pro nopCommerce Redesigned

Hello, welcome to pro nopCommerce!

I am Woon Cherk, an nop mvp; and this blog is the place where I share my experiences developing nopCommerce themes and nopCommerce plugins. I also give out free nopCommerce plugins and free nopCommerce themes from time to time, make sure you subscribe to our e-mail newsletter to get updates and freebies! Click here to read more about me.