vdezine Posted March 30, 2009 Share Posted March 30, 2009 Well... I just upgraded from 3.8.1 to 3.8.2 and it seems that it did a number on my configurable options. Now it looks like the option values are in a new table in the database. Problem 1: now in the admin area, I cant tell what the configurable options are because the all say: "Default Options For product ID xx - created by upgrade script" That's not so bad... but the biggie here: Problem 2: In my clientareaproductdetails.tpl template page: To display the prior configurable options the code used was: {foreach key=num item=configoption from=$configoptions} <tr><td class="fieldarea"> {$configoption.name}: </td><td> {$configoption.selected} </td></tr> {/foreach} Problem is that this no longer works. 1st, we need to change {$configoption.name} to {$configoption.optionname} but I can't figure out the code to get the option values from the other table so that they will display. Any help would be appreciated! Thanks! 0 Quote Link to comment Share on other sites More sharing options...
vdezine Posted March 30, 2009 Author Share Posted March 30, 2009 Guess that it would make sense to look at the new default templates 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.