Hi
I have a Rapido solution where we don't use shipping details in the checkout flow. Therefore I have removed the block "ShippingAddress". But when an order is completed and it is being shown in the backend the billing details are automatically copied to the shipping details. The column "ShippingAddress" is rendered on the receipt (at the bottom) if (!string.IsNullOrWhiteSpace(GetString("Ecom:Order.Delivery.Address"))) and we don't want this column on the receipt. What is the easiest way to get rid of the column "ShippingAddress" on the receipt in this scenario?