save your money and figure it our for yourself. Believe me

. I know what i'm talking about

) payed enough money in the last couple of years.
Try to upgrade this working code for 3.5.14 to 4.1.9. I using this code in my 3.5.14
Code:
{if $customer_info.membership eq "Wholesale"}Display Special Content{else}{/if}
Play around with something like this:
Code:
{if $login ne "" and $customer_info.membership eq "Wholesale"} display membership info {else}{/if}