Blog articles tagged with ecommerce
Configuring and compiling Nginx and PHP-FPM on Ubuntu for Magento, Part 1
12.14.2009 07:08PM by Evan Johnson
Web Development, e-Commerce
So, Magento is a huge piece of modular and extensible PHP code. Each request takes a lot of CPU cycles and memory to kick out a Magento page. This means it is slow. The performance of Magento is a frequent complaint, and rightfully so: consumers won't wait around all day for an ecommerce store to load. They will bail out and try another store if a page doesn't load in...
Magento - Six Months In
08.12.2009 11:48PM by Evan Johnson
e-Commerce, Web Development
Yes, this basically amounts to a good old fashioned rant post. But there is a purpose behind it: to educate those thinking of using Magento to power their ecommerce store about potential concerns and pitfalls. Read on, and enjoy.
Magento is an ambitious, promising ecommerce platform.
Magento really is a neat piece of software. Varien has really outdone itself. It is one of the most feature rich ecommerce platforms out...
Comment [1]
How to edit orders with Configurable Products in Magento
08.10.2009 05:35PM by Evan Johnson
e-Commerce, Web Development
Up to and including the current release of Magento (1.3.2.3), an admin cannot properly edit an order containing configurable products. Magento warns you of this when you click the “Edit” button, and if you proceed the order appears on the edit screen containing only the Simple and Virtual products. Configurable, Bundled, and other products are removed from the order.
I am finding this more and more with Magento: it is the...
Comment [13]
Changing Magento Order, Invoice and Shipping Number
07.09.2009 03:23PM by Evan Johnson
e-Commerce, Web Development
A client needed to change the default order numbering scheme in Magento 1.3. There is no simple administrative backend setting to do this, however. The order, invoice, shipping and credit memo numbers are fixed – 9 digits long prefixed with a 1. The client wanted all of their order numbers in the form "AZ-xxxxx" – two fixed letters, a dash, and then 5 digits. So… how go about changing this?
Looking...
Comment [1]
Magento: How to protect pages so only logged in users can view them
07.08.2009 09:03PM by Evan Johnson
e-Commerce, Web Development
There are times when you want all or part of your Magento online store to only be visible to customers who are logged in to the website. Once such example is a "wholesale" website where only approved wholesale users should be able to view products and checkout. This functionality is not built in to Magento, but it’s a just a few simple little code hacks away.
NOTE: On 8.25.09 I...
Comment [41]
How to Integrate (Import) WordPress Content into Magento Blocks
04.26.2009 09:10PM by Evan Johnson
e-Commerce, CMS
This is the technique I use to integrate WordPress content into Magento. This can be useful for bringing in posts related to a product, or having recent blog posts on the Magento home page… whatever you can dream up. No modules, plugins or extensions are needed for this technique – just a good grasp of PHP and the Magento and WordPress theming/templating systems. There are probably many...
Comment [10]