Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 11-05-2009, 10:03 AM   #1
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Using WordPress As Online Store - Suggestions?

I've run an online magic supply store for several years. It's never really taken off, mostly because:
  • I didn't have a clue and;
  • My site sucks

In the past year, I've learned a bit about Internet marketing and am ready to spend some time on my site and marketing efforts.

Currently, I get a CSV file of products available from my wholesaler and I import that into a MySQL database. My online catalog is a PHP script I wrote to query that database and generate a product listing. The rest of the site was built with MS FrontPage.

So I feel I basically need to start over from scratch and wonder if WordPress might be able to help? Is there some plugin (free or pay) that can turn WP into an online store? Specifically, I'd really like a way to feed a CSV file into the MySQL database used by WordPress to automatically generate product pages instead of creating each individually, especially since there are over 7000 products. Plus as my wholesaler makes changes, I can just overwrite the database with the new CSV data.

So, any suggestions? Am I making sense?

Thanks for your time.

Cheers,

Drew

imacamper is offline   Reply With Quote
Old 11-05-2009, 10:14 AM   #2
Active Warrior
War Room Member
 
jwlnewsome's Avatar
 
Join Date: Nov 2009
Location: UK
Posts: 51
Thanks: 0
Thanked 7 Times in 7 Posts
Default Re: Using WordPress As Online Store - Suggestions?

Hi,
there is a shopping cart here instinct.co.nz/e-commerce/
for wp
good luck
jwlnewsome is offline   Reply With Quote
Old 11-05-2009, 10:17 AM   #3
Self Unemployed
War Room Member
 
DogScout's Avatar
 
Join Date: Jun 2009
Location: Florida
Posts: 2,343
Thanks: 697
Thanked 628 Times in 373 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Using WordPress As Online Store - Suggestions?

I am not well versed in this,
but after installing WP you make a page, then make the home page a static page using that new page, you can add as many pages as you like and us WP like a CMS. There is a line of code that you can remove in the editor to make the blog 'categories' go away, (Google how to do that).

I am not a big frame guy, and Goolge has a hard time reading them (I think) but you can just frame any existing page into a WP page such as your current shopping cart, etc. I do that for one of my clients and it works great so far. The customer can navigate the entire store while seeming to remain on the site. Best to use a 'full' page template for that page as the content ares in a normal template are usually too small for a full page item list and causes side scroll.

The code to add in the HTML view of the page maker is:

<div class="clear"></div>
<p><iframe name="FRAME1" src="http://www.your store page.com/" width="900" height="1200" frameborder="0" ></iframe></p>
<div style="clear:both;"></div>

(Although someone no doubt has a better solution)

DogScout is offline   Reply With Quote
Old 11-05-2009, 10:19 AM   #4
Wordpress Warrior
War Room Member
 
fthomas137's Avatar
 
Join Date: Jul 2008
Location: , , .
Posts: 500
Thanks: 31
Thanked 123 Times in 50 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Using WordPress As Online Store - Suggestions?

Hey Imacamper,

There is one vendor of software I totally recommend! Google 'WP eStore'. Excellent software at a great price!

Frank

fthomas137 is offline   Reply With Quote
Old 11-05-2009, 02:23 PM   #5
HyperActive Warrior
War Room Member
 
robitn4's Avatar
 
Join Date: Feb 2005
Location: Lenexa, KS, USA.
Posts: 114
Thanks: 17
Thanked 9 Times in 8 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

Ditto what Frank said. It's the one I settled on.

Codex.WordPress.org doesn't appear to be hosting a datafeed plugin, but I googled data feed wordpress plugin - Google Search and the are a few you might try.

Tim
robitn4 is offline   Reply With Quote
Old 11-06-2009, 10:15 AM   #6
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

Quote:
Originally Posted by DogScout View Post
...
The code to add in the HTML view of the page maker is:

<div class="clear"></div>
<p><iframe name="FRAME1" src="http://www.your store page.com/" width="900" height="1200" frameborder="0" ></iframe></p>
<div style="clear:both;"></div>

(Although someone no doubt has a better solution)
Thanks, I will keep this option in mind.

Cheers,

Drew

imacamper is offline   Reply With Quote
Old 11-06-2009, 10:16 AM   #7
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

Quote:
Originally Posted by jwlnewsome View Post
Hi,
there is a shopping cart here instinct.co.nz/e-commerce/
for wp
good luck
Thank you. I will explore this.

Cheers,

Drew

imacamper is offline   Reply With Quote
Old 11-06-2009, 10:17 AM   #8
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

Quote:
Originally Posted by fthomas137 View Post
...
There is one vendor of software I totally recommend! Google 'WP eStore'. Excellent software at a great price!
Thank you. I will explore this as well.

