riverstone/infinite-scroll

无限滚动扩展自动加载产品目录,无需重新加载页面

安装: 4

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:magento2-module

1.0.0 2023-11-10 09:50 UTC

This package is auto-updated.

Last update: 2024-09-14 07:30:07 UTC


README

如何安装和升级 Riverstone_InfiniteScroll

1. 通过 composer 安装(推荐)

我们建议您通过 composer 安装 Riverstone_InfiniteScroll 模块。安装、更新和维护都很容易。

在 Magento 2 根目录下运行以下命令。

1.1 安装

composer require riverstone/infinite-scroll
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 升级

composer update riverstone/track-order
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

如果您的店铺处于产品模式,请运行编译命令

php bin/magento setup:di:compile