Mobile app version of vmapp.org
Login or Join
Bethany197

: Need assistance matching a general theme style as well as eCommerce capability I'm in the process of acquiring a new design client. They are getting into the business of "auto parts wholesaling"

@Bethany197

Posted in: #Ecommerce #Magento #Wordpress

I'm in the process of acquiring a new design client. They are getting into the business of "auto parts wholesaling" and they want a storefront. My preference is/was to create something from scratch. However, here is an established trend in their particular market (similar parts, layout, etc). They insist on following the existing visual trend, as per the following:
www.xtremediesel.com/ www.thoroughbreddiesel.com/ www.alligatorperformance.com/
My plan of attack at this point is to find a comparable WP theme and a flexible (but useful) backend/product management. Their current demo site (which their previous developer made a stab at) is using Pinnacle Cart. It is no where near what they need, nor is it intuitive to work with. I was actually considering Magento for its greater abilities but I'm still considering options.

That said, my two primary dilemmas are as follows:

1) I need a theme that mimics the general style of those listed. They explicitly said they didn't want anything too clean (e.g. ThemeForest, Woothemes) as it "wasn't rugged or busy looking enough" for their field.

2) I need a WP/Magento/WP e-Commerce (or any one of a host of other) plugin that will allow for bulk import/update of nearly 200,000 products, descriptions and images. I'm not opposed to manually interfacing with the DB for import, but in the end, I need a store/system that doesn't needlessly add 50 tables to accommodate some "wet behind the ears" concept of table normalization and is easy to add to.

Anyway, if anyone has any quality suggestions regarding either of these issues, it would be most appreciated.

Best.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Bethany197

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

You can definitely bulk import a csv file using a pre-defined format from a product export file. There's a bit of playing around to get the format and required column headers correct but eventually you'll get it.

Be warned that the import process is very slow and error reporting for products that refuse to import is also an issue

I would stay away from the SOAP API as it's too slow, preferably write code that directly calls Mage functions

In regards to theme, I would start with a basic quality Magento theme with a layout that the client loosely agrees on, then modify from that to suit requirements.

10% popularity Vote Up Vote Down


 

@Sims2060225

As far as the store, I personally use Magento, and I'm 99% sure they have a bulk-import/export feature. If not, the API should allow you to cludge a solution together without too much work.

Magento does use a controversial EAV database design, which is less than intuitive to those unfamiliar with EAV, but it's what allows Magento to easily support and manage custom product attributes. If you stick to the GUI and the SOAP API, you shouldn't have to deal with any of this anyway.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme