@dezsok/special_price
v1.0.1
Published
Special Price Extension for EverShop
Downloads
1
Readme
Special Price extension for Evershop
This extension allows admin to add a special price to a product.
Note: This extension requires EverShop version 1.0.0-rc.6 or higher.
Installation guide
Step 1: Install the extension using npm:
npm install @dezsok/special_price
Step 2: Enable the extension
Edit the config/default.json
file in the root directory of your EverShop installation and add the following line to the extensions
section:
{
...,
"system": {
...,
"extensions": [
...,
{
"name": "special_price",
"resolve": "node_modules/@dezsok/special_price",
"enabled": true,
"priority": 10
}
]
}
}
Step 3: Run the build command
npm run build