Magento Installation fetal error or a blank page

Share
Posted on January 15th, 2013 | Posted by admin

Magento Installation fetal error or a blank page

Run this SQL quires after importing your database. have fun

UPDATE `core_store` SET `store_id` = 0 WHERE `code` like ‘admin’;
UPDATE `core_website` SET `website_id` = 0 WHERE `code` like ‘admin’;
UPDATE `customer_group` SET `customer_group_id` = 0 WHERE `customer_group_code` like ‘NOT LOGGED IN’;

Adding an Attribute, Attribute Set and Simple Product in Magento

Share
Posted on January 14th, 2013 | Posted by admin

How  to add attribute and attribute set to magento simple products

step 1: Log in magento admin panel

Creation Of New Attribute

step 2:
Go to Catalog->Attributes->manage Attribute
Click On Add Attributes Button (Top of right side)
In ‘Attribute Code’ you should provide small letter as attribute code and its mandatory field
And Give Required parameters for  Attributes properties and  front end properties you need.

We renewed our Magento Silver Partnership Status

Share
Posted on January 13th, 2013 | Posted by admin

Recent acquisition of Magento rattles the cage of Magento community these days. The news brought some level of unsettlement to the souls of Magento developers. Some of them switched the panic mode on and even wondered whether it is time to leave the ship.

However, when the dust settled, people realize that not so much wil change. Most important fact is that X.Commerce will not be a platform. It is just a concept that wraps different solutions and technologies together. Therefore, Magento will stay is quite similar shape and goals as it is. In the light of these events, we renewed our partnership program because we strongly believe Magento is and will be the primal eCommerce platform in years to come.

Magento create multiple shipping programmatically

Share
Posted on January 12th, 2013 | Posted by admin

Magento create multiple shipping programmatically
I had to write a use case where if the customer buys more than one product then both products need to shipped to different addresses. So after some hair pulling, and looking into the code, i found how to do that. Basically i studied the default code in magento for single shipping and multishipping, that helped in framing the logic for this. Please note that i am using a label “customaddresslabel” for the temporary addresses created. You can change this depending on your business requirement.

Setting up a second homepage in Magento

Share
Posted on January 9th, 2013 | Posted by admin

Setting up a second homepage in Magento
tion with different themes (e.g. two stores), you need to setup a second homepage for your second store, and it’s fairly simple.

Simply go to CMS > Manage CMS pages to create a new page with below setting:

  • Page Title: Name for the title (try use something descriptive other than ‘home page’)
  • SEF URL Identifier *: Home
    (note, you can name it something else, if you do this, in the system > Configurations, select your second theme under the “Current Configuration Scope:”, then click on “Web”, at “Default Pages, first uncheck the “use website” from “CMS Home Page”, then choose the name (Page title) of the second theme)
  • Store View: Select the name of your second theme (e.g. my2ndstore)

Enable and save the page. Now go to the first home’s cms page (which is a default homepage created by magento), see if the “All Store Views” has selected. If yes, dis-select it and select the respective store for your first homepage.