Do you know how to use conditional logic for urls. not: ?country=uk , but: mydomain.com/uk/pricelist/
This members-only tutorial provides the steps to register a custom condition for Oxygen using which elements can be set to be output only if the URL of current page being viewed has the specified string in it.
With the condition in place, to make an element be output on say, mydomain.com/uk/pricelist/ you simply add the "URL Has String" condition and type uk in the condition's input. The element will then be printed only on pages with matching URLs like /uk/, /uk/pricelist/.
Besides the default == operator, != is also provided.