Support non-USD currencies in the "Change price in cart" action

Created on 22 January 2025, 2 months ago

Please only use Merge requests for contributing to this issue. Using Gitlab Please do not use patches for contributing to this project.

Problem/Motivation

The "Change price in cart" action hard-codes USD as the price. This means it cannot be used when the shop is not based on USD.

Steps to reproduce

  1. Create a shop with any non-USD currency e.g. SGD
  2. Create a product with two variations in the shop, both with non-USD price
  3. Create an ECA rule: add to cart event, conditionally check if the product variation matches the first variation, change price action
  4. Add both product variations to cart and navigate to cart page
  5. Observe WSOD resulting from trying to calculate total of USD and non-USD prices

Proposed resolution

Use the recently added CurrencyActionTrait to add support for other currencies to the action.

Remaining tasks

User interface changes

New select options will be added to the "Change price in cart" action to allow selection of currency or token.

API changes

Data model changes

New field to store the currency configured for the action.

Feature request
Status

Active

Version

2.1

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024