nopCommerce Tips: How to Set Special Shipping Options
Last Updated on Thursday, 12 July 2012 09:44 Written by Carole Bennett Tuesday, 17 July 2012 12:00
One of my nopCommerce customers is a milliner, who makes custom hats. If you’re in any way familiar with fashion, you’ll know that not all hats are created equal, and that goes for their shipping costs and requirements as well. We’ll cover how to accommodate these special shipping costs in nopCommerce.
A soft cloth cap can be packaged in a padded envelope, while a full tophat must be shipped in a sturdy box, which of course will be much more expensive. This means that products with such a wide range of shipping costs and needs have to be factored differently. Thankfully, nopCommerce provides a means of allowing for additional shipping costs for these special items, over and above the standard shipping rate calculations based on purchase price, etc.
Learn MoreHow to Set Default Profile Widgets for All Users in Elgg 1.8
Last Updated on Friday, 13 July 2012 09:35 Written by Rodolfo Hernandez Monday, 16 July 2012 12:00
In this article, I will give you a step by step guide on how to set up default profiles for all your users in Elgg 1.8. Sign into you Elgg site as an Administrator and follow these steps:
1. Once logged in, go to the Administration Dashboard and on the right sidebar menu go to “Administer->Configure->Appearance->Default Widgets“
Learn MoreHow to Configure Web Server to Host Silverlight Applications
Last Updated on Friday, 29 June 2012 05:01 Written by Andrew Ivanov Saturday, 30 June 2012 12:00
Not only IIS web server can host Silverlight applications. Apache can host up Silverlight content too. Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:
| Extension | MIME Type |
| .xaml | application/xaml+xml |
| .xap | application/x-silverlight-app |
nopCommerce Tips: Your First NopCommerce Site, Part 1: Setting Up a nopCommerce Project
Last Updated on Tuesday, 12 June 2012 02:40 Written by Carole Bennett Tuesday, 19 June 2012 12:00
In the course of my IT career, I’ve built many e-commerce solutions, from a simple shopping cart to a complex e-commerce solution for a nationally-known retailer. Over the years, I’ve evaluated a number of “out-of-the-box” solutions, and in terms of features, flexibility, and price, the best solution I’ve seen overall is nopCommerce. The fact that it’s an open-source, .Net-based (C#/MSSQL) solution, has a huge supporting community, as well as great plugin support are all factors in why it’s my e-commerce solution of choice. Today, we’ll talk about how to get started with this great e-commerce solution for your clients.
The nopCommerce group provides downloads of current and previous versions at http://www.nopcommerce.com/downloads.aspx - due to the fact that I usually create customized solutions for my customers, I opt for the download labeled “(with source code)”. Download the .zip file to your preferred location, and extract it. As of this writing, the latest version is nopCommerce 2.5, so your extracted folder will be named ‘nopCommerce_2.50_Source’.
Learn MoreHow to Manually Configure Your Email Account on Your Android Phone
Last Updated on Sunday, 20 May 2012 12:36 Written by Arian Jahansouz Sunday, 6 May 2012 02:49
Many people who have Android phones wish to access their emails at any time while on the go. However, manually configuring an email account is often tricky. This article will give you a step by step guide on how to manually configure your email account on your Android phone.
The hardest part of configuring your email account manually is knowing what information you need to enter. Once you have the information, configuring the rest of your account is very easy! Therefore, before we begin, let’s figure out what information we need!
Email address: the email address for the account that you are trying to set up
Password: the password for the email address that you are setting up
Server name: mail.YourDomain.com (ex: mail.Arvixe.com) If mail.YourDomain.com doesn’t work, you will find this information in your webmail login under Settings then Email Accounts.
Incoming and Outgoing Server Ports: For the incoming server, this may be 143. For the outgoing server, this may be 25. If port 143 or 25 does not work, you can easily find this information in your webmail login under Settings then Email Accounts.
Now that we have the information ready, let’s set up the email account on your Android phone!
1) Go to Settings
Learn More

Recent Comments