Jump to content

Product Features in blocktopmenu drop down


Riva

Recommended Posts

				{assign var='features' value=Feature::getFeatures($cookie->id_lang)}
				{if isset($features) && $features}
				    {foreach from=$features item=feature}
					{if $feature.name == '111'}
						<li>
			   		        	<a href="" onclick="return false;">{$feature.name}</a>
							<ul>
				   		        	<li><a href="#">{$feature.value}</a></li>
							</ul>
						</li>
					{/if}
				    {/foreach}
				{/if}

{$feature.value} is not show. How add {$feature.value} ? 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...