Meeea Posted March 1, 2012 Share Posted March 1, 2012 Bonjour, Je suis sur la version 1.4.6.2 de prestashop. J'ai un problème avec les modifications des déclinaisons produits. Il met impossible de cliquer sur l'icone modification d'une déclinaison, rien ne se passe, comme si celui-ci était desactivé. La suppresion est bien ok, la gestion de la déclinaison par defaut également. Et mon lien entourant l'icon de modification ne comporte aucune valeur de href. Je n'ai qu'un onclick sur mon icone de modification. Voici le code : <a style="cursor: pointer;"> <img src="../img/admin/edit.gif" alt="'.$this->l('Modify this combination').'" onclick="javascript:fillCombinaison(\''.$product_attribute['wholesale_price'].'\', \''.$product_attribute['price'].'\', \''.$product_attribute['weight'].'\', \''.$product_attribute['unit_impact'].'\', \''.$product_attribute['reference'].'\', \''.$product_attribute['supplier_reference'].'\', \''.$product_attribute['ean13'].'\', \''.$product_attribute['quantity'].'\', \''.($attrImage ? $attrImage->id : 0).'\', Array('.$jsList.'), \''.$id_product_attribute.'\', \''.$product_attribute['default_on'].'\', \''.$product_attribute['ecotax'].'\', \''.$product_attribute['location'].'\', \''.$product_attribute['upc'].'\', \''.$product_attribute['attribute_minimal_quantity'].'\'); calcImpactPriceTI();" /></a> '.(!$product_attribute['default_on'] ? '<a href="'.$currentIndex.'&defaultProductAttribute&id_product_attribute='.$id_product_attribute.'&id_product='.$obj->id.'&'.(Tools::isSubmit('id_category') ? 'id_category='.(int)(Tools::getValue('id_category')).'&' : '&').'token='.Tools::getAdminToken('AdminCatalog'.(int)(Tab::getIdFromClassName('AdminCatalog')).(int)($cookie->id_employee)).'"> <img src="../img/admin/asterisk.gif" alt="'.$this->l('Make this the default combination').'" title="'.$this->l('Make this combination the default one').'"></a> Quelqu'un a-t-il une idée, c'est très contraignant notamment pour la gestion des stocks, puisque aucune opération ne peut etre faite sur les quantités. Merci Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now