devamitbera / additional-replace-graphql
1.2.7
2024-08-07 10:27 UTC
Requires
- magento/product-community-edition: 2.4.*
- yireo/magento2-replace-inventory: 4.2.8
Replaces
- braintree/braintree_php: *
- klarna/module-kp-graph-ql: *
- magento/module-admin-graph-ql-server: *
- magento/module-async-order-graph-ql: *
- magento/module-authorizenet-graph-ql: *
- magento/module-braintree-graph-ql: *
- magento/module-bundle-graph-ql: *
- magento/module-catalog-cms-graph-ql: *
- magento/module-catalog-customer-graph-ql: *
- magento/module-catalog-customer-ql: *
- magento/module-catalog-graph-ql: *
- magento/module-catalog-permissions-graph-ql: *
- magento/module-catalog-rule-graph-ql: *
- magento/module-catalog-staging-graph-ql: *
- magento/module-catalog-url-rewrite-graph-ql: *
- magento/module-checkout-agreements-graph-ql: *
- magento/module-cms-graph-ql: *
- magento/module-cms-url-rewrite-graph-ql: *
- magento/module-compare-list-graph-ql: *
- magento/module-configurable-product-graph-ql: *
- magento/module-contact-graph-ql: *
- magento/module-customer-balance-graph-ql: *
- magento/module-customer-downloadable-graph-ql: *
- magento/module-customer-graph-ql: *
- magento/module-directory-graph-ql: *
- magento/module-downloadable-graph-ql: *
- magento/module-eav-graph-ql: *
- magento/module-elasticsearch-catalog-permissions-graph-ql: *
- magento/module-gift-card-account-graph-ql: *
- magento/module-gift-card-graph-ql: *
- magento/module-gift-message-graph-ql: *
- magento/module-gift-registry-graph-ql: *
- magento/module-gift-wrapping-graph-ql: *
- magento/module-graph-ql: *
- magento/module-graph-ql-cache: *
- magento/module-graph-ql-new-relic: *
- magento/module-graph-ql-resolver-cache: *
- magento/module-grouped-product-graph-ql: *
- magento/module-login-as-customer-graph-ql: *
- magento/module-multiple-wishlist-graph-ql: *
- magento/module-newsletter-graph-ql: *
- magento/module-order-cancellation-graph-ql: *
- magento/module-payment-graph-ql: *
- magento/module-payment-services-paypal-graph-ql: *
- magento/module-paypal-graph-ql: *
- magento/module-quote-graph-ql: *
- magento/module-re-captcha-webapi-graph-ql: *
- magento/module-related-product-graph-ql: *
- magento/module-review-graph-ql: *
- magento/module-reward-graph-ql: *
- magento/module-rma-graph-ql: *
- magento/module-sales-graph-ql: *
- magento/module-sales-rule-graph-ql: *
- magento/module-send-friend-graph-ql: *
- magento/module-staging-graph-ql: *
- magento/module-store-graph-ql: *
- magento/module-swatches-graph-ql: *
- magento/module-target-rule-graph-ql: *
- magento/module-tax-graph-ql: *
- magento/module-theme-graph-ql: *
- magento/module-url-rewrite-graph-ql: *
- magento/module-vault-graph-ql: *
- magento/module-versions-cms-url-rewrite-graph-ql: *
- magento/module-weee-graph-ql: *
- magento/module-wishlist-gift-card-graph-ql: *
- magento/module-wishlist-graph-ql: *
- paypal/module-braintree-core: 4.*.*
- paypal/module-braintree-customer-balance: *
- paypal/module-braintree-gift-card-account: *
- paypal/module-braintree-gift-wrapping: *
- paypal/module-braintree-graph-ql: *
This package is not auto-updated.
Last update: 2024-09-18 11:14:28 UTC
README
谁在开发这个模块?
由Amit Bera构建,Magento StackExchange版主 & Magento认证开发人员 & 咨询师。
联系方式
- @website https://www.amitbera.com/contact/
- @E-mail dev.amitbera@gmail.com
- @Skype dev.amitbera
版本:1.5.0
- 将外部链接添加到菜单
版本:1.4.0
- 与系统字段相关的固定宽度问题
1. 文档
即将推出
2. 如何安装扩展
使用ZIP文件安装过程
- 从github下载扩展.zip文件 https://github.com/devamitbera/additional-replace-graphql。
- 将扩展复制到
{magento2-root-dir}/app/code/DevBera/CmsLinkToMenu
- 从您的服务器SSH控制台运行以下系列命令以安装扩展
#b) 运行设置命令 php bin/magento setup:upgrade
。
#c) 运行设置di编译 php bin/magento setup:di:compile
。
#d) 执行静态内容部署 bin/magento setup:static-content:deploy
使用Composer安装
在magento根目录下运行以下命令以使用Composer添加我的包
composer require devbera/module-cmslinktomenu
包将克隆到您的vendor/devbera/module-cmslinktomenu
克隆后,您需要按照以下步骤在系统中安装此扩展
#b) 运行设置命令 php bin/magento setup:upgrade
。
#c) 运行设置di编译 php bin/magento setup:di:compile
。
#d) 执行静态内容部署 bin/magento setup:static-content:deploy
3. 突出功能
1. 能够将CMS页面添加到默认的左侧和右侧菜单。
2. 能够将自定义链接添加到默认的左侧和右侧菜单。
前端视图
管理员设置:从管理员添加CMS页面和静态链接
- 能够从管理员系统配置中管理排序顺序。
4. 配置。
视频演示
- 管理员设置演示 https://www.youtube.com/watch?v=jIWpNxtaPUw
- 前端视图演示 https://www.youtube.com/watch?v=sW7EJG2ld8k
即将推出
4. 用户指南
即将推出
标准和代码质量
我们的模块基于Magento2构建,尊重所有其先决条件和代码质量规则。