Is there a setting that hides the Shipping Address...
# suitecommerce
c
Is there a setting that hides the Shipping Address section of checkout?
s
No. It auto-hides when there are no items to fulfill
If there are items to fulfill then it must collect shipping info
c
Does it check if the items are non-fulfillable, or is the condition related to having items in the cart?
s
NetSuite tells it, it just executes the order
There is a flag on each item called something like
isfulfillable
👍🏻 1
You would have to check the LiveOrder model and/or the commerce API to see how the logic for that is handled
You can also work backwards from the JavaScript view for the shipping address to see how that condition is calculated and translated into a show/hide effect
👍🏻 1
c
Ah, yes, I was wondering if it uses the
isfulfillable
checkbox from the item.
Thank you, @Steve Goldberg.
netsuite halo 1