Skip to main content

How to Start an Ecommerce Business – A Plan Of Action

Follow

Business plan

This is where the online business venture begins.The ecommerce business plan is a plan of action, without which nothing of real value can ever be achieved. The ecommerce business plan will cover a number of features from the design of the web site to the fulfillment service methods; each of these features should be the best available with a heavy bias towards the customer. The product, around which the whole ecommerce business plan will revolve, will have to fulfill certain criteria in order to make the online venture a success. These are:

1. The Product(s)

Homogeneity the product, though obtained from different suppliers/sources will have to be of a homogenous quality and dimensions. Whether it is a mobile set or a book the item should be favorably comparable to the ones that are bought elsewhere.

2. Shipping

Ability to ship the product before you launch your online venture you should find out whether the product can be shipped easily. This is will a daunting task if the product is bulky or very fragile. If the customer cannot get the product quickly and in tact, you will loose repeat customers and word of mouth advertising.

3. Cost of delivery

Cost of delivery in similar manner heavier items will cost more to deliver to the door step than lightweight items. The cost of delivery is an important factor that decides the customer uses when deciding whether or not to buy an item. Hence, keep this cost as low as possible.

4. Cost of products

Cost of the product many customers are attracted to the online shopping because they get many of their favorite products at a much lower cost than in the real- shops. You need to keep the cost at least 10 percent less than what is available in the brick-and-mortar market.

5. Availability

Availability do you plan to have a good stock of the product that you propose to sell or do you have a good tie-up with some supplier(s) which can provide you with the product on the spot. If the product is not available easily to the customer after the payment is processed you will have a very unhappy customer.

6. Target market

Think whether you need to address the needs of a certain age group, geographical area, or it is to be available for all people, all over the world.

7. Payment options

The type of payment options you are offering will greatly influence the sale of your product. All these and more will have to be taken care of right at the beginning; at the stage where the ecommerce business plan is completed.

Comments

Popular posts from this blog

How to Install and Configure Drupal

Drupal is a feature rich Content Management System (CMS) which allows webmasters to run dynamic website without PHP knowledge. Publishers can add website content through admin interface. Thanks many modules it is possible to install a lot of additional features like spell check, displaying banners or AdSense ads, chat, mailing list, e-commerce modules etc. Drupal CMS was written in PHP and can be downloaded free of charge. In this article I will explain how to install this script and describe the configuration basics. Web hosting requirements for Drupal CMS Before you start the installation process, ensure that your web host offers PHP support, cron jobs and MySQL database. Drupal requires PHP version 4.3.3 or higher (Drupal 4.5 and earlier versions will not run on PHP 5), PHP XML extension and MySQL v3.23.17 or higher. If you are not sure which version of PHP and MySQL your web hosting provider currently uses, contact their help desk and ask them first. How to install Drupal CMS ...

How to Create Chat Bubbles in CSS

At first, you need to write the appropriate HTML markup. Refer to the examples below: INPUT HTML <div class="talk-bubble"> <div class="talktext"> <p>CSS Talk Bubble configured by classes. Defaults to square shape, no triangle. Height is auto-adjusting to the height of the text.</p> </div> </div> <div class="talk-bubble tri-right left-top"> <div class="talktext"> <p>This one adds a right triangle on the left, flush at the top by using .tri-right and .left-top to specify the location.</p> </div> </div> <div class="talk-bubble tri-right left-in"> <div class="talktext"> <p>This talk-bubble uses .left-in class to show a triangle on the left slightly indented. Still a blocky square.</p> </div> </div> <div class="talk-bubble tri-right round btm-left"> <div class="talktext"> <p>And now...

Create And Send Html Email Newsletters Easily

An Introduction To Email Newsletters Email newsletters are being recognized as a great way to enhance sales. Just what are newsletters? They are regular snippets of information that are delivered to you via email. These snippets of information can be on any topic on the planet. As long as someone wants the information, there is potential for an Email newsletter. Newsletter data has revealed many positive aspects of email newsletters. If you want to create and send an HTML email newsletter, you should know of this information. Research shows that if you use newsletters properly, 10% of subscribers can be turned into customers. Now that is information that I would gladly digest. HTML Email Newsletters There are two types of email newsletters. One type is based on text and the other type on HTML (Hyper text markup language). Both these types of newsletters have their own positives and negatives. Ultimately which newsletter you decide to create depends on the ultimate product and the pr...