swissup / module-breeze-amasty-stockstatus
Amasty Breeze 前端集成自定义库存状态
1.0.0
2023-09-04 14:53 UTC
This package is not auto-updated.
Last update: 2024-09-17 17:51:00 UTC
README
所需补丁
vendor/amasty/stockstatus/view/frontend/web/js/amstockstatus.js
在 _reloadContent
方法中找到代码
this.nodes.spanElement.replaceWith(this.options[key]['custom_status']);
并在其后添加以下行
this.nodes.spanElement = $(this.selectors.stock).first();
安装
composer require swissup/module-breeze-amasty-stockstatus bin/magento setup:upgrade --safe-mode=1