Developer forum

Forum » Rapido » No shipping details - avoid being set automatically

No shipping details - avoid being set automatically

Lars Larsen
Lars Larsen
Reply

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? 


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Maybe remove the checkbox in the dump...?

Or change the template.

Screenshot_2020-12-16_152122.JPG
Votes for this answer: 1
 
Lars Larsen
Lars Larsen
Reply

Hi Nicolai

Oh, had forgot that checkbox. I was thinking of that kind of checkbox, but thought I had seen it in the frontend (like "Billing- and Shipping address are the same?") laugh

Thanks. The checkbox is exactly what I need - I will go with that smiley

 

You must be logged in to post in the forum