creativestyle_new / magesuite
MageSuite 主包
v5.0.0
2020-04-01 09:36 UTC
Requires
- creativestyle/magesuite-brand-management: ^1.0.0
- creativestyle/magesuite-cache: ^1.0.0
- creativestyle/magesuite-category-hero: ^1.0.0
- creativestyle/magesuite-clear-attributes: ^1.0.0
- creativestyle/magesuite-cms-duplicate: ^2.0.0
- creativestyle/magesuite-cms-product-backlink: ^1.0.0
- creativestyle/magesuite-cms-tag-manager: ^1.0.0
- creativestyle/magesuite-content-constructor: ^2.0.0
- creativestyle/magesuite-content-constructor-admin: ^2.0.0
- creativestyle/magesuite-content-constructor-asset: ^1.0.0
- creativestyle/magesuite-content-constructor-category-page: ^1.0.0
- creativestyle/magesuite-content-constructor-frontend: ^2.0.0
- creativestyle/magesuite-content-constructor-remove-layout-validation: ^1.0.0
- creativestyle/magesuite-css-minifier: ^1.0.0
- creativestyle/magesuite-daily-deal: ^1.0.0
- creativestyle/magesuite-defer-js: ^1.0.0
- creativestyle/magesuite-elasticsuite-addons: ^1.0.0
- creativestyle/magesuite-email-attachments: ^3.0.0
- creativestyle/magesuite-extended-exception: ^1.0.0
- creativestyle/magesuite-file-upload: ^1.0.0
- creativestyle/magesuite-frontend: ^2.0.0
- creativestyle/magesuite-gdpr: ^1.0.1
- creativestyle/magesuite-google-api: ^1.0.0
- creativestyle/magesuite-js-translation-fix: ^1.0.0
- creativestyle/magesuite-maintenance-page: ^1.0.0
- creativestyle/magesuite-opengraph: ^1.0.0
- creativestyle/magesuite-pagination: ^1.0.0
- creativestyle/magesuite-persistent-sitemap: ^1.0.0
- creativestyle/magesuite-product-bestsellers-ranking: ^1.0.0
- creativestyle/magesuite-product-positive-indicators: ^2.0.0
- creativestyle/magesuite-sentry-io: ^1.0.0
- creativestyle/magesuite-seo-canonical: ^1.0.0
- creativestyle/magesuite-seo-hreflang: ^1.0.0
- creativestyle/magesuite-soft-db-status-validation: ^1.0.0
- creativestyle/magesuite-sorting: ^1.0.0
- creativestyle/magesuite-thumbnail-remove: ^1.0.0
- creativestyle/magesuite-translation-center: ^1.0.0
- creativestyle/magesuite-url-regeneration: ^1.0.0
- creativestyle/magesuite-url-rewrite: ^1.0.0
- creativestyle/magesuite-url-rewrite-mass-actions: ^1.0.0
- creativestyle/theme-creativeshop: ^8.0.0
- smile/elasticsuite: 2.8.*
README
一个提供 UX/性能改进和许多新功能的 Magento 2 扩展生态系统。
这是一个核心元包,您需要安装它才能将 MageSuite 集成到您的 Magento 2 设置中。
演示
一瞥可用的功能,这绝非详尽无遗。
关于 内容构造器 功能的简短视频介绍
演示安装显示了主题,可以在 这里 找到。
Magento 版本
要求
所有包都需要 Magento 2.3.4+。
整个生态系统依赖于 elasticsuite,您需要 elasticsearch 才能使用它。
所有前端功能和改进都实现在 theme-creativeshop 中。如果您使用 Luma 或其他自定义主题,将无法利用这些功能。
警告! 我们不支持 "easy"/"zip" Magento 安装。Creativeshop 仅支持 集成器 / composer 路线。
安装
提示 建议您已经安装并运行了 Elasticsuite(版本 2.8.x)。如果没有,则此包将安装它,并且在执行 setup:upgrade
之前,您必须在 localhost:9200
上启动 elasticsearch
,否则它将失败。
- (可选) 如果您还没有,请 安装 Magento
- 执行
composer require creativestyle/magesuite ^5.0.0
- 执行
bin/magento setup:upgrade
- 构建主题(下一章)
- 刷新 Magento 缓存
- 在管理员中切换主题到 Theme Creativeshop
构建 theme-creativeshop
MageSuite 主题不依赖于 Magento 构建 asset,而是使用 gulp。
之后 主题的 composer 包已安装到您的 Magento 项目中,执行
cd vendor/creativestyle/theme-creativeshop
yarn
yarn build
提示 如果 yarn
命令因 guppy-pre-push: Command failed
而失败,请在主题目录中运行 git init
作为解决方案并重试 yarn
。一个永久解决方案正在路上。
它将构建工件安装到 app/design
子目录。
主题构建完成后,清除您的 Magento 缓存,您应该在管理员中能够选择它。