Closed (fixed)
Project:
Commerce Core
Version:
3.x-dev
Component:
Cart
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2025 at 07:34 UTC
Updated:
2 Dec 2025 at 14:59 UTC
Jump to comment: Most recent
Comments
Comment #3
plopescMR is green. Moving to NR.
Comment #4
deviantintegral commentedCode looks good to me, no notes!
Since it's only bee a few days, I've got a note to bump this to RTBC in a few weeks if there's no further followups.
Comment #5
jsacksick commentedLooks good at first glance, perhaps we can replace:
$order->getCustomerId() != 0with!$order->getCustomer()->isAnonymous()or$order->getCustomer()->isAuthenticated()Comment #7
jsacksick commented