![]() |
Re: Product Extra Fields Don't Show
Can you post the rest of the code from above? Would end in {/section}
|
Re: Product Extra Fields Don't Show
{section name=field loop=$extra_fields}
{* loop through with sanity check on field=ingredients in case more extra fields are added *} {if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value && $extra_fields[field].field eq "Ingredients"} <iframe id="ingred_cover" src="javascript: '<html></html>';" scrolling="no" frameborder="0"></iframe> <div id="ingredients"> <div class="ing_title">INGREDIENTS</div> <div>{$extra_fields[field].field_value}</div> <div class="ing_close"><a href="javascript: ingredients('none');">CLOSE X</a></div> </div> {/if} {/section} Make any sense? |
Re: Product Extra Fields Don't Show
Can't you put HTML in the extra fields?
|
Re: Product Extra Fields Don't Show
What HTML would I put?
|
Re: Product Extra Fields Don't Show
why I asked is because I don't think you need to break the original code. Could have just made the pop up by putting that code in the ingredients extra field.
|
Re: Product Extra Fields Don't Show
Well, the popup is already done...let's leave all that alone. I don't want to change any of the existing code except for whatever is keeping it from allowing the new extra field to show up on the page at all. Any ideas? thanks!
|
Re: Product Extra Fields Don't Show
well if you add the code to allow the others the ingredients one will show also.
|
All times are GMT -8. The time now is 08:28 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.