I’d like to know if there is any native functionality that allows displaying a specific block conditioned to a trade policy.
Example: a user accesses the store’s address using the URL Store.com, where trade policy 3 is being used. When the user accesses via this URL, a specific block should not be rendered.
Along the lines of what @carlosviniciusanania mentioned about implementing the condition by sales channel, it’s worth testing the code from @german.bonacchi who made a PR with exactly this feature, which is currently open and pending review.
Check out the changes he made to implement the condition by Sales Channel.