In this tutorial, we show you steps by steps how to remove Google Checkout from “Shop by” section in Search results. Google Checkout section is shown in Shop By block of Magento’s search results page: To disable this section you need to switch enable_googlecheckout attribute to not be used in layered navigation: Open Catalog > ...
Read More »Magento: Direct SQL Queries
Hi friends, After the short tutorial few days ago, I would like to share with you more knowledge in this article. This topic is a little bit tricky so please follow me closely 🙂 To start with, Magento uses data models which provide a great way to access and modify ...
Read More »Top 10 responsive Magento themes for multiple purposes
Why do you search for magento themes? Because of Magento is one of popular eCommerce CMS which enables you to build online stores. Best of all, Magento community edition is an open source solution that is freely available to everyone. Today I would like to share 10 best magento responsive theme for your inspiration. ...
Read More »Magento Community Tutorials #54 – Custom Product Options
The 54th tutorial for Magento Commerce Community Edition. This tutorial shows you how to create custom options for products that maybe be a bit more unique than a standard product. Here we show you the dropdown menu as well as checkbox options.
Read More »Display Items Custom Option On Product Listing Page
Have you ever been struggled with showing custom options of products in Magento? Of course there are plenty of extensions on the market providing this function, but why spending time on researching and comparing when you could do it yourself with a little twist. This post actually is a short ...
Read More »How to Programmatically Add Product to Cart with Price Change in Magento
How to Programmatically Add Product to Cart with Price Change in Magento Use the following code to programmatically add product to cart with price change: Event: checkout_cart_product_add_after /** * @param Varien_Event_Observer $observer */ public function applyDiscount(Varien_Event_Observer $observer) { /* @var $item Mage_Sales_Model_Quote_Item */ $item = $observer->getQuoteItem(); if ($item->getParentItem()) { $item ...
Read More »How to add Product Images To Your magento Navigation Menu
How to add Product Images To Your magento Navigation Menu? Recently, we had a request to add product images to the navigation menu for a client. We found a pretty neat solution which maintains itself well and can be seen in action here. This feature is asked by many magento users, so we ...
Read More »Google SEO tutorial for beginners (part 4)
Part 4: SEO for Mobile Phones 1. Notify Google of mobile sites It seems the world is going mobile, with many people using mobile phones on a daily basis, and a large user base searching on Google’s mobile search page. However, as a webmaster, running a mobile site and tapping ...
Read More »How to create Custom Magento URL Rewrites
URL rewrites are a great tool for a non Magento Developers to use in order to take control of their site, help a site migration or just to move a few things around. But for custom rewrites it can be a little confusing. Here is a simple guide to Creating ...
Read More »Google SEO Tutorial for Beginners (part 3)
Part 3: Optimizing Content In the part three of this article, I would like to mention how to optimize content to you. However, before we start, let’s revise what we have learnt in part one and two: Part 1: SEO basics Create an accurate page title (title tags and page ...
Read More »