SEO checklist for Magento

Magento is the most SEO friendly ecommerce software, but you still need a search engine optimizer to assist you boost your Magento driven online store in search engines.

Import configurable products with super attribute configuration

I have received a request from one of my clients (he bought this extenstion How to Import Configurable Products into Magento From Google Spreadsheet) asking me to modify the importer script.
Here is the request:

Convert PSD files to Magento

MagentoFromPSD is a PSD to HTML slicing service. We extract all the images we need from your PSD file to create a Magento theme that follows Magento coding style and standardization.

The end result:

  • SEO Friendly: Website with improved visibility in search engines.
  • Optimized For Speed: Follows Google Page Speed recommendations.
  • Cross-browser Coding
  • valid top-notch XHTML/ CSS semantic markup and Fully Customizable according to your requirements.
  • 100% Magento

How To Set Up Google Base Feed In Magento

Magento Google Base Feed Account Configuration:
Step 0: First of all , you have to create a Google Merchant Account.

Step 1: Go to System->Configuration->Google API-> Google Base and enter your info as follow:

Magento: Export Customers List as Google Spreadsheet Document

How to export customers list as Google Spreadsheet document.
Please download the attached file as upload to your Google Docs.

Create Feeds for GoDataFeed.com directly from your Magento Store.

What is GoDataFeed.com?
GoDataFeed.com Offers a simple and affordable way to optimize your product listings, automate your datafeed submissions and drive more qualified, targeted traffic to your Website.
GoDataFeed.com helps you Increase Product Exposure for Just $50.00 a month.

Magento - Remove existing Media Gallery and add new one

Here is a set of functions, you can use to add multiple images after imports.


<?php

class Ayasoftware_SQLupdate_Model_Importconfigurableproducts {

......

/**
	 * Removes existing Media Gallery and add new one
	 *
	 */
	
	public function addImageToMediaGallery() {
		ini_set ( "memory_limit", "1024M" );
		$mediaGallery = $this->getImagesList ();
		
		for($j = 0; $j <= sizeof ( $mediaGallery ) - 1; $j ++) {
			foreach ( $mediaGallery [$j] as $key => $value ) {
				$product = Mage::getModel ( 'catalog/product' );
  

Magento Extension: Print orders with full credit card number.

If you process orders manually, you will probably need to print your order prior deleting all the information stored in the database.
By default, Magento does not allow you to print the full credit card number. When printing payment info, Magento automatically hides the first digits of the credit card number (xxxx-1234).


This extension works with orders placed through Saved Credit Card Payment (CSaved).
You can't print full credit card numbers for orders from Authorize.net, PayPal Pro, or from any merchant account provider.

Magento Direct SQL Update

Magento has made available to its users, a collection of functions that allows them to access and modify data in a very safe way. However, saving each individual product can take a long time when updating a large set of data. 

Magento Extension: Hide Pricing for Non-Logged In Users

Not all manufacturers allow website owners to display pricing for their products on the frontend for Non-Logged In Users. This extension allows you to hide pricing where ever they are displayed (Categories, Product details page, search results, product comparison, etc).

Magento will not display the "add to cart" button, product options and the price will be replaced with some configurable text. Once the user is logged in, he will able to see product pricing, product options and can add product to the cart.

Syndicate content