Active
Project:
Commerce Admin Checkout
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2021 at 14:30 UTC
Updated:
5 Oct 2022 at 14:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #5
jdcllns commentedWill this issue ever be resolved?
Comment #6
ZingWebTeam commentedThis appears to have been implemented but the form is missing a purchasable entity lookup.
There is a dropdown for selecting the order item type but clicking add will put a null product into the cart.
https://i.imgur.com/W6Hm0Db.png
Comment #7
zengenuity commented@ZingWebTeam, I just tested it, and the product variation lookup works on the default install. So, it's probably related to customizations with your site.
Comment #8
ZingWebTeam commentedyeah, there are some customizations, preprocessing the form and validating the checkout form, but the thing is it is a null object on the order item I think.
Maybe this is related to that patch about price too, but what should I be looking for to be null, order_item is there but is it just `getPurchasableEntity()` that you've left null?