[-] TR : fix #PSCFV-3200
This commit is contained in:
@@ -2219,7 +2219,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
|
||||
if ($this->display == 'edit' && Shop::isFeatureActive() && Shop::getContext() == Shop::CONTEXT_SHOP && !$product->isAssociatedToShop($this->context->shop->id))
|
||||
{
|
||||
$this->displayWarning($this->l('Warning: this product does not exist in this shop. If you submit the form, this product will be available for this shop too.'));
|
||||
$this->displayWarning($this->l('Warning: this product does not exist in this shop.'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user