ecinternet/pricing
Composer 安装命令:
composer require ecinternet/pricing
包简介
N/A
README 文档
README
ecinternet_pricing - 0.0.1
- Requirements
- Overview
- Installation
- Configuration
- Design Modifications
- Specifications
- Attributes
- Notes
- Version History
Requirements
Overview
Installation Instructions
- Extract the zip to your Magento 2 root directory to create the following folder structure:
app/code/ECInternet/Pricing - Run
php -f bin/magento module:enable ECInternet_Pricing - Run
php -f bin/magento setup:upgrade - Run
php -f bin/magento setup:di:compile - Flush the Magento cache
- Done
Configuration
- GENERAL
- Enable Module
- Enable Debug Logging
- SYSTEMS
- Pricing System Maintenance
Design Modifications
Frontend
-
Layout
catalog_category_view- Block
category.products.list- Update template to
ECInternet_Pricing::catalog/product/list.phtml - Add
ProductPriceview model to retrieve custom price
- Update template to
- Block
-
Layout
catalog_product_view- Block
product.info.main- Add new block for tier price display
- Block
product.price.final- Remove existing block which shows possibly cached price
- Block
product.info.price- Add new block for product price display
- Block
-
Layout
catalogsearch_advanced_result- Block
search_result_list- Update template to
ECInternet_Pricing::catalog/product/list.phtml - Add
ProductPriceview model to retrieve custom price
- Update template to
- Block
-
Layout
catalogsearch_result_index- Block
search_result_list- Update template to
ECInternet_Pricing::catalog/product/list.phtml - Add
ProductPriceview model to retrieve custom price
- Update template to
- Block
-
Observer
LayoutGenerateBlocksAfteronlayout_generate_blocks_after- Conditionally remove
product.price.finalelement
- Conditionally remove
Specifications
Attributes
Features
Notes
Known Issues
Version History
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Proprietary
- 更新时间: 2024-12-07