-
**Describe the bug**
In the BO > Cart rule details page > Condition Tab > we have this expression
"The product(s) are matching **one** of these:" (field set, or "condition")."
![cart_rule_bo](…
-
I have some Items and it's need to add for them Condition like "Take Photo" (for example).
So I try:
```
$saleCondition = new \Darryldecode\Cart\CartCondition(array(
'name' => 'Take Photo',
…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Hi,
I have products conditions in 2 major category `options` and `specifications` they have subs such as `suboptions` and `subspecifications` where selected items include their price are added, exam…
-
### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.
#…
-
Hi friends,
I there a way to get the cart item with the specific condition applied.
For example: Let's say I have 2 items in cart
**Item A**
**Item B**
and these both items have applied two…
-
After saving the order data in the database, in my controller i do the following:
$carts = Order::all();
$carts->transform(function($order, $key) {
$order->cart = unserialize($ord…
-
Hi,
I'm using laravel 5.5 with darryldecode/cart 3.0.
addToCart function in Controller:
`
if(Cart::session($userid)->get($itemid)){
Cart::session($userid)->update($itemid, array('quantity…
-
### Preconditions and environment
Adobe Commerce ver. 2.4.5-p8
### Steps to reproduce
1. Go to Store, Attributes Product, select one attribute (eg: color), set Default Store view value for an opt…
-
### Preconditions (*)
1. magento 2.3.4 (Reproducible on **2.4-develop**)
2. a product has tier price
### Steps to reproduce (*)
1. setup a shipping cart price rule for the product to app…