hey guys I'm trying to grasp PHP and smarty templating. Can anyone please explain in english what the following statement means? {if $addedcat|freesample}
Normally || would mean the boolean "OR", and a single | would be a variable modifier, according to Smarty's own documentation, that should be an invalid if sample unless someone created a custom modifier called freesample. So in a nutshell, thats an invalid conditional.