View Single Post
  #2  
Old 05-22-2013, 01:55 PM
  drheath's Avatar 
drheath drheath is offline
 

Advanced Member
  
Join Date: Nov 2010
Location: Wisconsin
Posts: 53
 

Default Re: Access to product extra field data in cart and new arrivals

Did you have any luck figuring this out? I'm looking for a similar solution to display a message based on if cart contents had an extra field value. I have the basic idea, but I'm not sure how to call the extra field array. Any thoughts?

PHP Code:
{if $extra_fields.11.field_value ne ""
<
span>{$lng.lbl_haz_prod}</span>
{/if} 
__________________
Business Edition 5.2.10
Gold Plus 4.6.1
Reply With Quote