Riva Posted September 12, 2015 Share Posted September 12, 2015 (edited) How add product features (example 111) with value in top menu ? Edited September 14, 2015 by Riva (see edit history) Link to comment Share on other sites More sharing options...
Riva Posted September 14, 2015 Author Share Posted September 14, 2015 {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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now