BluTiGeS Posted July 20, 2012 Share Posted July 20, 2012 (edited) Hi all, I want to integrate the product features name and depending text to my cart, but only thing I can get out are the id_feature, id_product and id_feature_value: {foreach from=$product.features item=feature key=features} {$feature.id_feature|escape:'htmlall':'UTF-8'}: {$feature.id_feature_value|escape:'htmlall':'UTF-8'} {/foreach} these are all numbers and not the Text. Is there any chance to get them directly in the tpl file? I want to have something like this: Feature 1 Name : gray with bullet and so on. Does anyone have an idea? Regards EDIT: Solved via new Functions Edited July 21, 2012 by BluTiGeS (see edit history) Link to comment Share on other sites More sharing options...
nghiadoan Posted April 16, 2015 Share Posted April 16, 2015 i dont get how u solved it can you help me? 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