I am trying to debug in smarty php.
<div class="selected-plan submit-cell">
<div class="name">{$lang.plan} <span class="red"> *{$plans[0].Price|@var_dump}</span></div>
<div class="field single-field">
<select form="listing_form" name="plan">
<option value="0">{$lang.select}</option>
$plans:
But result:
what's the problem? Reference: how-to-debug-variables-in-smarty-like-in-php-var-dump