Jump to content

[SOLVED] Cannot edit product name


Recommended Posts

hello

this version allows to change product name.

if you encountering problem like that it just mean that something is still "loading" in background.

 

please turn on browser console: ctrl+shift+j in chrome

and see, what's going on there (in console) while you're trying to open product edit page.

some errors appear there?

Link to comment
Share on other sites

I have this message in the chrome console.

 

  1. Resource interpreted as Image but transferred with MIME type application/javascript: "http://www.denmall.com/adminbo/themes/default/js/vendor/enquire.min.js". modernizr.min.js:4
    Resource interpreted as Image but transferred with MIME type application/javascript: "http://www.denmall.com/adminbo/themes/default/js/admin-theme.js". 
    

 

image.jpg
What should I do? I faced this problem since very beginning.

Edited by Lance Chan (see edit history)
Link to comment
Share on other sites

Hi,

I found a solution.

In file: admin/themes/default/template/controllers/products/informations.tpl

After (about line 130):

<label class="control-label col-lg-3 required" for="name_{$id_lang}">

Add:

{include file="controllers/products/multishop/checkbox.tpl" field="name" type="default" multilang="true"}

 

This will make the name field with a checkbox for multishop.

Link to comment
Share on other sites

×
×
  • Create New...