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.
npm install @dezsok/special_price
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
}
]
}
}
npm run build