diff --git a/debian/changelog b/debian/changelog index 51881885..755bef2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (23.6.18) stable; urgency=low +hedera-web (23.30.1) stable; urgency=low * Initial Release. diff --git a/forms/cms/why/locale/fr.yml b/forms/cms/why/locale/fr.yml index 5052a7b7..75ac3e97 100644 --- a/forms/cms/why/locale/fr.yml +++ b/forms/cms/why/locale/fr.yml @@ -13,7 +13,8 @@ BecauseOurSalesDep: >- Pour nos professionnels de service commercial qui sera toujours de trouver une solution à vos besoins. BecauseOurWorkShop: Parce que nous avons un atelier de couture pour aider. -BecauseWeHaveWhatYouNeed: Parce que nous avons ce que vous avez besoin quand vous en avez besoin ... +BecauseWeHaveWhatYouNeed: >- + Parce que nous avons ce que vous avez besoin quand vous en avez besoin ... AboutDesc: >- Nous sommes une société spécialisée dans le commerce de gros et de la distribution d'une large gamme d'accessoires, des verts et des fleurs à des @@ -31,6 +32,6 @@ AboutDisp: >- Mercaflor - Mercavalencia (Valencia) qui effectuent des ventes directes seulement. AboutOrder: >- - Vous pouvez faire vos commandes et réservations par téléphone au +33 781 533 - 900, en ligne grâce à notre site Internet ou directement dans nos + Vous pouvez faire vos commandes et réservations par téléphone au +33 783 285 + 437, en ligne grâce à notre site Internet ou directement dans nos installations. diff --git a/forms/ecomerce/catalog/style.scss b/forms/ecomerce/catalog/style.scss index a1cef51c..76d3036f 100644 --- a/forms/ecomerce/catalog/style.scss +++ b/forms/ecomerce/catalog/style.scss @@ -266,7 +266,7 @@ flex: auto; overflow: hidden; margin: 10px; - height: 170px; + height: 185px; & > h2 { max-height: 3rem; diff --git a/forms/ecomerce/catalog/ui.xml b/forms/ecomerce/catalog/ui.xml index b8871eb7..be118a1c 100644 --- a/forms/ecomerce/catalog/ui.xml +++ b/forms/ecomerce/catalog/ui.xml @@ -115,7 +115,8 @@ WHERE #filter; CALL myOrder_calcCatalogFull(#orderId); SELECT i.id, i.longName item, i.subName, - i.tag5, i.value5, i.tag6, i.value6, i.tag7, i.value7, + i.tag5, i.value5, i.tag6, i.value6, + i.tag7, i.value7, i.tag8, i.value8, i.relevancy, i.size, i.category, k.name ink, p.name producer, o.name origin, b.available, b.price, b.`grouping`, @@ -186,6 +187,10 @@ {{item.tag7}} {{item.value7}} + + {{item.tag8}} + {{item.value8}} +
diff --git a/js/hedera/locale/fr.yml b/js/hedera/locale/fr.yml index 70c5d47b..7bc99938 100644 --- a/js/hedera/locale/fr.yml +++ b/js/hedera/locale/fr.yml @@ -5,7 +5,7 @@ Remind me: Retenir mon mot de passe Log in as guest: Entrez en tant qu'invité Login: Se connecter Login mail: info@verdnatura.es -Login phone: +33 781 533 900 +Login phone: +33 783 285 437 Password forgotten? Push here: Vous avez oublié votre mot de passe? Yet you are not a customer?: Vous n'êtes pas encore client? Sign up: S'inscrire diff --git a/package.json b/package.json index 155089d2..e982d0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "23.6.18", + "version": "23.30.1", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {