【问题标题】:How to Add / Create New Store in Magento 1.7如何在 Magento 1.7 中添加/创建新商店
【发布时间】:2012-10-16 23:16:40
【问题描述】:

我已经阅读了许多教程,但我找不到任何关于如何在 Magento 1.7 中创建新商店的正确(经过测试)信息

我想在新的 /folder/ 中添加我的新商店 例如www.mymage.com/newstore/

我需要复制 index.php 和 .htaccess 吗?

能否请你给我正确的文件之间的修改?

添加类别 系统>管理店铺 等等

参考: http://www.magentocommerce.com/blog/comments/video-creating-multiple-online-storefronts-part1/

谢谢!

【问题讨论】:

    标签: magento magento-1.7


    【解决方案1】:

    给你

    http://magento-rohan.blogspot.in/2012/10/magento-managing-multiple-website-stores.html

    您将使用上面的链接轻松完成此操作 也适用于视频

    www.magentocommerce.com/magento-on-the-fly/multiple-sites/

    【讨论】:

    • 我喜欢没有视频的时候... +1
    【解决方案2】:

    您必须复制(和修改)index.php 和 .htaccess。您还需要创建一堆符号链接。 这个tutorial 涵盖了所有内容。

    【讨论】:

      【解决方案3】:

      我目前正在使用 Magento(新手)。 在 Magento 中创建新的商店或网站 1.在emagento目录下创建文件夹“mystore/website”

      2. Copy & paste files: index.php and .htaccess form main directory and change the following in index.php (.htaccess remains unchanged)
          Line 51: 
              $mageFilename = MAGENTO_ROOT . '/../app/Mage.php';
          Line 81: 
              /* Store or website code */
              $mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : 'mystore/website';
          Line 84:
              /* Run store or run website */
              $mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'website/store';
      

      然后我们必须在后端工作。 - 创建网站 -为此网站创建某个商店 - 创建 roo 类别并添加产品 -创建商店视图(您的商店代码) - 创建 CMS 页面 这正是我们在创建新网站时需要遵循的方式,根据您的要求,还有某些其他文件需要修改。 希望我能以某种方式帮助:)

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-04-21
        • 1970-01-01
        • 2018-10-24
        • 1970-01-01
        • 2012-12-18
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多