Monday 24 October 2011

How to create multi store in magento



The only changes you have to do which is not given in this video is as follows
Open the index.php file that you have copied to new folder
find the below line:
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';
Replace this line by
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : 'shoestore';
It will automatically take the MageRunCode of shoestore
Similaarly find the following line:
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : '';
Replace this line by
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';
Save the changes and refresh the index.php file in browser
You are done with Multistore in magento


For any magento customization contact :
Company : Parsys Media
Mumbai Office :
Mobile No : +91-8123481528(Ashish Khadpe)

9 comments:

  1. Do you guys do freelancing work on Magento?

    ReplyDelete
  2. If yes, call me 0n +91-8010736573.

    ReplyDelete
  3. In which situations would multi store be helpful?

    ReplyDelete
  4. is there any difference between multi store and multi language?

    ReplyDelete
    Replies
    1. multi store can be used for multiple language, that is feature of Magento

      Delete
  5. Very interesting blog about multi store in Magento. Create Magento mobile app without coding skill. Visit mobicommerce

    ReplyDelete
  6. This is an awesome post. Really very informative and creative contents. This concept is a good way to enhance the knowledge.
    E-commerce development services | Magento ecommerce development agency

    ReplyDelete