Hello,
Is it possible to check the listing type within the detail_link.html file? I'd like to only display certain fields if the link is sponsored.
Thanks
Steph
Hello,
Is it possible to check the listing type within the detail_link.html file? I'd like to only display certain fields if the link is sponsored.
Thanks
Steph
This has been posted numerous times
<% if $premium =='1' | $sponsored =='1' %>
MY TEXT HERE
<%else%>
other text here
<%/if%>
my text here is what people would see if the listing was premium or sponsored
other text here is what people would see if it was a standard listing.
Great, thank you.
Steph