ecinternet / sage300pricing
EC Internet Sage 300 Pricing
Installs: 97
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4.0
- ext-json: *
This package is auto-updated.
Last update: 2025-04-18 17:57:11 UTC
README
ecinternet_sage300pricing - 1.1.7.0
- 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/Sage300Pricing
- Run
php -f bin/magento module:enable ECInternet_Sage300Pricing
- 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
- DISPLAY
- Admin Pricing Table Title
- GROUP PRICES
- Guest Price Group
- TIER PRICES
- Display Tier Prices on Frontend
Design Modifications
Adminhtml
- Product form
- Add custom modal under
Price
attribute
- Add custom modal under
Frontend
- 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
Specifications
ICCUPR - Contract Pricing
PRICETYPE
- 1 = Customer Type
- 2 = Discount Percentage
- 3 = Discount Amount
- 4 = Cost Plus a Percentage
- 5 = Cost Plus Fixed Amount
- 6 = Fixed Price
ICPRIC - Item Pricing
-
PRICETYPE
- 1 = Discount
- 2 = Markup on Markup Cost
- 3 = Markup on Standard Cost
- 4 = Markup on Most Recent Cost
- 5 = Markup on Average Cost
- 6 = Markup on Last Unit Cost
- 7 = Markup on Landed
-
PRICEFMT
- 1 = Percentage
- 2 = Amount
-
PRICEBASE
- 1 = Customer Type
- 2 = Volume Discounts
-
PRICEBY
- 1 = Quantity
- 2 = Weight
ICPRICP - Item Pricing Details
DPRICETYPE
- 1 = Base Price Quantity
- 2 = Sale Price Quantity
- 3 = Base Price Weight
- 4 = Sale Price Weight
- 5 = Base Price Using Cost
- 6 = Sale Price Using Cost
Attributes
Customer
- Customer Type (
customer_type
) - Currency Code (
currency_code
)
- Customer Type (