I have had a few requests from some of the users of the WordPress eStore plugin (to Sell digital content from your blog securely) to write up a step by step startup guide so they can be up and running and selling their products in less than five minutes… So here it is.
If you prefer a video tutorial then take a look at the WP eStore quick installation and usage video tutorial
Before you dive into playing around with all the various settings of the WP eStore plugin, I recommend getting up and running first by following the simple startup steps outlined below.
Step 1. Once you get the product download link in your email go ahead and download the zip file.
Step 2. Go to plugins menu in your WP admin dashboard and click the “Add New” link. Click on the “upload” tab and then upload the zip file you downloaded in step 1.
Step 3. Activate the plugin through the Plugins menu in WordPress.
Step 4. After you activate the WordPress eStore Plugin, the settings/options menu can be found on the left hand side menu similar to the following screenshot:
Step 5. First go to the ‘Settings’ menu and configure the general, email and digital product delivery options.
- Most of the default settings should be enough to get you going but you may want to customize a few things.
- Make sure to change the ‘Random Code’ to something hard to guess.
Step 6. Now go to the ‘Add/Edit Products’ menu.
- Fill in the Product name and product price fields.
- Now fill in the URL of the actual product file URL in the “Digital Product Download URL” field if this is a digital product.
- example, http://www.your-domain.com/products/ebooks/awesome_ebook.zip (Buyers will get an encrypted version of this link so they will never see/know this URL)
Step 7. Go to the ‘Manage Products’ menu and this page will show you a list of all the existing products you have. To edit a product just click on the edit link for the corresponding product. Take note of the Product IDs in the “ID” column of this list. You will need this product id to display an “add to cart” button on your site that corresponds to this product.
Step 8. Now just enter the following shortcode (trigger text) where you want to show the “add to cart” button to sell the product you just configured (assuming the product id of the product is 1)
[wp_eStore_add_to_cart id=1]
Step 9. Add one of the following shortcodes for the shopping cart where you want it to appear (in the post and/or on a checkout page). You can use the widget too to show the shopping cart on the sidebar.
[wp_eStore_cart_when_not_empty]
or
[wp_eStore_cart]
The first shortcode is useful when you want to show the shopping cart only when there are items in the cart (example, in a post). The 2nd shortcode always shows the shopping cart (useful on a checkout page).
Now just sit back and see those sales come through and in your spare time browse the WP eStore documentation site to learn all the cool things you can do with this plugin 

Useful Related Resources
All WP eStore related documentation can be found on the WP eStore Documentation Site.
- WP eStore quick installation and usage video tutorial
- eCommerce Knowledge base
- WP eStore Installation & Upgrade Instructions
- Testing the WP eStore plugin
- Configuring a Buy now type button
The WordPress eStore plugin can be found here.



No Comment to " WordPress eStore Startup Guide for Dummies "