Magento 在一台服务器上有多个商店?

发布于 2024-10-19 13:24:17 字数 332 浏览 2 评论 0原文

我们有一个 Magento 商业商店,拥有大约 700 种产品的数据库。该商店有一个 URL 和一个主题。它没有任何其他语言版本或类似的东西。

我正在研究为第二家公司(全部在一个公司旗下)拥有不同主题的新 URL 的选项。因此,本质上,两个具有不同主题的 Magento 商店将使用同一个数据库。

originalstore.com
newstore.com

社区版可以实现这一点吗?

另外,如果可能的话,newstore.com 是否可以为相同的产品提供与originalstore.com 不同的价格?

任何帮助或建议将不胜感激!

We have a Magento commerce store with a database of around 700 products. The store has one URL and one theme. It doesn't have any other language versions or anything like that.

I am looking into our options for having a new URL for a second company (all under one company umbrella) with a different theme. So essentially there would be one database in use by two Magento stores with different themes.

originalstore.com
newstore.com

Is this possible with the Community edition?

Also, if it is possible can the newstore.com have different prices for the same products as originalstore.com?

Any help or suggestions would be gratefully received!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一花一树开 2024-10-26 13:24:17

您可以在系统->添加新网站管理商店。网站可以具有单独的配置和产品,但仍位于同一数据库中。添加网站后,您可以通过将以下内容添加到 .htaccess 来使 Magneto 自动加载该网站:

RewriteCond %{HTTP_HOST} ^newstore.com
RewriteRule ^ - [E=MAGE_RUN_CODE:yourNewStoreCode]
RewriteRule ^ - [E=MAGE_RUN_TYPE:website]

You can add new websites in System -> Manage Stores. Websites can have separate configurations and products and still be in the same database. After you've added the website, you can make magneto auto load it by adding this to your .htaccess:

RewriteCond %{HTTP_HOST} ^newstore.com
RewriteRule ^ - [E=MAGE_RUN_CODE:yourNewStoreCode]
RewriteRule ^ - [E=MAGE_RUN_TYPE:website]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文