Can't get it working. Below is my code that I added inside the transformation of the Outer repeater. I also set the property Nested Controls ID to nestedRPT. I get only this text "Nobody" which is the value for "ZeroRowsText". Also tried various combinations for path also like "/%", "/Cattle/%" and others.
<cms:CMSRepeater
ID="nestedRPT"
DelayedLoading="true"
DataBindByDefault="false"
EnableViewState="false"
runat="server"
Path="/Cattle/Products-Offer/"
TransformationName="pm.ShowProductOffer.productoffer"
ClassNames="pm.ShowProductOffer"
HideControlForZeroRows="false"
ZeroRowsText="Nobody"
/>