diff --git a/modules/order/front/catalog/index.html b/modules/order/front/catalog/index.html index ab51e66fc..a13274484 100644 --- a/modules/order/front/catalog/index.html +++ b/modules/order/front/catalog/index.html @@ -11,7 +11,7 @@ data="$ctrl.items"> - diff --git a/modules/order/front/catalog/index.js b/modules/order/front/catalog/index.js index 69a0429ca..7d73a4dea 100644 --- a/modules/order/front/catalog/index.js +++ b/modules/order/front/catalog/index.js @@ -206,7 +206,7 @@ class Controller extends Section { removeItemId() { this.itemId = null; - this.applyFilters(); + this.$.searchbar.doSearch({}, 'bar'); } removeItemName() { diff --git a/print/templates/email/delivery-note-link/locale/en.yml b/print/templates/email/delivery-note-link/locale/en.yml new file mode 100644 index 000000000..f2d789364 --- /dev/null +++ b/print/templates/email/delivery-note-link/locale/en.yml @@ -0,0 +1,10 @@ +subject: Your delivery note +title: "Here is your delivery note!" +dear: Dear client +description: The delivery note from the order {0} is now available.
+ You can download it by clicking this link. +copyLink: 'As an alternative, you can copy the following link in your browser:' +poll: If you wish, you can answer our satisfaction survey to +   help us provide better service. Your opinion is very important for us! +help: Any questions that arise, do not hesitate to consult it, we are here to assist you! +conclusion: Thanks for your attention! diff --git a/print/templates/email/delivery-note/locale/en.yml b/print/templates/email/delivery-note/locale/en.yml new file mode 100644 index 000000000..2cc05c5f2 --- /dev/null +++ b/print/templates/email/delivery-note/locale/en.yml @@ -0,0 +1,9 @@ +subject: Your delivery note +title: "Here is your delivery note!" +dear: Dear client +description: The delivery note from the order {0} is now available.
+ You can download it by clicking on the attachment of this email. +poll: If you wish, you can answer our satisfaction survey to +   help us provide better service. Your opinion is very important for us! +help: Any questions that arise, do not hesitate to consult it, we are here to assist you! +conclusion: Thanks for your attention!