Upgrading WordPress – A Peack under the Hood

What happens when we click Upgrade Now? WordPress creates automatically a file named .maintenance All these files might be overriden: All the files under /wp-includes/ All the files under /wp-admin/ Any wordpress’ original theme folder (Twentyten, Twentyeleven etc..) under wp_content/ … Continue reading

Posted in Wordpress | Tagged , | Leave a comment

Adding Scripts and Style only to a certain Page on WordPress

Sometimes we want to add a script or a css file only to a certain page. How can this be done? Here’s what happened to me: I needed to insert a code snippet on a page. The snippet was generated … Continue reading

Posted in Wordpress | Tagged , , | Leave a comment

Customizing a Page on WordPress

It’s always recommended to be consistent with your site’s look and feel. However, there may be a time when a page calls for a unique look and feel. Be it you homepage, or a special landing page, or a complex … Continue reading

Posted in Wordpress | Tagged , | 1 Comment

What’s $(this)??

I am far from being a javascript Ninja. But I do try to catch up. The first JS library I used to work with was Prototype + Scriptaculous. Unfortunately These are not maintained anymore. So I moved on to the … Continue reading

Posted in Javascript | Tagged , | Leave a comment

Why Would Products Suddenly Disappear from my Homepage in Magento?

Paul Simon listed 50 ways to leave your lover. I am about to list at least 50 ways for Magento to give you a heart attack. The most recent one resulted in an urgent text message from my client: He … Continue reading

Posted in Magento Coockbook | Tagged , | Leave a comment

How to be Notified About New Orders in Magento

surprisingly enough (at least for me), you, as a store owner, are not notified by default about new orders on your store. For really large stores with lots of activity, that may make sense. But if you run a small … Continue reading

Posted in Magento Coockbook | Tagged | Leave a comment

Yet Another Simple Gallery Plugin for WordPress

I have been looking for a really simple gallery plugin that can use WordPress’ native Gallery features and jquery support, but couldn’t find any. My qualifications were simple: a row of thumbnails, a main photo, and a way to switch … Continue reading

Posted in Wordpress | Tagged , , , | 29 Comments

Why my Products Won’t Show on my Magento Store??

So the first time that happened, after my initial panic, I ran to Google for help and was lucky enough to stumble upon this checklist. Couple of tests had me find the leak (My product was not set as ‘in … Continue reading

Posted in Magento Coockbook | Tagged | 1 Comment

How to Create a Product With 3 Sizes in Magento

The Mission: Create a product that has 3 sizes. Each size has a different price. Each size comes also with a free (different) giveaway product Catalog => Attribute => Manage Attributes => Create a new attribute: Size. [Enter all required … Continue reading

Posted in Wordpress | Tagged | Leave a comment

How to Change the Total Upsell Products in a Row in Magento

If you add additional up-sell products to your product, they are displayed in a table, at the bottom of your product’s view page. By Default they are set 4 in a row, but this can be changed. Locate the file … Continue reading

Posted in Magento Coockbook | Tagged , | Leave a comment