Hi there
I'm trying to do something like this:
[onload;if [var._SESSION.user.hasSupplyToken('[var.product.supplyToken]')] = 1; then '<br /><a
href="product.php?supplynotes;id=[var.product.id]">Supply notes</a>']
|
this code should evaluate the user->hasSupplyToken() of the products supplyToken.
This however results in the error:
TinyButStrong Error in field [var._SESSION.user.hasSupplyToken('[var.product.supplyToken]')...] : item hasSupplyToken('[var' is neither a method nor a property in the class 'User'. This message can be cancelled using parameter 'noerr'.
|