Quantcast
Channel: Biodegradable Geek »» Magento
Browsing all 4 articles
Browse latest View live

Installing Alan Storm’s LayoutViewer in Magento (works with 1.7!)

I use the debug toolbar but nothing beats Alan Storm’s configviewer and layoutviewer. Unfortunately the only archive of this on Alan’s site is missing a module config file to activate it. Below is a...

View Article



Add Items to Category Programmatically in Magento

The code on the bottom will take the following array: $categories = array( # "nickname" => category_id, "Eyeliner" => 107, "Lipstick" => 108, "General" => 18, # etc. ); The $lineItems array...

View Article

Bulk Upload Images as Simple Products in Magento

The client has thousands of images, each of which is a (simple) product they want in Magento. Each image is named the associated product’s SKU number with a JPG extension. I began by using a recorded...

View Article

Populate Magento Auto-Suggest Search Terms Programmatically

Use this SQL statement to add an auto suggest (hint) search term in the Magento search field: INSERT INTO m_catalogsearch_query(query_text, store_id, popularity, num_results, display_in_terms,...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images