Page 1 of 1

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

Posted: Sun Oct 27, 2013 1:01 pm
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.

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

Posted: Tue Nov 19, 2013 4:02 pm
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.