diff --git a/admin-dev/tabs/AdminAttributeGenerator.php b/admin-dev/tabs/AdminAttributeGenerator.php index 58d448f4b..c89c38f9c 100644 --- a/admin-dev/tabs/AdminAttributeGenerator.php +++ b/admin-dev/tabs/AdminAttributeGenerator.php @@ -316,5 +316,4 @@ class AdminAttributeGenerator extends AdminTab '; } -} - +} \ No newline at end of file diff --git a/admin-dev/tabs/AdminAttributes.php b/admin-dev/tabs/AdminAttributes.php index 140b2bf0f..db52d4148 100644 --- a/admin-dev/tabs/AdminAttributes.php +++ b/admin-dev/tabs/AdminAttributes.php @@ -116,7 +116,7 @@ class AdminAttributes extends AdminTab

'.(file_exists(_PS_IMG_DIR_.$this->fieldImageSettings['dir'].'/'.$obj->id.'.jpg') - ? ' '.$this->l('delete').'' + ? ' '.$this->l('Delete').'' : $this->l('None') ).'

diff --git a/admin-dev/tabs/AdminCarts.php b/admin-dev/tabs/AdminCarts.php index c5f167d71..9bfdd32a8 100644 --- a/admin-dev/tabs/AdminCarts.php +++ b/admin-dev/tabs/AdminCarts.php @@ -241,7 +241,7 @@ class AdminCarts extends AdminTab '; } echo '
'. - $this->l('According to the group of this customer, prices are printed:').' '.($order->getTaxCalculationMethod() == PS_TAX_EXC ? $this->l('tax excluded.') : $this->l('tax included.')).' + $this->l('According to the group of this customer, prices are printed:').' '.($order->getTaxCalculationMethod() == PS_TAX_EXC ? $this->l('tax excluded.') : $this->l('tax included.')).'
'; // Cancel product @@ -263,7 +263,7 @@ class AdminCarts extends AdminTab '.($image->id ? cacheImage(_PS_IMG_DIR_.'p/'.$image->getExistingImgPath().'.jpg', 'product_mini_'.(int)($product['id_product']).(isset($product['id_product_attribute']) ? '_'.(int)($product['id_product_attribute']) : '').'.jpg', 45, 'jpg') : '--').' - '.$product['name'].'
+ '.$product['name'].''.(isset($product['attributes']) ? '
'.$product['attributes'] : '').'
'.($product['reference'] ? $this->l('Ref:').' '.$product['reference'] : '') .(($product['reference'] AND $product['supplier_reference']) ? ' / '.$product['supplier_reference'] : '') .'
@@ -281,7 +281,7 @@ class AdminCarts extends AdminTab if ($type == Product::CUSTOMIZE_FILE) { $i = 0; - echo '