On the Developer Tutorials site today, there's a new look at working with the Drupal e-Commerce module in your Drupal installation.
What if you [also] want to support collaborative editing of content, community forums, and other capabilities that could help increase traffic to your site, but are usually only found in content management systems (CMSs)? Is it possible to combine the best of both worlds - shopping carts and CMSs? Fortunately, the answer is yes, if you choose a world-class CMS such as Drupal as a foundation for your site.
They walk you through how to get the module installed, how to configure it to match with your site's layout and flow and how to hook the purchase process into PayPal to make purchasing a few simple user clicks away.
Company:
WHI Solutions is one of the 500 fastest growing technology companies in North America according to Deloitte & Touche. This incredible growth is being driven by our award winning On-Demand eBusiness and Data solutions for the Automotive Industry. WHI's award winning Nexpart suite of business management software maximizes distribution efficiency for manufacturers, distributors and their customers.
Are you interested in being an important part of a fast paced, fun and innovative business? Do you enjoy being challenged and delivering results? Then opportunity is knocking, answer the door!
Job Description:
We are looking for an individual to lead a development team in one of our product groups in the companies fast growing and mission critical E-Commerce development initiatives. This person must be capable of providing technical leadership to a team of 3 or more developers using best practices in application development and systems engineering. This individual must have excellent application design, programming, and testing skills that will be required to make enhancements to our web-based E-commerce Systems. This candidate will work with applications that span the entire supply chain from end user to OEM manufacturers.
Skills Requirement:
Experience developing web-based applications software, preferably with experience in the distribution, retail, or supply chain management. Automotive background a plus.
Must have 5+ years experience with the following
PHP
MS SQL and Stored Procedures,
HTML, CSS and JavaScript
XML
Visual SourceSafe
Building High Availability, High Web Traffic applications
Any of the following a plus;
VB, C, C++ and .NET
Java
Sybase, MYSQL, Oracle and PostgreSQL
Shell scripting, Perl or Expect
Experience developing automotive applications
The ideal candidate must have excellent analytical and organizational skills and be a self starter and able to work on projects as part of a team or independently. Good customer facing skills and presentation skills are a huge plus.
Education:
B/S Degree in Computer Science or equivalent.
PMI Certification (Preferred)
Company Benefits and Perks:
In addition to paid vacation and paid time off (PTO), medical, dental, life insurance and flexible spending accounts (FSA) our benefits include a 401(k) plan, long term disability benefits and a flexible work schedule. Compensation is competitive.
Please visit our website at www.whisolutions.com for more information about the company's products and services.
Please send you resume as an attached WORD document and include salary history to Ptrecruiting@whisolutions.com.
No relocation package will be offered for this position, local candidates only please. Candidates responding to this posting must currently possess the eligibility to work in the United States
WHI Solutions is an Equal Opportunity/Affirmative Action Employer.
On the PHP::Impact blog, Federico has written up a bit of a "history of PHP applications" since 1998 that have changed the community (and the online world) by being released.
From managing databases to shopping, writing blogs to sending emails. Ten years of passion, great software architectures, team work and revolutionary ideas. Here are the most influential open-source PHP applications to date.
Among those on the list are things like SquirrelMail (1999), phpBB (2000), Drupal (2001) and WordPress (2003). More lately things like frameworks and content management systems have been popular and are being developed with more structure and better standards than some of their predecessors.
On his blog today, Vinu Thomasspotlights one of the major up and comers in the PHP-based eCommerce software package offerings - Magento.
Magento is an ecommerce platform on PHP which is quite feature rich. This platform is based on the Zend Platform. You can take a look at a Magento store and the admin demo over at their demo section.
He mentions some of the features it has including analytics, catalog management, order management, payment integration with Paypal/Google Checkout/Authorize.net and some SEO optimizations.
You can find out more over on the project's website and download your own copy or peruse the forums to get to know the community around this popular app.
php|architect has announced the release of a new book - the Guide to Programming Magento, now up for preorder:
We're happy to announce the upcoming release of php|architect's Guide to Programming Magento, the first comprehensive guide for developers who want to learn more about the Magento e-commerce platform.
The book, by Mark Kimsal shows you how to install and successfully deploy a Magento installation on your website. The preorder is available right now for a 15% discount and the full PDF version will be released on May 15th, 2008 (print on May 31st). Check out the product page for more information and to reserve your copy today.
On the Developer Tutorials website, there's a new guide that steps you through the installation of a simple e-commerce platform available for free from Devellion Limited.
In this tutorial, we will get an introduction to CubeCart, created and distributed by Devellion Limited. Their flagship product is one of the easiest low-cost e-commerce solutions available, and is growing in popularity. Note that CubeCart is not technically open source, since the code cannot be freely redistributed. On the other hand, most of the code is not protected using encoding, and can thus be read and understood.
They go through the selection process - picking which version of their software is right for you - and the installation, configuration and how to verify that everything's up and running smoothly. Screenshots are included to help along the way.
The Zend Developer Zone has posted the latest in their "ZendCon Sessions" podcast series - a talk from Elizabeth Naramore about PHP and E-Commerce applications.
Welcome to The ZendCon Sessions. This episode of The ZendCon Sessions was recorded live at ZendCon 2007 in Burlingame, CA. We hope you enjoy today's session as we listen to Elizabeth Naramore present "PHP and E-Commerce: More Than Just a Shopping Cart".
Michael Kimsal (and his bother Mark) were talking about the state of ecommerce applications, specifically about the latest "hot topic" software - Magento.
My brother Mark has been doing a long term project based on Magento doing a lot of custom work on top of it, and has told me many points, both good and bad, about it.
According to Michael and Mark, speed of the application is a big hindrance. They also mention two points that could help make an ecommerce system so much easier to integrate into the "blogosphere" - publishing a blog feed of some of the user feedback about orders/products/etc and accept trackbacks from an external blog post reviewing the products.
Following up from a previous entry, Mike Willbanks has posted some clarifications on points previously made and the highlights on what he thinks a good framework should entail.
I decided to clarify and also explain some of my thoughts and ideas that an e-commerce framework should hold. These thoughts and ideas may be a little rough around the edges but I wanted to give a definition to the meaning of what I feel a framework is in this case as well as items that would potentially be a part of this framework.
Some of his requirements are things like reusable design, useful/easy to use components, functionality for both payment processing and courier handling as well as a catalog system to help manage items.
While frameworks seem to be popping out of the woodwork, Mike Willbanks has noticed something lacking - a good e-commerce framework that helps the developer do simple things like work with shopping carts or connect with payment APIs.
So here is my question, besides the really shitty shopping cart objects out there is there any true components for a framework that utilizes this functionality? I say shitty shopping cart objects because just about every single open source PHP shopping cart has some of the worst design aspects I have ever seen.
His complaint is that most of the shopping cart software out there is really just procedural (or bad) code shoved into classes and called good. He suggests a more patterned approach - maybe using a Factory on top of a base abstract model.