viraxpress/custom-price-rules

ViraXpress Custom Price Rules Extension

Maintainers

Package info

github.com/viraxpress/CustomPriceRules

Type:magento2-module

pkg:composer/viraxpress/custom-price-rules

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-17 12:52 UTC

This package is auto-updated.

Last update: 2026-06-10 10:20:37 UTC


README

Description

The ViraXpress Custom Price Rules Extension is a Magento 2 module designed to enable dynamic pricing strategies for B2B customers. It allows administrators to create custom price rules based on various conditions, such as customer groups, store views, product attributes, and more. This extension facilitates personalized pricing, promotions, and discounts tailored to specific business needs, enhancing flexibility in e-commerce operations.

Features

  • Custom Price Rules Management: Create and manage price rules through an intuitive admin interface.
  • Conditional Pricing: Apply rules based on conditions like customer groups, store views, product categories, attributes, and cart totals.
  • Flexible Price Types: Support for fixed price adjustments or percentage-based discounts.
  • Quantity-Based Pricing: Option to apply custom pricing based on product quantities.
  • Date Range Support: Set start and end dates for rule activation.
  • Customer Messaging: Display custom messages to customers when rules are applied.
  • Multi-Store Compatibility: Configure rules per store view.
  • Integration with Magento Sales Flow: Automatically applies to quotes, orders, invoices, and credit memos.
  • Admin Grid and Forms: Comprehensive UI for listing, adding, editing, and deleting rules.
  • Mass Actions: Enable/disable multiple rules at once.

Compatibility

  • Magento Version: 2.4.x and later
  • PHP Version: 8.1, 8.2, 8.3, 8.4
  • License: Apache 2.0

Installation

  1. Install the extension via Composer:

    composer require viraxpress/custom-price-rules
  2. Run the following commands from your Magento root directory:

    php bin/magento module:enable ViraXpress_CustomPriceRules
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:flush
    

Configuration

After installation, configure the extension in the Magento Admin Panel:

  1. Configure the Module:

    • Go to Stores > Configuration > ViraXpress > Custom Price Rule.
    • Enable the module under the General settings.
  2. Access the Admin Interface:

    • Navigate to ViraXpress > Custom Price Rules in the admin panel to start managing rules.

Usage

  • Creating a Rule: In the admin panel, click "Add New Rule" and configure conditions, pricing, and settings.
  • Applying Rules: Rules are automatically applied during the checkout process based on the defined conditions.
  • Viewing Applied Prices: Custom prices and messages will be visible on product pages and in the cart.

Support

For support, please contact ViraXpress at https://www.viraxpress.com or refer to the license agreement.

License

This extension is licensed under the ViraXpress license agreement. See https://www.viraxpress.com/license for details.