Cheers,

Drew

imacamper is offline   Reply With Quote
Old 11-06-2009, 10:20 AM   #9
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

Quote:
Originally Posted by robitn4 View Post
Ditto what Frank said. It's the one I settled on.

Codex.WordPress.org doesn't appear to be hosting a datafeed plugin, but I googled data feed wordpress plugin - Google Search and the are a few you might try.
OK, two votes for WP eStore. I see the plugin page highlights that it's for digital products. I'm actually selling physical products but I assume it will work for that too? I'll check it out.

Cheers,

Drew

imacamper is offline   Reply With Quote
Old 11-06-2009, 10:21 AM   #10
SEO mofo
War Room Member
 
adenclark's Avatar
 
Join Date: Aug 2009
Location: Wakefield, UK.
Posts: 94
Thanks: 2
Thanked 13 Times in 9 Posts
Default Re: Using WordPress As Online Store - Suggestions?

Yes i know you may want to post own products but for daily updates the below is awesome.

Im suprised no one has mentioned wp-robot.

The free version allows you to automatically post 15 amazon products on scheduled dates. It adds content and any reviews from amazon for these products are posted as comments on your blog.

And for the premium version, well, its amazon affiliates on steroids.

adenclark is offline   Reply With Quote
Old 11-06-2009, 10:40 AM   #11
HyperActive Warrior
War Room Member
 
Steve B's Avatar
 
Join Date: Mar 2005
Location: Utah, USA.
Posts: 303
Thanks: 50
Thanked 161 Times in 83 Posts
Default Re: Using WordPress As Online Store - Suggestions?

Another alternative to consider:

iThemes.com has an "eCommerce"" theme based on Word Press that is designed to function as a store. It's a very clean and professional looking template and with one click you can change to any of six different site colors. It's $79 I believe. I own it and have been impressed with it. Just something else to check out ...

Steve Browne
Runs the place
Steve B is offline   Reply With Quote
Old 11-07-2009, 02:06 PM   #12
Warrior Member
 
imacamper's Avatar
 
Join Date: Sep 2009
Posts: 27
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Default Re: Using WordPress As Online Store - Suggestions?

After looking at estore and deciding it didn't meet my needs, I installed the free version of wp-ecommerce and it looks good so far. I will upgrade to Gold if it meets my needs. However I need a way to import a csv of my supplier's catalog. I know I see the import tab and an "example" of file format but there are way more fields in the MySQL tables than in that "example".

Is there some csv <-> mapping document somewhere?

I have to be able to import more than just those few fields in the example. And I really need to either display images via html links or have some way to automatically download those from my supplier's site and include them in my WordPress store. Is this possible with e-commerce? If not, other suggestions?

Thanks,

Drew

imacamper is offline   Reply With Quote
Old 11-15-2009, 11:47 AM   #13
Active Warrior
War Room Member
 
Francis Chan's Avatar
 
Join Date: May 2008
Location: Singapore
Posts: 88
Thanks: 14
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via MSN to Francis Chan
Default Re: Using WordPress As Online Store - Suggestions?

You had mentioned that you are selling physical products therefore you would need complete shipping details from your customers.

I would suggest something like osCommerce (a free open source program) with various addons to improve functionality.

One very useful addon that would help you greatly will be Easy Populate. It allows you to import your inventory from a csv file.

Take a look at this site : Jodarl Collections - WWF & Birds Stamps - Singapore, China, Hong Kong, Macau, Taiwan, GB, Machins

Francis Chan is offline   Reply With Quote
Old 11-15-2009, 01:28 PM   #14
Advanced Warrior
 
Blase's Avatar
 
Join Date: May 2003
Location: Maple Grove, MN , USA.
Posts: 742
Thanks: 30
Thanked 151 Times in 81 Posts
Default Re: Using WordPress As Online Store - Suggestions?

Hi Drew,

I have not tried the solution that you are looking at,
but I wanted to put something out there for you.

I've done a number of stores, I've also done a lot of
learning and rework I didn't need to do.

Make sure you think of all the features you would
like your store to have before you start.

Affiliate program?
Low inventory notice?
Taxes calculation.
Shipping calculation?
Invoicing?
Bulk product upload?
Bulk changes?
Coupon options?
Free shipping Options?
Multiple item purchase?
Lost password?
Email customers?
Quick Books tie in?

And on and on.

Think first, start later.

Just my 2 cents.

Free Offline Marketers Lead Generation Tip Click Here

Selling 39 years of Marketing Info, Books, Tapes, CD's, Manuals, Just Updated 12/02/2011 Click Here
Blase is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
online, store, suggestions, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:53 PM.