Merge branch 'ticket/r12615-domtom' into dev

This commit is contained in:
Rodney Figaro 2017-03-17 12:47:35 +01:00
commit e73f3be035

View File

@ -34,7 +34,7 @@ class OrderController extends OrderControllerCore
$txt = sprintf('"%s" est un soin qui ne peut malheureusement pas être transporté par voie aérienne. Afin de poursuivre votre commande, nous vous conseillons de le retirer de votre panier.', trim($restricted_product['name'])); $txt = sprintf('"%s" est un soin qui ne peut malheureusement pas être transporté par voie aérienne. Afin de poursuivre votre commande, nous vous conseillons de le retirer de votre panier.', trim($restricted_product['name']));
} }
else { else {
$txt = sprintf('"%s" cannot be carried by plane. We recommand to remove the product from your cart so that you can resume your order.', trim($restricted_product['name'])); $txt = sprintf('"%s" cannot be carried by plane. Please remove the product from your cart so that you can resume your order.', trim($restricted_product['name']));
} }
$this->context->smarty->assign('restricted_product_txt', $txt); $this->context->smarty->assign('restricted_product_txt', $txt);
} }