Skip to content

hudejo/special_price

Repository files navigation

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

About

Special Price extension for Evershop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published