Jump to content

[solved]How to display Product features in a smarty tpl


BluTiGeS

Recommended Posts

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 by BluTiGeS (see edit history)
Link to comment
Share on other sites

  • 2 years later...

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...