Jump to content

Configurable options 3.8.2


vdezine

Recommended Posts

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated