Jump to content

Recommended Posts

Hello,

I would like to show the product's associated carriers on the "More Info" tab of the product page.

 

Any clue on how to get this?

 

I've tried this on product.tpl:

									{foreach $option.carrier_list as $carrier}
											<img src="{$carrier.logo}" alt="{$carrier.instance->name}"/> {$carrier.instance->name}
									{/foreach}	

But, of course, no result.

 

Thank you very much in advance!

  • Like 1
Link to comment
Share on other sites

  • 5 months 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...