Products module - edit note/copy product option doesn´t work

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
testuser
Forum Members
Forum Members
Posts: 34
Joined: Thu Sep 30, 2010 3:40 pm

Products module - edit note/copy product option doesn´t work

Post by testuser »

Hi,

in Products module, when I click "Edit product options" icon in the product list, I can´t click on icons "edit notes", "copy product option" and "trash".

In template admin_edti_attribs.tpl is on lines 81-91:

Code: Select all

{foreach from=$attribs name='attrib' item='attrib'}
    <tr>
      <td><input type="text" name="{$actionid}sku[]" value="{$attrib.sku}" size="10" maxlength="25"/></td>
      <td><input type="text" name="{$actionid}text[]" value="{$attrib.text}" size="80" maxlength="255"/></td>
      <td><input type="text" name="{$actionid}adjustment[]" value="{$attrib.adjustment}" size="10" maxlength="10"/></td>
      <td><input type="text" name="{$actionid}qoh[]" value="{$attrib.qoh}" size="5" maxlength="5"/></td>
      <td><input type="hidden" class="notes" name="{$actionid}notes[]" value="{$attrib.notes}"/>{cgimage image='icons/system/edit.gif' class="edit_notes" alt=$mod->Lang('edit_notes')}<!--link is missing--></td>
      <td>{cgimage image='icons/system/copy.gif' class="copy_option" alt=$mod->Lang('copy_attribute')}<!--link is missing-->
      <td>{cgimage image='icons/system/delete.gif' class="del_option" alt=$mod->Lang('copy_attribute')}<!--link is missing-->
    </tr>
  {/foreach}
Any idea how to fix that and copy item options?

Thanks.
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Products module - edit note/copy product option doesn´t

Post by paulbaker »

testuser wrote:in Products module, when I click "Edit product options" icon in the product list, I can´t click on icons "edit notes", "copy product option" and "trash".
Have you switched javascript off? It is used when you click those icons.
Post Reply

Return to “Modules/Add-Ons”