Selling Price Rule is a PrestaShop module designed to help store owners automatically calculate selling prices based on purchasing costs. By applying user-defined markup rules, Selling Price Rule ensures that your products are always priced profitably according to your business strategy.
- Automatic Price Calculation: Automatically set selling prices by applying a predefined markup to the purchase cost.
- Flexible Markup Rules: Define markup rules that vary by product category, supplier, or cost range.
- Easy to Use Interface: A user-friendly interface makes it easy to set up and manage markup rules.
- Multi-store Compatible: Works across multiple PrestaShop installations, allowing you to maintain consistent pricing strategies across all your stores.
-
Download the Module: Download the
sellingpricerule.zip
file from the Releases section. -
Install via PrestaShop Admin:
- Go to your PrestaShop dashboard.
- Navigate to "Modules" > "Module Manager".
- Click on "Upload a Module" and select the
sellingpricerule.zip
file. - Follow the prompts to complete the installation.
-
Verify Installation: After installation, go to "Modules" and ensure that
Selling Price Rule
is listed and active.
-
Access the Configuration Panel:
- In your PrestaShop admin panel, navigate to "Modules" and find
Selling Price Rule
. - Click "Configure" to open the settings page.
- In your PrestaShop admin panel, navigate to "Modules" and find
-
Setting Up Markup Rules:
- Click "Add New Rule" to create a new pricing rule.
- Specify the criteria (e.g., supplier, category, cost range).
- Define the markup percentage.
- Save the rule and it will automatically apply to relevant products.
Once you have configured your markup rules, Selling Price Rule
will automatically update the selling prices of the products based on the defined rules every time the purchase costs change or new products are added.
Contributions to improve Selling Price Rule are always welcome. Whether it's bug fixes, feature enhancements or documentation improvements, please feel free to make a pull request.
-
Fork the Repository:
- Go to the original repository on GitHub and click "Fork".
-
Clone Your Fork:
git clone https://github.com/yourusername/sellingpricerule.git
- Navigate into the cloned repository.
-
Make Your Changes:
- Create a new branch for your changes:
git checkout -b my-new-feature
- Make and commit your changes.
- Create a new branch for your changes:
-
Push and Pull Request:
- Push your changes to your fork:
git push origin my-new-feature
- Go to your fork on GitHub and click "New pull request".
- Push your changes to your fork:
Distributed under the MIT License. See LICENSE
for more information.